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

Home -> Community -> Usenet -> c.d.o.server -> Re: Future of Triggers

Re: Future of Triggers

From: Brian Peasland <peasland_at_edcmail.cr.usgs.gov>
Date: Mon, 30 Oct 2000 14:17:41 GMT
Message-ID: <39FD8305.5DC3B8C9@edcmail.cr.usgs.gov>

> The instead OF triggers require you to update through the view directly to
> fire the trigger. I was thinking more of when a TABLE is updated, all of the
> views over that table are checked and any trigger that is associated with it
> is fired.

Isn't that what a trigger on the table does? Why would you want a trigger to fire over all views built on a table when a table is updated? Instead, the trigger on the table handles everything. It just seems to make more sense to me that way.

Just my 3.14159265 cents worth,
Brian

-- 
========================================
Brian Peasland
Raytheons Systems at
  USGS EROS Data Center
These opinions are my own and do not
necessarily reflect the opinions of my 
company!
========================================
Received on Mon Oct 30 2000 - 08:17:41 CST

Original text of this message

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