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: check table lock.

Re: check table lock.

From: <fitzjarrell_at_cox.net>
Date: 24 Apr 2006 21:33:41 -0700
Message-ID: <1145936356.314911.197530@i40g2000cwc.googlegroups.com>

robertncl_at_gmail.com wrote:
> Hi,
>
> How can i check table lock in oracle database?

Query the V$LOCK and V$LOCKED_OBJECT views. You'll need a join with DBA_OBJECTS or USER_OBJECTS to map an object name to an object number.

David Fitzjarrell Received on Mon Apr 24 2006 - 23:33:41 CDT

Original text of this message

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