Turning on Tracing Trace output consists of the following two kinds of information:
TRACE
Traces general information from Informix JDBC Driver.
Can be set to one of the following levels:
TRACEFILE
Specifies the full pathname of the operating system file on the client computer to which the TRACE messages are written.
PROTOCOLTRACE
Traces the SQLI protocol messages sent between your Java program and the Informix database server.
Can be set to the following levels:
PROTOCOLTRACFILE
Specifies the full pathname of the operating system file on the client computer to which the PROTOCOLTRACE messages are written.
The following example of a database URL specifies the highest level of protocol tracing and sets tracing output to the operating system file /tmp/trace.out: