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

Home -> Community -> Mailing Lists -> Oracle-L -> PL/SQL procedure - error

PL/SQL procedure - error

From: <Roland.Skoldblom_at_ica.se>
Date: Tue, 22 Jan 2002 03:23:59 -0800
Message-ID: <F001.003F6CCE.20020122030018@fatcity.com>

Hallo,

anyone who can help me with a pl/sql procedure that

I have four procedures that will run one after one: in an error table logs the procedurename, the start time of the procedure and the end time of the procedure.the number of rows inserted(there are insertstatements in the procedures), error code(if anything goes wrong) and error-message.

Let us say that procedure 1 goes fine and the next procedure(nr 2) fails. Then I want to run rollback so that no data were inserted by procedure one at all, so it should be a rollback, so no data at all were inserted by any previous procedure. Please help me with some pl/sql code on this:

Thanks in advance

Roland

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author:
  INET: Roland.Skoldblom_at_ica.se

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Jan 22 2002 - 05:23:59 CST

Original text of this message

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