Configure a JDBC Connection Pool --> Define connection properties
Overview
In the Configure a JDBC Connection Pool --> Define Connection Properties page, you select and define options for each of the database connections to create in the connection pool. Properties and options available will vary depending on the JDBC driver you selected in the previous step in the JDBC Connection Pool Assistant. The page can include the following options:
Database Name - The name of the database instance that you want to connect to. For an Oracle database, this would be the Oracle system identifier (SID).
Host Name - The name or IP address of the database server.
Port - The port that the database server uses to communicate with clients. In many cases, a typical default value is provided, based on the database type (DBMS) that you selected in Step 1.
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.
There may be additional connection properties on this page, depending on your DBMS.
Tasks
Creating and Configuring a JDBC Connection Pool
Related Topics
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