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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Tracking user log on's

Re: Tracking user log on's

From: Jim W <no_spam_mavp05_at_dial.pipex.com>
Date: 1998/06/05
Message-ID: <6l8jvj$gko$1@soap.news.pipex.net>#1/1

Try this ...

select username, osuser, to_char(logon_time,'DD-Mon-YYYY HH24:MI:SS') time from v$session
where username is not null
order by time
/ Received on Fri Jun 05 1998 - 00:00:00 CDT

Original text of this message

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