Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: release resource locks

Re: release resource locks

From: Sybrand Bakker <postmaster_at_sybrandb.demon.nl>
Date: Wed, 2 Feb 2000 18:50:24 +0100
Message-ID: <949513952.28931.0.pluto.d4ee154e@news.demon.nl>


The error means the table is in use, and you are trying to execute a DML operation on it.
Of course this is not allowed. The only thing you can do is wait and retry later.

Sorry,

--
Sybrand Bakker, Oracle DBA
maylee <mayleel_at_my-deja.com> wrote in message news:879l0c$jcu$1_at_nnrp1.deja.com...
> How can I release a lock from a table. The sessionn cannot be killed.
>
> I am getting this error...
>
> ORA-00054: resource busy and acquire with NOWAIT specified
>
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Wed Feb 02 2000 - 11:50:24 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US