Посмотреть каких ожиданий было больше - select h.event, count(*) from gv$active_session_history h where sample_time between to_date('16.10.2020 18:00:00','dd.mm.yyyy hh24:mi:ss') and to_date('16.10.2020 18:10:00','dd.mm.yyyy hh24:mi:ss') group by h.event order by count(*) desc