BMC Software, Inc., Confidential and Proprietary Information
InfoBox Summary D-7
BEAWLS_JDBC InfoBox
Table D-7 describes the non-standard InfoBox information available from
the BEAWLS_JDBC icon.
Table D-7 BEAWLS_JDBC InfoBox (Part 1 of 2)
Item Description
JDBC Driver name of the JDBC driver used by the connection pool
URL location of the JDBC driver used by the connection pool
Shrink Flag true/false flag indicating whether the JDBC connection pool
can shrink
Shrinking Period amount of idle time allowed before a JDBC connection pool
starts shrinking, if the connection pool is shrinkable
Max Capacity maximum number of database connections that can be
maintained by the connection pool
Initial Capacity number of connections maintained by the pool when it is first
activated
Capacity Increment increment for the pool capacity; when the pool size is
increased, this represents the number of connections added
at one time
Refresh Minutes connection refresh interval
Login Delay Seconds number of seconds to delay between logins when creating the
pool
some database servers cannot handle multiple simultaneous
connection requests
Active Connections High peak number of connections simultaneously in use
Total Connections total number of connections serviced by this pool
Wait Seconds High peak number of seconds that a job had to wait for a
connection
Waiting for Connections High peak number of jobs waiting for connections; the number is
reset when a JDBC connection pool is instantiated
Connections Leaked number of connections leaked by this pool
Statement Profile Status flag indicating whether SQL statement profiling is currently
enabled for this pool
Connection Leak Profile Status flag indicating whether connection leak profiling is on