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

Home -> Community -> Usenet -> c.d.o.misc -> Re: help with triggers and mutating tables

Re: help with triggers and mutating tables

From: DA Morgan <damorgan_at_psoug.org>
Date: Tue, 15 May 2007 08:28:41 -0700
Message-ID: <1179242918.688367@bubbleator.drizzle.com>


balaji.calluru_at_gmail.com wrote:
> You can create update triggers for each column separately. This will
> give you more flexibility on debugging the problem. I think the syntax
> is like
>
> create or replace trigger trigger_name after update of column_name on
> table_name ....
>
> Balaji

I would strongly recommend not taking this advice. If you want to debug something ... use proper debugging techniques. To use a kludge such as triggers on each column is begging for a nightmare.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Tue May 15 2007 - 10:28:41 CDT

Original text of this message

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