Capturing SQLNET client-server traffic [message #67006] |
Fri, 23 May 2003 17:23 |
Mark
Messages: 284 Registered: July 1998
|
Senior Member |
|
|
Pardon the somewhat newbie-like question ...
I am trying to build a API test stub where I need to be able to capture the requests and responses between third-party two-tier applications then replay the traffic. The replay is easy. The capture, though, is giving me trouble.
For HTTP traffic, it is easy. I just change Internet Explore's HTTP port address to point to a fake proxy which records the requests the sends the requests onto the real web server.
Is there an equivalent to this in the SQLNET world? I am hoping that a proxy already exists to do this.
If not, is there a way to turn on a full trace for a specific client? I would need to capture all connections coming out of the client and no other client's connections.
|
|
|