Oracle Error ORA-12987: cannot combine drop column with other operations

Oracle Error Message

ORA-12987: cannot combine drop column with other operations

Reason for the Error

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

Solution

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