| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
|  |  | |||
Home -> Community -> Usenet -> c.d.o.misc -> Re: resource busy and acquire with NOWAIT specified
Maggie wrote:
> 
> I updated table and inserted rows and commit.  Then, I would like to
> truncate the table, but I got:
> 
> SQL> TRUNCATE TABLE DR11_ORDERS_TMP;
> TRUNCATE TABLE DR11_ORDERS_TMP
>                *
> ERROR at line 1:
> ORA-00054: resource busy and acquire with NOWAIT specified
> 
> ---------------------------
> I wait for a few minutes  and even open a new session to try to truncate
> again but I still got same errors.
> 
> How can unlock table ?
Some one is doing some mods to the table - have a look at V$SESSION and V$LOCK to see who is doing what...Kick them off and your truncate will work.
HTH
-- 
We are born naked, wet and hungry...then things get worse Received on Mon Mar 20 2000 - 08:15:36 CST
|  |  |