BEA Logo BEA WebLogic Server Release 5.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

Admin Help
 Table of contents
 Connections
 Events
 JDBC info
 Licenses
 Properties
 Realms
 Security
 Threads
 Versions
 Workspaces

WebLogic Server Administration
WebLogic Server Administrators Guide

JDBC Info Help

This page shows activity in JDBC connection pools, a feature in WebLogic JDBC. A connection pool is created with a certain number of JDBC connections when the WebLogic Server starts up, and T3Users with access to the pool can then use a JDBC Connection from the pool without the overhead of creating an individual connection. After use, the connection is returned to the pool for another T3User.

You register a connection pool, which includes supplying information about the database, the connection, and the T3Users who can access the pool, in the WebLogic Server's weblogic.properties file.

This page shows activity in JDBC Connection Pools. Details include:

  • Name of the connection pool, which is assigned in the weblogic.properties file
  • Number of connections currently in use
  • Number of connections currently available in the pool
  • Maximum number of connections that are reserved for use by allowable T3Users, whose names are assigned in the weblogic.properties file
  • Total number of connections from the pool that have been requested since the WebLogic Server was started
  • Total number of active connections that have released back to the pool since the WebLogic Server was started
  • Number of clients currently waiting for a connection from the pools
  • Highest number of clients that have ever been waiting
  • Longest period any client has had to wait (in seconds)

 

Copyright © 2000 BEA Systems, Inc. All rights reserved.
Required browser: Netscape 4.0 or higher, or Microsoft Internet Explorer 4.0 or higher.
Last updated 03/07/2000