Skip navigation links
Oracle® Database UCP for JDBC Java API Reference
Oracle Database Release 18c, version 18.3

E83922-02

Package oracle.ucp

Includes both required and optional callback interfaces that are used to implement connection pool features.

See: Description

Package oracle.ucp Description

Includes both required and optional callback interfaces that are used to implement connection pool features. These callback interfaces include: This package also includes the connection pool itself that pools any type of connection (called a physical connection).
There are several key objects that make up the connection pool:
The connection pool provides some properties for users to customize the pool's behavior, such as (see UniversalConnectionPool):

The connection pool maintains some statistics such as (see UniversalConnectionPoolStatistics):

A connection pool has a lifecycle. See UniversalConnectionPoolLifeCycleState for details.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, see:
Skip navigation links
Oracle® Database UCP for JDBC Java API Reference
Oracle Database Release 18c, version 18.3

E83922-02

Copyright © 2007, 2018, Oracle and/or its affiliates. All rights reserved.