Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: URGENT - LOCK
select l.kaddr kaddr, u.name owner, o.name object, l.sid sid, s.username username, l.type type, id1, id2, lmode, decode(lmode, 1, 'NULL', 2, 'Row Share', 3, 'Row Exclusive', 4,
'Share', 5, 'Share Row', 6, 'Exclusive') mode_desc,
request, decode(request, 1, 'NULL', 2, 'Row Share', 3, 'Row Exclusive', 4,
v$session s, sys.obj$ o, sys.user$ u where l.type in ('RW', 'TM', 'TX', 'UL') and l.sid = s.sid (+)
id2, lmode ---------------------------------Received on Fri Oct 27 2000 - 09:15:12 CDT