====== Oracle Notes ====== sqlplus> select machine, osuser, count(*) "Connections" from v$session group by machine, osuser;