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: table is mutating

Re: table is mutating

From: Matthias Gresz <GreMa_at_t-online.de>
Date: 1998/02/16
Message-ID: <69v40c$39u$1@news01.btx.dtag.de>#1/1

Matthias Gresz wrote:
>
> Hi folks,
>
> for all those fighting with 'table is mutating' - errors in for each row
> triggers, a solution from german oracle support:
>
> Take something like this as cursor:
>
> select ...
> from your_table
> where
> your_where_clause
> and :new.rowid != rowid;
>
> --
> Regards
>
> Matthias Gresz :-)

Hi,

it only works with insert triggers.

-- 
Regards

Matthias Gresz    :-)
Received on Mon Feb 16 1998 - 00:00:00 CST

Original text of this message

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