You are on page 1of 1

SQL> select blocking_session ,username,command,sid from v$session where blocking

_session is not null;


BLOCKING_SESSION USERNAME
COMMAND
SID
---------------- ------------------------------ ---------- ---------1010 NTE
2
201
Here SID 1010 is blocking SID 201.

You might also like