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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Removing lock on a record

Re: Removing lock on a record

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: 2000/06/28
Message-ID: <3959E238.6D86@yahoo.com>#1/1

Jacques Desmazieres wrote:
>
> Hi,
>
> While running an application on a client, this application failed after
> creating a lock (SELECT FOR UPDATE NOWAIT) on a record. How do I remove this
> lock?
>
> I can see the lock in the V$LOCKED_OBJECT & V$LOCK virtual tables
>
> Thanks
>
> Jacques

Oracle will eventually clean up the failed session, but you if you know the sid,serial#, you can issue a 'alter system kill session' to speed things up a little.

HTH

-- 
===========================================
Connor McDonald
http://www.oracledba.co.uk

We are born naked, wet and hungry...then things get worse
Received on Wed Jun 28 2000 - 00:00:00 CDT

Original text of this message

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