HomeOracleOracle Error ORA-00060: deadlock detected while waiting for resource

Oracle Error ORA-00060: deadlock detected while waiting for resource

Oracle Error Message

ORA-00060: deadlock detected while waiting for resource

Reason for the Error

Your session and another session are both waiting for a resource that the other has locked.

This is referred to as a deadlock.

To break the impasse, one or more statements were rolled back so that the other session could continue working. In simple words, You attempted to execute a statement, but your session was stalled because another session had locked the same resource.

The statement(s) you attempted to execute have been reverted.

Solution

You can attempt to re-execute the statement(s) that were rolled back after a brief delay. (OR) All statements that have been executed since the last COMMIT can be re-executed by performing a ROLLBACK.

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Oracle Error Message CLSGN-32767: Internal error. Reason for the Error An unexpected error occurred. Solution Examine the message(s) that accompany...
Oracle Error Message CLSGN-00211: OCR batch operation failed. string Reason for the Error Setting a set of Oracle Cluster Registry...
Oracle Error Message CLSGN-00210: failed to get value for OCR key “string”. string Reason for the Error It was not...