I am trying to learn which user blocks which user?
According to v$session view, if BLOCKING_SESSION not null. Does it mean, the current session block BLOCKING_SESSION?
also v$lock view does the SID column show the blocker SID or blocked SID?
I want to see who blocks which user.
By the way which performance views do you recommend in order to find out these things? I see that V$SESSION_BLOCKERS is useful.
Thanks