Database Error Messages

ORA-63301

ROLLBACK is being used on an automatically rolled back XA branch. Use XA_END and XA_ROLLBACK instead.

Cause

User issue ROLLBACK on a automatically rolled back xa branch, they should use XA_END and XA_ROLLBACK instead.


Action

Use XA_END and XA_ROLLBACK for the current transaction.