Home » RDBMS Server » Server Administration » user access
user access [message #53140] Thu, 29 August 2002 00:49 Go to next message
andy
Messages: 92
Registered: December 1999
Member
is there a way to establish how many users are accessing the system, to establish licensing requirements ?
Re: user access [message #53145 is a reply to message #53140] Thu, 29 August 2002 04:59 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
list of the users, and count of conections per user
SQL> ed
Wrote file afiedt.buf

  1  select username,count(username) from v$session
  2* group by username
SQL> /

USERNAME                       COUNT(USERNAME)
------------------------------ ---------------
LAWSON                                      10
TRICORE                                      1
                                             0

Re: user access [message #53154 is a reply to message #53145] Thu, 29 August 2002 07:06 Go to previous messageGo to next message
AndyM
Messages: 2
Registered: August 2002
Junior Member
thanks
Re: user access [message #53171 is a reply to message #53140] Fri, 30 August 2002 09:24 Go to previous message
Sanjay Bajracharya
Messages: 279
Registered: October 2001
Location: Florida
Senior Member
Number of users accessing the system can also be found from the alert log.

Whent the database is recycled, there is an entry for high water mark from the period the datbase coming up till going down. Please note that this is written ONLY when the database is shutting down.

Look for somrthing like 'License high water mark = 88'.

NOTE: This is the highest number of CONCURRENT users in the system at any time and NOT the total no of users connected to the system.

Good luck.
Previous Topic: ORA-1652: unable to extend temp segment by 7680 in tablespace
Next Topic: Re: The "Oracle OEM Management Server" Services do not START!
Goto Forum:
  


Current Time: Thu Sep 19 12:49:59 CDT 2024