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 -> Triggers atomic unit of work

Triggers atomic unit of work

From: Doug Cowles <dcowles_at_nospambigfoot.com>
Date: Fri, 17 Dec 1999 17:01:09 -0500
Message-ID: <385AB2A5.90691EC3@nospambigfoot.com>


It would appear if I have either a before or after insert trigger, and the trigger fails,
then the insert fails as well. It it fair to say that the insert and the trigger execution
are therefore part of the same unit of work ? (transaction?) It it fair to say that trigger are
not asynchronous?
Also, is there any way around this behavior - a way of making sure the insert completes
normally regardless of wether the trigger has problems or not.

Thanks,
Dc.


Received on Fri Dec 17 1999 - 16:01:09 CST

Original text of this message

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