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