You are on page 1of 1

select c.owner,c.object_name,c.object_type,b.sid,b.serial#,b.status,b.osuser,b.

m
achine from v$locked_object a ,v$session b,dba_objects c where b.sid = a.session
_id and a.object_id = c.object_id;

You might also like