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: Data auditing: triggers vs application code

Re: Data auditing: triggers vs application code

From: Arul Ramachandran <contactarul_at_gmail.com>
Date: Wed, 21 Sep 2005 22:45:57 -0700
Message-ID: <1c1a629905092122455628da63@mail.gmail.com>


Excellent inputs from Connor!

For example, if you use BULK DML (by a batch job) on the live table then a trigger would not be a preferred solution as it does row by row insert to the audit table. This potentially could be your con #2. I'd look for ways to pick up the change from the redo.

Also, I'd look at partitioning the audit table in order to drop/archive old partitions, over time depending on transaction volume you may end up having audit tables largest in size.

-Arul

--

http://www.freelists.org/webpage/oracle-l Received on Thu Sep 22 2005 - 00:48:12 CDT

Original text of this message

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