Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Last userid access
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
-- 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
![]() |
![]() |