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: Determine max # of concurrent users at schema level

Re: Determine max # of concurrent users at schema level

From: <Charlie_Mengler_at_HomeDepot.com>
Date: Thu, 09 Jan 2003 17:43:50 -0800
Message-ID: <F001.0052BF9A.20030109174350@fatcity.com>

bcm_at_MWH.ARES.MWH.COM> desc v$license

 Name                            Null?    Type
 ------------------------------- -------- ----
 SESSIONS_MAX                             NUMBER
 SESSIONS_WARNING                         NUMBER
 SESSIONS_CURRENT                         NUMBER
 SESSIONS_HIGHWATER                       NUMBER
 USERS_MAX                                NUMBER




                                                                                                                                
                      "Arup Nanda"                                                                                              
                      <arupnanda_at_hotmai        To:       Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>            
                      l.com>                   cc:                                                                              
                      Sent by:                 Subject:  Re: Determine max # of concurrent users at schema level                
                      root_at_fatcity.com                                                                                          
                                                                                                                                
                                                                                                                                
                      01/09/2003 02:44                                                                                          
                      PM                                                                                                        
                      Please respond to                                                                                         
                      ORACLE-L                                                                                                  
                                                                                                                                
                                                                                                                                




Rick,

There is no such view, but can be very simply obtained by turning on auditing and placing auditing for connects for user. Later you can aanalyze the connects and disconnects in a given time period to get max concurrent access.

HTH. Arup Nanda
----- Original Message -----
To: "Multiple recipients of list ORACLE-L" <ORACLE-L_at_fatcity.com> Sent: Thursday, January 09, 2003 3:24 PM

> Hi All,
>
> V$LICENSE will show max # of concurrent users since instance startup. Is
> there another view or something to determine max # of concurrent sessions
> for
> each schema?
>
> Thanks
> Rick
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author:
> INET: Rick_Cale_at_teamhealth.com
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>

--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Arup Nanda
  INET: arupnanda_at_hotmail.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).






-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: 
  INET: Charlie_Mengler_at_HomeDepot.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Thu Jan 09 2003 - 19:43:50 CST

Original text of this message

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