OCI-41410
call committed a transaction and started a new transaction; failover cannot continue
Cause
The Oracle server process failed after committing a transaction in the current request. Your request has more than one transaction. Failover cannot continue.
Action
Do not resubmit, your transaction committed. Structure your application to have one commit per request. Consider using TAC.
OCI-41410
call committed a transaction and started a new transaction; failover cannot continue
Cause
The Oracle server process failed after committing a transaction in the current request. Your request has more than one transaction. Failover cannot continue.
Action
Do not resubmit, your transaction committed. Structure your application to have one commit per request. Consider using TAC.
OCI-41410
call committed a transaction and started a new transaction; failover cannot continue
Cause
The Oracle server process failed after committing a transaction in the current request. One call that committed a transaction, and thus cannot be replayed, also started a new transaction. Since that call cannot be replayed, the new transaction cannot be restored. Failover cannot continue.
Action
Resubmit, and consider restructuring application to not start a transaction in the same call after committing a transaction.