db2jcctrace - Format IBM Data Server Driver for JDBC and SQLJ trace data for C/C++ native driver code

db2jcctrace writes formatted trace data for traces of C/C++ native driver code under IBM Data Server Driver for JDBC and SQLJ type 2 connectivity.

By default, the trace data is written to stdout. You can pipe the output to any file.

db2jcctrace syntax

Read syntax diagramSkip visual syntax diagramdb2jcctraceformat1flowinformationinput-file-name
Notes:
  • 1 You must specify one of these parameters.

db2jcctrace parameters

format
Specifies that the output trace file contains formatted trace data.

Abbreviation: fmt

flow
Specifies that the output trace file contains control flow information.

Abbreviation: flw

information
Specifies that the output trace file contains information about the trace, such as the version of the driver, the time at which the trace was taken, and whether the trace file wrapped or was truncated. This information is also included in the output trace file when you specify format or flow.

Abbreviation: inf or info

input-file-name
Specifies the name of the file from which db2jcctrace is to read the unformatted trace data. input-file-name is the same as the value of the db2.jcc.t2zosTraceFile global configuration parameter.