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

Home -> Community -> Mailing Lists -> Oracle-L -> Mutations - again......

Mutations - again......

From: Kjetil Nordstrand <kjetil.nordstrand_at_KVAERNER-PULPING.SE>
Date: Tue, 13 Feb 1996 19:40:23 +0200
Message-Id: <9602131858.AA19835@alice.jcc.com>


Folks,
how the heck can this trigger fail on a mutating table ?? (The FKs are restrict)

/Kjetil

  INSERT INTO technical_specs
(projno, too, object, con_too, con_object, str)
  VALUES (:new.projno, :new.too, :new.object, :new.con_too,

                 :new.con_object, :new.str);

  INSERT INTO shipping_data
(projno, too, object, con_too, con_object, str)
  VALUES (:new.projno, :new.too, :new.object, :new.con_too,

                 :new.con_object, :new.str);

END; Received on Tue Feb 13 1996 - 13:58:56 CST

Original text of this message

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