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: grab logon time

Re: grab logon time

From: Mike Mountjoy <michael_at_london.virgin.net>
Date: Tue, 02 Nov 1999 09:05:08 +0000
Message-ID: <381EA943.F6F82FA1@london.virgin.net>


I think you need to think of it as user sessions. The report could then say user X logged on
twice today. session 1 for 30 mins and session two for 1 hour

Naushi Hussain wrote:

> Our Management is trying to keep track of who was logged on for how long
> in the system. I am using v$session to get a report like this. I thought
> I could take the min logon-time and subtract it from max logon-time for
> a particular user - this will give the number of hours/min he was logged
> on. The problem with that is that if the person logs off for two hours
> and logs back on then the above method will still show him as logged on
> all the time - since we will still subtract the min from max.
>
> How do we get a real picture of how long was some one logged on today.
>
> Any suggestins will be appreciated
Received on Tue Nov 02 1999 - 03:05:08 CST

Original text of this message

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