V$LOCKED_OBJECT
This view shows which sessions are holding DML locks and on what objects.
Fields
The most relevant view fields are:
XIDUSN
: The undo segment numberXIDSLOT
: The slot numberXIDSQN
: The sequence numberOBJECT_ID
: The object ID being lockedSESSION_ID
: The session identifier numberORACLE_USERNAME
: The Oracle usernameOS_USER
: The operating system userPROCESS
: The operating system process identifierLOCKED_MODE
: The lock mode
See also
The
DBA_BLOCKERS
,DBA_WAITERS
,V$ENQUEUE_LOCK
, andV$LOCK
sections in this appendix