Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

ORA-41459

The request is committed. It cannot re-enable in the same request when using Application Continuity (FAILOVER_TYPE = TRANSACTION).

Cause

This is an ACCHK message. A commit was completed in this request and there were subsequent user calls after the commit in this same request.


Action

Use one commit per request. Check that the connections are returned to the pool between requests. Consider using Transparent Application Continuity (FAILOVER_TYPE = AUTO).