You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
accept _event PROMPT "&_C_RED Enter event: &_C_RESET"
select event, sql_id, sample_time, count(sql_exec_id) execution from v$active_session_history where event like '&_event' group by event, sql_id,sample_time order by sample_time;