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: Arup Nanda <arupnanda_at_hotmail.com>
Date: Fri, 10 Jan 2003 07:53:58 -0800
Message-ID: <F001.0052C5B0.20030110075358@fatcity.com>


....And your point is?

users_max field in v$license is polulated *if* you have set the init.ora parameter LICENSE_MAX_USERS, then this field value is set. This means you can create upto a certain number of users. It does not mean that that many number of named users have connected so far. The original post specifically asked to know how many concurrent sessions were coming from named users, not how many can be created.

Arup

>
>
>
>
> 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).
>

-- 
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).
Received on Fri Jan 10 2003 - 09:53:58 CST

Original text of this message

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