Package oracle.jdbc.datasource

Beginning in Oracle Release 12.2, some of the Oracle extensions to JDBC are captured in the package oracle.jdbc.datasource. This package contains interfaces that extend standard JDBC interfaces in javax.sql.

Your code should use the package oracle.jdbc.datasource instead of packages that hold implementation classes for the Oracle JDBC extension interfaces, such as oracle.jdbc.pool. Conversion is highly recommended as there may be unsupported features in future releases, if your code continues to use the latter.

Since:
12.2
See Also:
javax.sql, OracleDataSource, OracleConnectionPoolDataSource