ORA-12991: column is referenced in a multi-column constraint
ORA-12991 ORA-12991 means that the column you want to drop is bound to some multi-column constraint. Usually, it's a primary key constraint, but not always.… Read More »ORA-12991: column is referenced in a multi-column constraint