Communicator e3000 MPE/iX Release 6.5 (Non-Platform Software Release C.65.00 (30216-90291)

160 Chapter5
Internet and Interoperability
HP Driver for JDBC
OBJECT Include the object hash code in the format HHHHHHHH on
all tracing output lines where HHHHHHHH is the eight digit
hexadecimal value of the hash code. This information
appears in the first column of the tracing output.
THREAD Include the executing thread name on all tracing output
lines. This information appears as the fourth column of
the tracing output.
DEBUG Trace debugging statements from the driver. This
produces a large amount of output, so it should be used
sparingly.
CONNECTION Trace driver connection information.
NETWORK Trace driver network information.
ERROR Trace driver errors.
WARNING Trace driver warnings.
SQL Trace SQL statements that are passed to the driver.
ALL Trace everything.
For example, the URL to turn on tracing of all connections with time stamp information
would be:
“jdbc:allbase://server/database?TRACE=CONNECTION|TIMESTAMP”
Do not user any space characters between tracing levels and the vertical bar separator as
some browsers and web servers do not allow space characters in a URL.
NOTE
Remember that the application must also set the tracing stream using the
java.sql.DriverManager.setLogStream method.
Server Logging
The server configuration file controls logging of the JDBC Server. The following is a list of
the various logging levels that can be set in the server configuration file.
NONE Turns off all preceding logging levels.
CONNECTION Turns on logging of connection information such as the time of the
connection, the client IP address, and the name of the database.
IN Turns on logging of input information coming from the client.
INHEX Turns on logging of the hexadecimal dump of the input information
coming from the client.
OUT Turns on logging of output information being sent back to the client.
OUTHEX Turns on logging of the hexadecimal dump of the output information being
sent back to the client.
INFO Turns on logging of miscellaneous information about the processing of the
server. This has the potential to log a fair amount of data, which may