OCI-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).
OCI-41459
The request has committed and cannot reenable with FAILOVER_TYPE = TRANSACTION.
Cause
A commit completed in this request and there were subsequent calls after this commit.
Action
Use one commit per request, and also check that connections are being returned to the pool between requests. You could also use Transparent Application Continuity (FAILOVER_TYPE = AUTO).
OCI-41459
The request has committed and cannot reenable with FAILOVER_TYPE = TRANSACTION.
Cause
A commit completed in this request and there were subsequent calls after this commit.
Action
Use one commit per request, and also check that connections are being returned to the pool between requests. You could also use Transparent Application Continuity (FAILOVER_TYPE = AUTO).