ORA-00060
From Oracle FAQ
ORA-00060: Deadlock detected while waiting for resource
[edit]
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.
[edit]
How to fix it
Look at the trace file to see the transactions and resources involved. Retry if necessary.
[edit]

