Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for Database | - |
Not Applicable | - |
Description:
The JDBC driver has logging capability to capture the communication between the application client and the driver (Spy) and the communication between the driver and the database server (Packet logging or Snoop).
To enable Spy and Snoop, add the following to the connection parameters to your DB URL.
For Snoop : ddtdbg.ProtocolTraceEnable=true;ddtdbg.ProtocolTraceMaxline=16;ddtdbg.ProtocolTraceLocation=Snoop;ddtdbg.ProtocolTraceShowTime=true;
If connecting to DB/2, please also include the following option: