Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

ORA-12986

columns in partially dropped state. Submit ALTER TABLE DROP COLUMNS CONTINUE

Cause

An attempt was made to access a table with columns in partially dropped state (i.e., drop column operation was interrupted).


Action

Submit ALTER TABLE DROP COLUMNS CONTINUE to complete the drop column operation before accessing the table.