Configuration and Administration

glog.connection 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

Description

glog.connection.leak.detection

 

Do not change unless directed by Support.

glog.connection.leak.skipOutOfMethod

 

Do not change unless directed by Support.

glog.connection.pool.defaultTimeout

19B

If a CONNECTION_POOL record has a null WAIT_TIMEOUT, it now defaults to the value of this property, in milliseconds. This property has been initially set to two minutes.

glog.connection.pool.testTimeout

=<timeout in seconds>

6.4.1

An optional SQL timeout to the connection test. If this property is not 0, it acts as a timeout on the 'select dummy from dual' test statement. Note the default of this property is 30 seconds.

glog.connection.reopen.backoff

=<# of msecs>

6.3.4

This property determines the delay between attempts to reestablish a connection to a database.

glog.connection.reopen.retries

=<# of retries>

6.3.4

When trying to reestablish any database connection, the system supports a retry algorithm. This property controls how many times the system tries to reestablish a connection before returning failure.

Related Topics