Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Columns in triggers
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).
-- 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
![]() |
![]() |