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: Question about triggers

Re: Question about triggers

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 24 May 2006 18:13:23 -0700
Message-ID: <1148519603.080474.160240@y43g2000cwc.googlegroups.com>


And to add to what Brian posted, you cannot issue an explicit commit or rollback from within a trigger. The calling program has to issue the commit or rollback statement. To terminate a transaction from within a trigger use the procedure raise_application_error.

HTH -- Mark D Powell -- Received on Wed May 24 2006 - 20:13:23 CDT

Original text of this message

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