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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Trigger question

Re: Trigger question

From: Kuresh <k_kapadia_at_hotmail.com>
Date: Wed, 17 Jan 2001 05:30:09 -0000
Message-ID: <t6abf1e58eqr5c@corp.supernews.com>

Hi
Yes, becouse the table is mutating.
Solution :
Use package to keep data regarding old, new (from row level before update ) and use statement level trigger .
In this trigger u can use data from the package. bye
Kuresh
Hans Leirvik wrote:
>
>
> I am not able to execute an :
> select sum(colA) from tableA;
> when tableA is the triggering table.
>
> Is this correct ?
> Any workarounds ?
>
> Hans
>
>

--
Posted via CNET Help.com
http://www.help.com/
Received on Tue Jan 16 2001 - 23:30:09 CST

Original text of this message

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