ORA-00060

From Oracle FAQ

Jump to: navigation, search

ORA-00060: Deadlock detected while waiting for resource

What causes this error?

Transactions deadlock one another waiting for resources. Oracle detected it and roled back your statement to allow the other party to continue. The statement (fired from a session) which is been rolled back will experience this error.

How to fix it

Look at the trace file to see the transactions and resources involved. Retry if necessary.

Also see

Personal tools