Most DBA know that they can query the v$session view to see the current sessions. However, you can also interrogate the v$sysstat view to see the current logons, cumulative logons since startup, and the high-water-mark of logons since startup time.
The following script provides a wealth of information about the number of sessions on your Oracle database. (more…)




