Error code

Oracle ORA-00060

ORACLEORA-00060
Database Error Code· An error code returned by a database server such as PostgreSQL or MySQL.

What it means

deadlock detected while waiting for resource.

How to fix it

  1. Retry the statement or transaction that was rolled back by Oracle.
  2. Ensure all sessions acquire locks on objects in the same consistent order to prevent cycles.
  3. Reduce transaction duration and lock granularity to minimize the window for deadlocks.

Not affiliated with Oracle. Answer summarized from the manufacturer's manual linked above; consult that source for the authoritative procedure.