ORA-00069

Error: ORA-00069: cannot acquire lock -- table locks disabled for string

Causa: 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.

Acción: Use the ALTER TABLE... ENABLE TABLE LOCK command, and retry the command.


Deja tu comentario:

¿No sabes cómo solucionar el error? ¿O lo has conseguido resolver y quieres ayudar a otros usuarios?

Para comentar, haz login con tu cuenta de


COMENTARIOS:


No hay comentarios.