Database Error Messages

ORA-63300

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

Cause

The transaction is holding a row lock and blocking a transaction with a higher priority. The blocked transaction has already been waiting for target wait time and then request to automatically rollback this blocker transaction.


Action

Check and rollback the current transaction.