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: Auditing DML on one table by a specific user

RE: Auditing DML on one table by a specific user

From: Potluri, Venu (IDS AIS SE) <venu_potluri_at_ml.com>
Date: Wed, 4 Aug 2004 11:16:57 -0400
Message-ID: <F65245818C52764E83192CFDA540095A048136E8@mlnyb705mb-m.msg.ml.com>


It isn't being done with a trigger.

I may use the following sql.

audit insert,update, delete on GL_BALANCES;

Question is how to add a specific user to the above statement.

This database is still 8.1.7.4, so I think Fine Grain Audit is not an = option.

-----Original Message-----
From: oracle-l-bounce_at_freelists.org =
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Mogens N=F8rgaard Sent: Wednesday, August 04, 2004 10:33 AM To: oracle-l_at_freelists.org
Subject: Re: Auditing DML on one table by a specific user

Not if you're doing it with a trigger - then the logic would need to be=20 in the code in order to filter such things.

Not sure about Fine-Grained Audit - perhaps you can do it there?

Mogens

Potluri, Venu (IDS AIS SE) wrote:

> Is there a way to audit DML operations on a specific table by one=20
> user? For example if I want to audit DML operations on GL_BALANCES, I=20
> can do the following: audit insert,update, delete on GL_BALANCES;
> Is it possible to include a specific user on the above statement? If =
yes
> how?=20
> --------------------------------------------------------
> =20
> If you are not an intended recipient of this e-mail, please notify the =
sender, delete it and do not read, act upon, print, disclose, copy, = retain or redistribute it. Click here for important additional terms = relating to this e-mail. http://www.ml.com/email_terms/=20
> --------------------------------------------------------
> =20
> ----------------------------------------------------------------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> ----------------------------------------------------------------
> To unsubscribe send email to: oracle-l-request_at_freelists.org put=20
> '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
> -----------------------------------------------------------------
>=20



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
-----------------------------------------------------------------=20
--------------------------------------------------------
=20
If you are not an intended recipient of this e-mail, please notify the =
sender, delete it and do not read, act upon, print, disclose, copy, =
retain or redistribute it. Click here for important additional terms =
relating to this e-mail.     http://www.ml.com/email_terms/=20
--------------------------------------------------------
=20
----------------------------------------------------------------
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 Wed Aug 04 2004 - 10:13:11 CDT

Original text of this message

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