ORA-12986
Error: ORA-12986: columns in partially dropped state. Submit ALTER TABLE DROP COLUMNS CONTINUE
Causa: An attempt was made to access a table with columns in partially dropped state (that is, drop column operation was interrupted).
Acción: Submit ALTER TABLE DROP COLUMNS CONTINUE to complete the drop column operation before accessing the table.
COMENTARIOS:
No hay comentarios.