Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: exception propogation between packages

Re: exception propogation between packages

From: DA Morgan <damorgan_at_psoug.org>
Date: Sat, 29 Sep 2007 08:14:05 -0700
Message-ID: <1191078835.386825@bubbleator.drizzle.com>


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.org
Received on Sat Sep 29 2007 - 10:14:05 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US