oracle8错误:Error dropping LKD_XXX_DY1:ORACLE-00060:内部错误代码
点击右边红色标题查看本文完整版:oracle8错误:Error dropping LKD_XXX_DY1:ORACLE-00060:内部错误代码
oracle 8删除一个过程时出错报:
Error dropping LKD_XXX_DY1:
ORACLE-00060:内部错误代码,自变量:[16201],[],[],[],[],[],[]
又:这是一个加密过程,是从某一个oracle9中导出的内容在8上手工建的,创建时没出错,结果删不掉
------解决方法--------------------
高版本向低版本?
060错误是
ORA-00060 deadlock detected while waiting for resource
Cause: Your session and another session are waiting for a resource locked by the other. This condition is known as a deadlock. To resolve the deadlock, one or more statements were rolled back for the other session to continue work.
Action: Either:
Enter a ROLLBACK statement and re-execute all statements since the last commit or
Wait until the lock is released, possibly a few minutes, and then re-execute the rolled back statements.
?