Re: exception propogation between packages
- From: DA Morgan <damorgan@xxxxxxxxx>
- Date: Sat, 29 Sep 2007 08:14:05 -0700
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@xxxxxxxxxxxxxxxx (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
.
- References:
- exception propogation between packages
- From: Tim B
- exception propogation between packages
- Prev by Date: Re: Oracle Previlages..
- Next by Date: Re: Oracle Previlages..
- Previous by thread: Re: exception propogation between packages
- Next by thread: Oracle Previlages..
- Index(es):
Relevant Pages
|