Use the New JDBC Connection Pool (Step 1 of 2) page to create a new JDBC connection pool.
The New JDBC Connection Pool (Step 1 of 2) page contains the following options.
The name for the connection pool.
Available resource types are javax.sql.XADataSource
(global transactions), java.sql.ConnectionPoolDataSource
(local transactions, possible performance improvements), javax.sql.DataSource
(local transactions only), and java.sql.Driver
.
The name of the vendor of your database product.
If this option is enabled, the database driver is introspected based on data source or driver implementation class names.