DB_ERR_ORA_00060 is an ABAP runtime error which you may come across when using or developing within an SAP system. See below for the standard details explaining what it means and how you can avoid or fix this runtime error.
Short Dump Classification: & - Text Include (no Short Dump, only Text Module)
You can view further information about a runtme error by using transaction code ST22 which will show you this and all runtime erros that have happen in your SAP system.
Also check out the Comments section below to view or add related contributions and example screen shots.
Please see ora information for more details about the possible cause of this runtime error and how it could be avoided.
Deadlock.
If possible (and necessary), perform the last database transaction
again. Locking the object should not result in a deadlock again.
Please see internal error for more details about the possible cause of this runtime error and how it could be avoided.
During your last database operation, the database system detected that
performing this operation would have resulted in a deadlock. Your
database transactoin was terminated as well in oder to avoid this
deadlock.
ORACLE always terminates transactions that would result in a deadlock.
Other transactions participating in this potential deadlock are not
affected.
A deadlock has been detected in the database system and resolved by
terminating your transaction.