查看等待事件
select inst_id,event,count(*) from gv$session where wait_class <> 'Idle' group by inst_id,event order by 1,2;select inst_id,event,count(*) from
select inst_id,event,count(*) from gv$session where wait_class <> 'Idle' group by inst_id,event order by 1,2;select inst_id,event,count(*) from