Cause: An attempt was made to access a table with columns in partially dropped state (i.e., drop column operation was interrupted). See the solution below.
Error solution: Submit ALTER TABLE DROP COLUMNS CONTINUE to complete the drop column operation before accessing the table.
Database version: Oracle 11g Release 2 (11.2)