Oracle DBA, How To, Error, Cause and Action

ORA-12987: cannot combine drop column with other operations

ORA-12987: cannot combine drop column with other operations


Cause:


An attempt was made to combine drop column with other ALTER TABLE operations.



Action:


Ensure that drop column is the sole operation specified in ALTER TABLE.

No comments:

Post a Comment

Thanks for your comment.