Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> PL/SQL error logging
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
![]() |
![]() |