Administration Console Online Help
Tasks Related Topics Attributes
In the JDBC Connection Pool
Creating and Configuring a JDBC Connection Pool
Deploying a JDBC Connection Pool to One or More Servers or Clusters
Cloning a JDBC Connection Pool
Monitoring Connections in a JDBC Connection Pool
Configuring JDBC Connection Pools
Connection Pool and Data Source Configuration Guidelines
Third-Party Driver Configuration and Performance Requirements in Programming WebLogic JTA
The name of this connection pool. MBean: |
||
The database URL used to create the connections in this Connection Pool. MBean: |
||
The full package name of the JDBC driver class used to create the physical connections between WebLogic Server and the DBMS for this connection pool. For example:
It must be the name of a class that implements the MBean: |
||
The list of properties passed to the the JDBC Driver to use when creating physical database connections. The list consists of attribute=value tags. Enter each pair on a separate line. For example MBean: |
||
The database password used to create the physical database connections. This password overrides the password that you enter in the Properties field. See Using the JDBC Connection Pool Assistant MBean: |
||
This password is used in an openString to create physical XA database connections. The value is stored in an encrypted form in the config.xml file. If set, this value overrides any password value in the openString defined in If your JDBC driver requires it, you must create the remainder of the openString in the properties field. MBean: |