Is there any hidden table, system variable or something to show active connections in a given moment?
select username, osuser, terminal, utl_inaddr.get_host_address(terminal) IP_ADDRESS from v$session where username is not null order by username, osuser;