Configuration and Administration

glog.trackCursors Properties

To control the behavior of Oracle Transportation Management, you can change settings in the glog.properties file or the appropriate property set.

Property

New In Version

Definition

glog.trackCursors.close

=<true|false>

6.3.7

Controls how orphaned cursors are tracked and handled. If true, any cursor left open when the connection is returned to the pool is automatically closed. Note that this property requires glog.trackCursors.on=true. Default: true

glog.trackCursors.on

=<true|false>

6.3.7

Controls how orphaned cursors are tracked and handled. If true, every cursor opened on a connection from an OTM connection pool is tracked. Default: true.

glog.trackCursors.report

=<true|false>

6.3.7

Controls how orphaned cursors are tracked and handled. If true, any cursor left open when the connection is returned to the pool generates a logged exception. This exception contains the details for the query represented by the cursor. Note that this property requires glog.trackCursors.on=true. Default: true

glog.trackCursors.trace

=<true|false>

6.3.7

Controls how orphaned cursors are tracked and handled. This is similar to glog.trackCursors.report. If set to true, stack traces are kept when a cursor is opened. This stack trace is part of the logged exception if the cursor is left open when the connection is released. Default: false

Related Topics