Is there any hidden table, system variable or something to show active connections in a given moment?
select count(1) "NO. Of DB Users", to_char(sysdate,'DD-MON-YYYY:HH24:MI:SS') sys_time from v$session where username is NOT NULL;