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