Michael,
 
Thank you for the help!
 
Tamas
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[Szecsy Tamas]      ]
Sent: Wednesday, August 22, 2001 10:06 AM
To: Multiple recipients of list ORACLE-L
Subject: AW: Reraising exceptions

Tamas,
 
you could use the "RAISE" statement as last statement in the execption handler to re-reaise the exception.
 
e.g.
 
begin
    null;
exception
    null;
    raise
end;
 
regards,
Michael
 
-----Ursprüngliche Nachricht-----
Von: Szecsy Tamas [mailto:[EMAIL PROTECTED]]
Gesendet am: Mittwoch, 22. August 2001 09:00
An: Multiple recipients of list ORACLE-L
Betreff: Reraising exceptions
Hi,
 
I am currently writing some pretty complex triggers. In some cases I would need catch all exceptions occuring in a procedure call, make some processing (set a package variable) and then reraise the exception. Can this be done?
 
Every hint will be highly appreciated.
 
Tamas Szecsy

Reply via email to