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: Whitepapers on Triggers

RE: Whitepapers on Triggers

From: Steven Haas <steven.haas_at_snet.net>
Date: Wed, 13 Nov 2002 11:44:40 -0800
Message-ID: <F001.00502935.20021113114440@fatcity.com>


That is exactly what my design would be given the option. Thanks for concurring.

I have also been asked if the trigger can fire off a pop-up box in the app to ask for a reason for change that needs to be in the audit record as well. Yeah, really... that's what they want.

Another option suggested for tables with heavy updates is to record the full insert and only the column deltas on updates. Okay, lets compare all 87 columns to see if the new value is the same as the old value. Just throw all kinds of junk in the trigger so it effects its performance.

My origianl question was for any links to whitepapers on trigger devlopment.

Thanks...

Steve

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Steven Haas
  INET: steven.haas_at_snet.net

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Wed Nov 13 2002 - 13:44:40 CST

Original text of this message

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