Saturday 26 May 2012

Where will the control be transferred if an exception is raised within an exception section of the block? | PL SQL

 When an exception is raised within an exception section of a block, the control is transferred to the exception section of the enclosing block.