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: Mutating Error on a row-level trigger.

Re: Mutating Error on a row-level trigger.

From: Daniel Morgan <damorgan_at_exxesolutions.com>
Date: Sun, 31 Aug 2003 17:20:40 -0700
Message-ID: <3F5290D8.CDF20190@exxesolutions.com>


Steven Markey wrote:

> I have 2 tables:
>
> <post snipped>
>
> So, any thoughts on were I am going wrong? I double-checked the SQL in my
> queries and cursor and nothing jumps out at me.... Also, what's the better
> approach?

I'm with Jim. This is a good use for a materialized view or DBMS_JOB. I would only implement this using triggers if I was forced into a real-time environment and had some reason why a materialized view wouldn't work.

--
Daniel Morgan
http://www.outreach.washington.edu/extinfo/certprog/oad/oad_crs.asp
http://www.outreach.washington.edu/extinfo/certprog/aoa/aoa_main.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Sun Aug 31 2003 - 19:20:40 CDT

Original text of this message

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