Registry / database / ucp
library23.26.2.0.0javamavenunverified

Oracle Universal Connection Pool (UCP) provides a high-performance connection pool for JDBC applications, compiled with JDK8.

<dependency> <groupId>com.oracle.database.jdbc</groupId> <artifactId>ucp</artifactId> <version>23.26.2.0.0</version> </dependency>
INSTALL
IMPORT
SIG · UCP
U
ucp
databasejavav23.26.2.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PoolDataSource
oracle.ucp.jdbc.PoolDataSource

Creates and configures an Oracle Universal Connection Pool data source.

import oracle.ucp.jdbc.PoolDataSource; import oracle.ucp.jdbc.PoolDataSourceFactory; PoolDataSource pds = PoolDataSourceFactory.getPoolDataSource(); pds.setConnectionFactoryClassName("oracle.jdbc.pool.OracleDataSource"); pds.setURL("jdbc:oracle:thin:@localhost:1521:orcl"); pds.setUser("user"); pds.setPassword("password"); pds.setInitialPoolSize(5); System.out.println("Connection pool created.");
Debug
Known issues
breakingUCP 23.x requires JDK 8 or later; older versions may not be compatible with newer Oracle JDBC drivers.
fix
Ensure your JDK version is 8 or higher and use compatible Oracle JDBC driver versions.
affects: >=23.0.0
Upgrade
Version history
23.26.2.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
20
Meta
2
Amazon
1
OpenAI (training)
1
Resources
ucp — mvn dependency:get ucp · libregistry