Oracle Database Error Code Messages ORA-00062 Description About Help;
DML full-table lock cannot be acquired; DML_LOCKS is 0
Error Cause;
The instance was started with the value of DML_LOCKS set to zero, and the statement being executed needs a full-table lock (S, X, or SSX).
How to Solve ORA-00062 DML full-table lock cannot be acquired; DML_LOCKS is 0 ?
Action for Solve Ora-00062;
Restart the instance with DML_LOCKS not equal to zero, and re-execute the statement.
Oracle Database Hata Kodu Mesajı ORA-00062 Tanımı Hakkında;
DML tam tablo kilidi alınamıyor; DML_LOCKS 0
ORA-00062 Hatası Nasıl Çözülür;
Hatanın Çözümü;
DML_LOCKS sıfıra eşit olmayan örneği yeniden başlatın ve ifadeyi yeniden çalıştırın.