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 - trigger may not see it

Re: table is mutating - trigger may not see it

From: Markus Jäger <1055-436_at_online.de>
Date: Thu, 20 Jan 2000 08:42:52 +0100
Message-ID: <866dqa$bk2$1@news.online.de>


I tried also a before-insert-trigger, but this obviously leads all the more to a FK-violation, because the check for the corresponding PK must be unsuccessful.
The after-insert-trigger "should" work. Is there anything to pay attention concerning the DEFERRABLE INITIALLY DEFERRED - clause? Why in this case does not the FK-constraint check wait until the end of the whole transaction?

Markus Received on Thu Jan 20 2000 - 01:42:52 CST

Original text of this message

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