Database Error Messages

ORA-24457

OCISessionGet() could not find a free session in the specified timeout period

Cause

The contention on OCI Session Pool is high.


Action

Increase the timeout for OCISessionGet() using the OCI_ATTR_SPOOL_WAIT_TIMEOUT setting or reduce the number of threads accessing the pool concurrently.