Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: check table lock.
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