Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: exception propogation between packages
Tim B wrote:
> I'm working with Oracle 10, and it appears that exceptions do not propogate
> from one package to another. Is this true, and if so, is there a way to
> change this?
Exceptions propagate in the same manner in 1gR2 as they did in 6. No change has been made by Oracle.
If you want to communicate an exception you need to use RAISE or RAISE_APPLICATION_ERROR. Demos in Morgan's Library at www.psoug.org under EXCEPTION HANDING.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Sat Sep 29 2007 - 10:14:05 CDT
![]() |
![]() |