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

table is mutating

From: Matthias Gresz <GreMa_at_t-online.de>
Date: 1998/02/16
Message-ID: <69nngk$4ri$1@news00.btx.dtag.de>#1/1

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    :-)
Received on Mon Feb 16 1998 - 00:00:00 CST

Original text of this message

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