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: Columns in triggers

Re: Columns in triggers

From: Rachel Carmichael <carmichr_at_hotmail.com>
Date: Tue, 20 Mar 2001 18:52:30 -0800
Message-ID: <F001.002D2961.20010320173550@fatcity.com>

If there is, I haven't found one ... that's what I've done on other applications I've worked on.

Rachel

>From: "Witold Iwaniec" <wiwaniec_at_novalistech.com>
>Reply-To: ORACLE-L_at_fatcity.com
>To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
>Subject: Columns in triggers
>Date: Tue, 20 Mar 2001 13:30:41 -0800
>
>Hi all
>
>I would like to create an audit trial for particular tables within Oracle
>database and thought about using triggers.
>
>I would like to log changes to each column separately. Is it
>possible to find dynamically name of the columns that were
>updated?
>
>I guess on INSERT I can check value of each column and if it is not
>NULL write the log, and on UPDATE I can compare the NEW and
>OLD values and write the log if different but wonder if there is
>better/nicer solution.
>
>Thanks
>
>Witold
>======================================
>Witold Iwaniec
>Senior Software Developer
>NovaLIS Technologies
>wiwaniec_at_novalistech.com
>http://www.novalistech.com
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>--
>Author: Witold Iwaniec
> INET: wiwaniec_at_novalistech.com
>
>Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
>San Diego, California -- Public Internet access / Mailing Lists
>--------------------------------------------------------------------
>To REMOVE yourself from this mailing list, send an E-Mail message
>to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
>the message BODY, include a line containing: UNSUB ORACLE-L
>(or the name of mailing list you want to be removed from). You may
>also send the HELP command for other information (like subscribing).



Get your FREE download of MSN Explorer at http://explorer.msn.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Rachel Carmichael
  INET: carmichr_at_hotmail.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Mar 20 2001 - 20:52:30 CST

Original text of this message

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