Table 33. Summary of Configuration properties and corresponding Connection and DataSource properties (continued)
Configuration property name
Connection or DataSource property name:
com.ibm.db2.jcc.DB2BaseDataSource. ... Notes
db2.jcc.progressiveStreaming progressiveStreaming 1, 4, 5, 6
db2.jcc.override.progressiveStreaming progressiveStreaming 2, 4, 5, 6
db2.jcc.rollbackOnShutdown 4
db2.jcc.sendCharInputsUTF8 sendCharInputsUTF8 4
db2.jcc.sqljUncustomizedWarningOrException 4, 6
db2.jcc.ssid ssid 1, 4
db2.jcc.traceDirectory traceDirectory 1, 4, 5, 6
db2.jcc.override.traceDirectory traceDirectory 2, 4, 5, 6
db2.jcc.traceFile traceFile 1, 4, 5, 6
db2.jcc.override.traceFile traceFile 2, 4, 5, 6
db2.jcc.traceFileAppend traceFileAppend 1, 4, 5, 6
db2.jcc.override.traceFileAppend traceFileAppend 2, 4, 5, 6
db2.jcc.traceLevel traceLevel 1, 4, 5, 6
db2.jcc.override.traceLevel traceLevel 2, 4, 5, 6
db2.jcc.tracePolling 4, 5, 6
db2.jcc.tracePollingInterval 4, 5, 6
db2.jcc.t2zosTraceFile 4
db2.jcc.t2zosTraceBufferSize 4
db2.jcc.t2zosTraceWrap 4
db2.jcc.useCcsid420ShapedConverter 4
Note:
1. The Connection or DataSource property setting overrides the configuration property setting. The configuration property provides
a default value for the Connection or DataSource property.
2. The configuration property setting overrides the Connection or DataSource property.
3. The corresponding Connection or DataSource property is defined only for IBM Informix Dynamic Server.
4. The configuration property applies to DB2 for z/OS.
5. The configuration property applies to IBM Informix Dynamic Server.
6. The configuration property applies to DB2 Database for Linux, UNIX, and Windows.
The meanings of the configuration properties are:
db2.jcc.accountingInterval
Specifies whether DB2 accounting records are produced at commit points or on
termination of the physical connection to the data source. If the value of
db2.jcc.accountingInterval is COMMIT, DB2 accounting records are produced at
commit points. For example:
db2.jcc.accountingInterval=COMMIT
Otherwise, accounting records are produced on termination of the physical
connection to the data source.
db2.jcc.accountingInterval applies only to IBM Data Server Driver for JDBC
and SQLJ type 2 connectivity on DB2 for z/OS. db2.jcc.accountingInterval is
not applicable to connections under CICS or IMS, or for Java stored
procedures.
You can override db2.jcc.accountingInterval by setting the accountingInterval
property for a Connection or DataSource object.
240 Application Programming Guide and Reference for Java
â„¢
|||