| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
|  |  | |||
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Please tell me how to know whether or not a table is locked
Hi,
select dbo.owner||'.'||dbo.object_name 
object,
<FONT 
face=Arial>           
 dbo.Object_type
from v$locked_object lo,
         
dba_objects  dbo
where lo.object_id = dbo.object_id
/
 
 
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
  To: <A href="mailto:ORACLE-L_at_fatcity.com" 
  title=ORACLE-L_at_fatcity.com>Multiple recipients of list ORACLE-L 
  Sent: Thursday, September 06, 2001 5:00 
  AM
  Subject: Please tell me how to know 
  whether or not a table is locked
  
  Hi Gurus
   
  Please let me know which view can show me a table 
  that is being locked.
   
   
   
  Thanks a 
lot
Received on Thu Sep 06 2001 - 08:55:18 CDT
|  |  |