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 -> Trigger Question/Transaction

Trigger Question/Transaction

From: Sebastian Scholz <e9926043_at_student.tuwien.ac.at>
Date: Sun, 29 Jul 2001 14:53:19 GMT
Message-ID: <3b642260.6162821@news.tuwien.ac.at>

Hello,

I just want to be sure, because it's quite important to me:

I'm using some PL/SQL Code inside a Trigger. Two Statements (INSERT AND UPDATE) MUST execute at a transaction basis. Unfortunately, commits and rollbacks aren't allowed.

What exactly happens if after the first INSERT Statement the machine or ORacle goes down? If these Statements don't execute within a Transaciton, how do I accomplish that?

Sebastian Received on Sun Jul 29 2001 - 09:53:19 CDT

Original text of this message

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