Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: 'Auditing' user connections
We were asked to do the same thing on ALL production databases. That's
what Oracle auditing is for. If they want it turned on, they should be
willing to bounce the database. We audit for a couple of dozen things.
We have seen no performance hits after turning auditing on. We do NOT
audit data changes.
Ron
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Raj Jamadagni
Sent: Monday, August 16, 2004 5:23 PM
To: oracle-l_at_freelists.org
Subject: Re: 'Auditing' user connections
Dan,
I have been using db logon triggger and a table for more than 1.5 years ... no complaints. Make sure that the logon trigger doesn't get invalid though ... in which case every connection will try to compile it, and since most won't have privs to recompile it, it will hang for a timeout and from then on it is downhill only. But if you take care of that, things just run fine.
Raj
> I have been asked to track user connections to a database (9.2) to see
> what logins are being used, where they are coming from, etc. Auditing=20
> first comes to mind, but our maintenance window for a db restart is=20
> not for a few weeks and the information is being requested ASAP. The=20
> first thing that comes to mind is a database logon trigger and a table
> to capture the relevant information.
=3D=3D=3D=3D=3D
Best Regards
Raj
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html ----------------------------------------------------------------- ---------------------------------------------------------------- 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 Tue Aug 17 2004 - 08:05:32 CDT
![]() |
![]() |