Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

alter table enable table lock hang

627138Jun 26 2009 — edited Jul 14 2010
hi experts

I disabled the lock on a table by mistake using alter table disable table lock clause.
Now i want to enable the lock on it because i want to change the table name using the following statment:

SQL> alter table account.acctbk_payment_seq enable table lock;
alter table account.acctbk_payment_seq enable table lock
*
ERROR at line 1:
ORA-00054: resource busy and acquire with NOWAIT specified


any ideal?

thank you for your reply.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 11 2010
Added on Jun 26 2009
4 comments
3,659 views