Oracle Notes

<toc></toc> <list><ul><li>To view the current connections to Oracle:</li></ul></list>

sqlplus&gt; select machine, osuser, count(*) &quot;Connections&quot; from v$session group by machine, osuser;