IBM DB2 Manual page 256

Table of Contents

Advertisement

Table 33. Summary of Configuration properties and corresponding Connection and DataSource properties (continued)
Configuration property name
db2.jcc.progressiveStreaming
db2.jcc.override.progressiveStreaming
db2.jcc.rollbackOnShutdown
| | |
db2.jcc.sendCharInputsUTF8
db2.jcc.sqljUncustomizedWarningOrException
db2.jcc.ssid
db2.jcc.traceDirectory
db2.jcc.override.traceDirectory
db2.jcc.traceFile
db2.jcc.override.traceFile
db2.jcc.traceFileAppend
db2.jcc.override.traceFileAppend
db2.jcc.traceLevel
db2.jcc.override.traceLevel
db2.jcc.tracePolling
db2.jcc.tracePollingInterval
db2.jcc.t2zosTraceFile
db2.jcc.t2zosTraceBufferSize
db2.jcc.t2zosTraceWrap
db2.jcc.useCcsid420ShapedConverter
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.
240
Application Programming Guide and Reference for Java
Connection or DataSource property name:
com.ibm.db2.jcc.DB2BaseDataSource. ...
progressiveStreaming
progressiveStreaming
sendCharInputsUTF8
ssid
traceDirectory
traceDirectory
traceFile
traceFile
traceFileAppend
traceFileAppend
traceLevel
traceLevel
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.
Notes
1, 4, 5, 6
2, 4, 5, 6
4
4
4, 6
1, 4
1, 4, 5, 6
2, 4, 5, 6
1, 4, 5, 6
2, 4, 5, 6
1, 4, 5, 6
2, 4, 5, 6
1, 4, 5, 6
2, 4, 5, 6
4, 5, 6
4, 5, 6
4
4
4
4

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents