By jamesling
via digcode.com
Published: Jun 07 2008 / 23:55
When an exception is raised, if PL/SQL cannot find a handler for it in the current block or subprogram, the exception propagates. That is, the exception reproduces itself in successive enclosing blocks until a handler is found or there are no more blocks to search. This article illustrate the basic exception propagation rules defined in the Oracle PL/SQL.
Add your comment