标题: ORA-12986: columns in partially dropped state [打印本页] 作者: admin 时间: 2016-8-12 13:53 标题: ORA-12986: columns in partially dropped state ORA-12986: columns inpartially dropped state. Submit ALTER TABLE DROP COLUMNS CONTINUE Cause: An attempt was made to access a table with columns inpartially dropped
state (i.e., drop column operation was interrupted). Action: SubmitALTER TABLE DROP COLUMNS CONTINUE to complete the
drop column operation before accessing the table.