How to solve Oracle Database Error 69 (ora-00069)

Oracle Error Code
   ora-00069

Description
   cannot acquire lock -- table locks disabled for string

Cause
   A command was issued that tried to lock the table indicated in the message. Examples of commands that can lock tables are: LOCK TABLE, ALTER TABLE ... ADD (...), and so on.
How to Solve
   Use the ALTER TABLE ... ENABLE TABLE LOCK command, and retry the command.

Do you have question or do you know about solution ?

Share with us. (No registration required)
  
Your Name
Question, comment or solution
Similar Errors
  ORA-00001    ORA-00017    ORA-00018    ORA-00069    ORA-00070    ORA-00071    ORA-00072  Others

Main Page      Contact Us      Tools & Softwares      Server Monitoring Softwares