Question: Sun-developed SQL 'proxy'

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • BD

    Question: Sun-developed SQL 'proxy'

    Hey, all...

    Some time ago, I used a tool which I believe was available from Sun. It
    was a java applet, as I recall, which sat between a SQL client and a
    SQL server. It allowed the client to connect to it at any port, and
    would in turn connect to the server at the standard TCP port (or
    whatever the server was listening on).

    It logged all SQL traffic between the two nodes to a flat file.

    Has anyone ever heard of this tool? For the life of me I can't remember
    what it was called.

    Thanks!

    BD

  • Simon Hayes

    #2
    Re: Question: Sun-developed SQL 'proxy'

    I have no idea myself, but Google found this:



    Although if your main goal is to log all SQL requests to a server, then
    Profiler or a trace can already do that for you.

    Simon

    Comment

    • BD

      #3
      Re: Question: Sun-developed SQL 'proxy'

      My error - it was actually Apache's TCPMON which I was using.

      Thanks, though...

      Comment

      Working...