Database Error Messages

ORA-24515

Implicit commit failed during OCISessionRelease().

Cause

A session with an open transaction has been released to the pool and the implicit commit done by the pool on the session has failed. See the secondary error message.


Action

Perform commit or rollback on the session before releasing it to the pool.