en.help.ref-connectorconnectionpooladvance.html Maven / Gradle / Ivy
Show all versions of console-jca-plugin-help
Edit Advanced Attributes
Use the Edit Advanced Attributes page to modify the advanced settings for a
connector connection pool.
The Edit Advanced Attributes page contains the following options.
- Validate At Most Once
The amount of time, in seconds, after which a connection is validated at most once. A value of 0 indicates that connection validation is not enabled. The default value is 0.
- Leak Timeout
The amount of time, in seconds, to trace connection leaks in a connection pool. A value of 0 indicates that connection leak tracing is disabled. The default value is 0.
- Leak Reclaim
If this option is selected, leaked connections will be restored to the pool after leak connection tracing is complete. This option is disabled by default.
- Creation Retry Attempts
The number of attempts that will be made if there is a failure in creating a new connection. A value of 0 indicates that no attempts will be made to create the connection again. The default value is 0.
- Retry Interval
The interval, in seconds, between two attempts to create a connection. This attribute is used only if the value of Creation Retry Attempts is greater than 0. The default value is 10 seconds.
- Lazy Association
If this option is selected, connections will be lazily associated when an operation is performed on them. The connections are disassociated when the transaction is completed and a component method ends, which helps reuse of the physical connections. This option is disabled by default.
- Lazy Connection Enlistment
If this option is selected, a resource is enlisted in the transaction only when it is actually used in a method. This option is disabled by default.
- Associate with Thread
If this option is selected, a connection is associated with a thread. When the same thread is in need of a connection, it can reuse the connection already associated with it, thereby not incurring the overhead of getting a connection from the pool. This option is disabled by default.
- Match Connections
If this option is selected, connection matching is enabled for the pool. This option can be disabled if you know that the connections in the pool will always be homogeneous and hence a connection picked from the pool need not be matched by the resource adapter. This option is enabled by default.
- Match Connection Usage
The number of times a connection should be reused by the pool. Once a connection is reused for the specified number of times, it will be closed. This is useful, for instance, to avoid statement leaks. A value of 0 indicates that this attribute is not enabled. The default value is 0.
Related Tasks
Related asadmin Commands