set pagesize 300 select inst_id,count(1) from gv$session group by inst_id order by inst_id;