DB_CONNECTION_COUNT_TO_TRIGGER _LOG_OUTPUT

Description:

This parameter is used to diagnose potential connection leaks within the production environment. When this parameter is set to an integer value other than zero, the system will use this parameter as a trigger to output the outstanding connections to the log file as defined by SLF4J with logback properties.

For example, if the parameter value is set to 5, when a database connection request comes in and there are already 5 open (not closed) connections, all open connections requesting stack trace are logged. If this log action has already occured within the last 10 minutes, then the logging action does not occur. This condition is designed to keep the log file relatively small. After the system has restarted, if this parameter needs to be changed, then update the registry parameter value and go to the system/connections.jsp page and click the Refresh button.

Valid Values:

Any integer

Default Value:

0

Location:

Database/

Effective:

n/a