Oracle Error ORA-12992: cannot drop parent key column

Oracle Error Message

ORA-12992: cannot drop parent key column

Reason for the Error

An attempt was made to drop a parent key column.

Solution

Drop all constraints referencing the parent key column, or specify CASCADE CONSTRAINTS in statement.