Database Error Messages

OCI-17393

Open transaction rolled back in EndRequest.

Cause

The application is calling EndRequest() or returning the current connection to the connection pool with an open local transaction.


Action

Follow Application Continuity best practices and resolve (rollback or commit) any open local transaction on the current connection before calling EndRequest(), or return the connection to the connection pool.