Database Error Messages

OCI-17391

BeginRequest called without calling EndRequest first

Cause

The application is calling BeginRequest() from an invalid Application Continuity lifecycle state, either directly or indirectly (for example, using a connection pool).


Action

Rollback any open local transaction on the current connection, and call EndRequest() or return the current connection to the connection pool.