Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Maximum number of users logged on

RE: Maximum number of users logged on

From: Jyoti Randive <jnair75_at_hotmail.com>
Date: Fri, 12 Jan 2001 18:37:16
Message-Id: <10739.126539@fatcity.com>


select count(*) from v$session;
This will have about ten connections more than the user connections(coz this adds up the oracle processes).
You can see more detail like
select username,osuser from v$session;

HTH.
JR



Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Received on Fri Jan 12 2001 - 18:37:16 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US