<docbook><section><title>MonitorOracleSessions</title><para> </para>
<bridgehead class="http://www.w3.org/1999/xhtml:h2"> How do I monitor open database sessions associated with Oracle ODBC connections?   </bridgehead>
<para>Use the following steps to monitor open database sessions associated with Oracle ODBC connections:   </para>
<orderedlist spacing="compact"><listitem>Login to the machine which hosts your Oracle database.
</listitem>
<listitem>su to your Oracle user.
</listitem>
<listitem>execute your Oracle user&#39;s .profile.
</listitem>
<listitem>cd to ORACLE_ HOME/bin.
</listitem>
<listitem>Execute the following command: /sqplus /nolog </listitem>
<listitem>Type: connect as sysdba </listitem>
<listitem>Provide your Oracle DBA username and password.
</listitem>
<listitem>Execute the startup command if the instance is not running.
</listitem>
<listitem>Execute the following command: select count (*) from v$session where username is not null; </listitem>
</orderedlist></section></docbook>