ORA-12987: cannot combine drop column with other operations
What triggered the Error:
An attempt was made to combine drop column with other ALTER TABLE operations.What should we do to fix it:
Ensure that drop column is the sole operation specified in ALTER TABLE.