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: Janet Schmitt <janet.schmitt_at_uwex.edu>
Date: Thu, 05 Aug 2004 08:01:57 -0500
Message-Id: <5.1.0.14.2.20040805080043.01af47d0@imap.uwex.edu>


At 11:16 AM 8/4/2004 -0400, you wrote:
>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.

There is a BY clause on the AUDIT statement which lets you specify a user_list. Unfortunately, you can not use the BY clause if you are using the ON clause.



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 Thu Aug 05 2004 - 07:58:02 CDT

Original text of this message

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