While
altering or dropping CONSTRAINTS, COLUMNS or INDEXES, you may face error ORA-00054 message and the reason of this error message is current ongoing transaction(s)
on the table.
Following
are the examples
SQL> alter table test_tab set unused (name); |