JDBC MultiPool
A MultiPool is a pool of connection pools configured for load balancing or high availability. Typically, you create connection pools, then create a MultiPool and assign connection pools to the MultiPool.
Note: MultiPools are not supported for use in distributed transactions. You cannot use connections from a connection pool within a MultiPool if the connection pool uses an XA driver to create database connections.
To create a MultiPool, click the Configure a new JDBC MultiPool link.
- To create a MultiPool, see Creating and Configuring a JDBC MultiPool.
- To create a JDBC connection pool, see Creating and Configuring a JDBC Connection Pool.
- To create a JDBC data source, see Creating and Configuring a JDBC Data Source.
To learn more about MultiPools, see:
- Creating and Deploying JDBC Components - Connection Pools, MultiPools, and Data Sources
- JDBC MultiPools