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 -> PL/SQL error logging

PL/SQL error logging

From: <grsnow_at_my-deja.com>
Date: Fri, 10 Sep 1999 19:54:47 GMT
Message-ID: <7rbnm1$s29$1@nnrp1.deja.com>


We are designing a PL/SQL error handling procedure that will log errors and warnings to an error log table. This procedure will be called from from a variety of other procedures. Unfortunately these procedures need the ability to rollback transactions that may occur before the error handling procedures.

The question is how can I commit the transactions (inserts) performed by the error handling procedure, but still be able to rollback those transactions outside of the error handler?

I hope it doesn't involve logging errors to a flat file instead of a table...

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Fri Sep 10 1999 - 14:54:47 CDT

Original text of this message

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