Showing posts with label ORA-00054 resource busy and acquire with NOWAIT specified or timeout expired. Show all posts
Showing posts with label ORA-00054 resource busy and acquire with NOWAIT specified or timeout expired. Show all posts

Monday, February 2, 2015

ORA-00054 resource busy and acquire with NOWAIT specified or timeout expired

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);

Popular Posts - All Times