Oracle UCP Throws "Connection Borrowing Returned Null" Exceptions
(Doc ID 1632130.1)
Last updated on DECEMBER 15, 2022
Applies to:
Universal Connection Pool - Version 11.2.0.3.0 and laterInformation in this document applies to any platform.
Goal
Using Oracle's Universal Connection Pool and getting the following kind of exceptions:
java.sql.SQLException: Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: Connection borrowing returned null
at oracle.ucp.util.UCPErrorHandler.throwSQLException(UCPErrorHandler.java:163)
at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:928)
at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:863)
at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:855)
What could be the cause for this?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |