Home » Unlabelled » When is an exception propagated to the outside environment? | PL SQL
Saturday, 26 May 2012
When is an exception propagated to the outside environment? | PL SQL
An exception is raised within the program and if there is no corresponding exception handler, the PL/SQL block terminates unsuccessfully and the exception is propagated to the calling environment.
No comments:
Post a Comment