| ERROR | 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. |
| ACTION | Use the ALTER TABLE ... ENABLE TABLE LOCK command, and retry the command. |
| 737810 | ora-00069/ora-08116 with DDL operation for table or index |