Administration Console Online Help

 Previous Next Contents Index  

 


JDBC Connection Pool --> Configuration --> General

Tasks     Additional Documentation     Attributes

Overview

In the JDBC Connection Pool—>Configuration—>General tab, you specify the general attributes of a connection pool neccessary for connecting to a database and create the connection pool. A connection pool contains a group of JDBC connections that are created when the connection pool is registered, usually when starting up WebLogic Server. Your application borrows a connection from the connection pool, uses it, then returns it to the connection pool by closing it.

Tasks

Creating and Configuring a JDBC Connection Pool

Assigning a JDBC Connection Pool to One or More Servers or Clusters

Cloning a JDBC Connection Pool

Monitoring Connections in a JDBC Connection Pool

Deleting a JDBC Connection Pool

Additional Documentation

(Requires an Internet connection.)

Managing JDBC Connectivity in the WebLogic Server Administration Guide

Introduction to WebLogic JDBC in Programming WebLogic JDBC

Configuring WebLogic JDBC Features in Programming WebLogic JDBC

Third-Party Driver Configuration and Performance Requirements in Programming WebLogic JTA

Attributes

Attribute Label

Description

Value Constraints

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

MBean: weblogic.management.
configuration.
JDBCConnectionPoolMBean

Attribute: Name

Configurable: yes

Readable: yes

Writable: yes

URL

The database URL used to create the connections in this Connection Pool.

MBean: weblogic.management.
configuration.
JDBCConnectionPoolMBean

Attribute: URL

Configurable: yes

Readable: yes

Writable: yes

Driver Classname

The full package name of the JDBC 2-tier driver class used to create the physical connections between WebLogic Server and the DBMS for this connection pool. For example:

com.pointbase.jdbc.jdbcUniversalDriver

It must be the name of a class that implements the java.sql.Driverinterface. Check the documentation for the JDBC driver to find the full pathname.

MBean: weblogic.management.
configuration.
JDBCConnectionPoolMBean

Attribute: DriverName

Configurable: yes

Readable: yes

Writable: yes

Properties (key=value)

The list of properties passed to the the 2-tier JDBC Driver to use when creating physical database connections.

MBean: weblogic.management.
configuration.
JDBCConnectionPoolMBean

Attribute: Properties

Configurable: yes

Readable: yes

Writable: yes

ACLName

The ACL used to control access to this Connection Pool.

MBean: weblogic.management.
configuration.
JDBCConnectionPoolMBean

Attribute: ACLName

Configurable: yes

Readable: yes

Writable: yes

Password

The database password as set with setPassword() or as a key=value pair in setProperties().

MBean: weblogic.management.
configuration.
JDBCConnectionPoolMBean

Attribute: Password

Configurable: yes

Encrypted: yes

Readable: yes

Writable: yes

Open String Password

If set, this value overrides the password in the open string. This password is used to create physical XA database connections. The value is stored in an encrypted form in the config.xml file. This value overrides any password value in the open string defined in Properties.

MBean: weblogic.management.
configuration.
JDBCConnectionPoolMBean

Attribute: XAPassword

Configurable: yes

Encrypted: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next