Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Columns in triggers

Columns in triggers

From: Witold Iwaniec <wiwaniec_at_novalistech.com>
Date: Tue, 20 Mar 2001 17:18:48 -0800
Message-ID: <F001.002D24C0.20010320133041@fatcity.com>

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). Received on Tue Mar 20 2001 - 19:18:48 CST

Original text of this message

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