Saturday 26 May 2012

What happens after a sub-block handles an exception? | PL SQL

 When a sub-block handles an exception, the control passes to the next statement in the executable section of the enclosing block immediately after the END statement of the sub-block.