Event waits v$session_event
SELECT ROWNUM, event, total_waits, total_timeouts, time_waited, average_wait,
max_wait, time_waited_micro
FROM v$session_event
WHERE SID = ‘18′
SELECT ROWNUM, event, total_waits, total_timeouts, time_waited, average_wait,
max_wait, time_waited_micro
FROM v$session_event
WHERE SID = ‘18′