Is there any hidden table, system variable or something to show active connections in a given moment?
select status, count(1) as connectionCount from V$SESSION group by status;