You are on page 1of 1

select inst_id, count(*) from gv$session

where status ='ACTIVE'


and username not in ('SYS','SYSTEM')
group by inst_id

You might also like