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

Home -> Community -> Usenet -> c.d.o.server -> Re: Finding max concurrent users

Re: Finding max concurrent users

From: MarkP28665 <markp28665_at_aol.com>
Date: 1997/05/22
Message-ID: <19970522211600.RAA01239@ladder01.news.aol.com>#1/1

chuckh_at_dvol.com asked
Is there a way to find out the maximum number of concurrent users over a given period of time?
<<

Have you tried using v$license as the source of your data? You could create a small cron job that fetches the maximum concurrent user count and write it to a file on a periodic basis. This would give you a history that survives shutdowns.

Mark Powell -- The only advise that counts is the advise that you follow so follow your own advise Received on Thu May 22 1997 - 00:00:00 CDT

Original text of this message

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