Database Error Messages

OCI-63302

Transaction must roll back

Cause

Transaction was automatically rolled back since it is being blocking a higher priority transaction from another session.


Action

User must issue ROLLBACK SQL to the current transaction to acknowledge that they know that the current transaction has been automatically rolled back. Issue ROLLBACK for the local transaction and issue XA_END and XA_ROLLBACK for the XA transaction.