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: Last userid access

Re: Last userid access

From: Daniel Fink <Daniel.Fink_at_Sun.COM>
Date: Fri, 25 Jun 2004 07:10:40 -0600
Message-id: <40DC2450.9D6A13AE@sun.com>


You also need to take the application layers into account. If the user authentication occurs at the app/web level and the database login is a 'generic' account or connection pooling is used, you might not be able identify the user at the database level.

Regards,
Daniel Fink

Rachel Carmichael wrote:

> As far as I know, there is nothing within the database that will log
> last sign on. Rather than turn on auditing, what about a login trigger
> that records the userid and date in a table?
>
> You can collect more information that way -- machine they logged in
> from, program they used etc..
>
> Rachel



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Fri Jun 25 2004 - 08:07:53 CDT

Original text of this message

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