Administration Console Online Help
![]() |
![]() |
![]() |
![]() |
![]() |
On the Configure a JDBC Connection Pool --> Test Database Connection page, the JDBC Connection Pool Assistant assembles the information you provided in earlier steps into standard connection attributes—attributes typically used to create a database connection. You should do the following:
The Configure a JDBC Connection Pool --> Test Database Connection page includes the following options:
Driver Classname—The full package name of JDBC driver class used to create the physical database connections in the connection pool.
URL—The database URL used to create the connections in this JDBC connection pool. The format and information included in the URL varies greatly between DBMSs and JDBC drivers. For some XA drivers, the URL can be blank. Other JDBC drivers require additional information in the URL, such as the host name and port and the database username and password.
Database User Name—The user name to use to connect to the database. In most cases, the user account must be established on the database server by you database administrator.
Password—The password for the Database User Name to use to connect to the database.
Properties—Additional properties required by the DBMS or JDBC driver, such as an openString
for Oracle or an informixServer
for Informix.. If you need to enter additional properties, enter each additional property on a separate line as a key=value
pair. See the documentation from the JDBC driver vendor for more details.
Creating and Configuring a JDBC Connection Pool
Configuring JDBC Connection Pools
Overview of Third-Party JDBC Drivers
Connection Pool and Data Source Configuration Guidelines
Creating and Deploying JDBC Components—Connection Pools, MultiPools, and Data Sources
![]() ![]() |
![]() |
![]() |