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: Mutant Tables

Re: Mutant Tables

From: Greg S <gstry_at_telisphere.com>
Date: 2000/07/12
Message-ID: <KTSa5.51$Q2.24991@bcandid.telisphere.com>#1/1

Generally seen when a row-level trigger attempts to modify the table to which the trigger is attached. Work-arounds include modifying the trigger to be a statement -level trigger (and lose the :new and :old references) or using the dbms_job.submit procedure. Oracle's PL/SQL Programming manual includes a good discussion.

Greg

"Jaime" <jaime_tc_at_lanet.com.pe> wrote in message news:8ket7m$8rm$1_at_ucayali.unired.net.pe...
> Hello
> What is a mutant Table?
> please!!
> help me!
>
> Thanks for advance
>
> Jaime
>
>
>
Received on Wed Jul 12 2000 - 00:00:00 CDT

Original text of this message

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