Oracle Error Codes – ORA-00062 – DML full-table lock cannot be acquired; DML_LOCKS is 0
13 July 2009
140 views
No Comment
ORACLE ERROR CODE ORA-00062
ERROR
DML full-table lock cannot be acquired; DML_LOCKS is 0
CAUSE
The instance was started with DML_LOCKS = 0, and the statement being executed needs a full-table lock (S, X, or SSX)
ACTION
Restart the instance with DML_LOCKS not equal to zero, and reexecute the statement









Leave your response!