Configuration and Administration

glog.process 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.process.adhoc.poller.logId

6.2.4

Indicates the Log ID for poller invocations of rollup.

glog.process.adhoc.ui.logId

 

Specifies the Log ID for process event log messages invoked by the UI (interactive users).

glog.process.allowSqlInterruptionChecks

=[true|false]

6.4.3

When set to false, the default, Long Running Tasks checks for SQL statements are suppressed.

Any LRT-related tables with LRT_INTERRUPT_ON_SQL='Y' will effectively be

ignored.

glog.process.poller.age

6.2.4

The minimum age, in seconds, of orphans to close.

glog.process.poller.frequency

6.2.4

Controls the frequency of orphan process checking. Valid values are in seconds.

glog.process.statistics.on

 

If true, specifies that process event statistics (create, terminate, complete, error) should be collected. Default: false

glog.process.statistics.sql.on

 

If true, specifies that process SQL event statistics should be collected. Default: false

glog.process.threadGroup.httppost

 

Defines the number of threads that should be created for handling HttpPost events. Default: 1

glog.process.threadGroup.mail

 

Defines the number of threads that should be created for handling Mail events. Default: 1.

glog.process.threadGroup.queue

 

Defines the number of threads that should be created for handling JMS events. Default: 1.

glog.process.walker.maxDepth

20A

The maximum depth of tree nodes to display on the screen. If exceeded the parent node is shown with a right error to denote deeper nodes. Default: 100

glog.process.walker.maxDescLength

 

Sets the maximum number of characters in the shortDesc tag text element for each process being reported. Note that the shortDesc tag's text is the same as the beginning of the desc tag in the same XML process element. Default: 120.

glog.process.walker.maxLocks 23B

The maximum number of locks displayed on the Open Process Screen for any given process.

Default: 100.

glog.process.walker.maxMediation 23B

The maximum number of mediation items displayed on the Open Process Screen for any given process.

Default: 1000.

glog.process.walker.maxNodes

 

The maximum # of tree nodes to display on the screen. If exceeded, the previous sibling or parent node is shown with a down error to denote more nodes. Default: 500

Related Topics