Oracle Error Message
ORA-12991: column is referenced in a multi-column constraint
Reason for the Error
An attempt was made to drop a column referenced by some constraints.
Solution
Drop all constraints referencing the dropped column or specify CASCADE CONSTRAINTS in statement.