我使用alter table disable table lock子句錯誤地禁用了表上的鎖。 現在我想啓用它的鎖,因爲我想改變表名使用以下陳述:alter table啓用表鎖;和ORA-00054
SQL> alter table account.acctbk_payment_seq enable table lock; ALTER TABLE account.acctbk_payment_seq位於第1行啓用表鎖 * ERROR: ORA-00054:資源忙,並用指定NOWAIT或超時過期獲取
任何理想?
感謝您的回覆。 ORA 1120 爲examle:
create table scott.t8 (id number);
alter table scott.t8 disable table lock;
alter table scott.t8 enable table lock;
ORA-00054:資源忙,並與指定的或超時過期
謝謝,但重新啓動實例沒有幫助。 – Ssoon 2011-04-08 12:31:26