Saturday 26 May 2012

Can processing be resumed from the point exception was raised after the exception is handled? | PL SQL

After the exception is handled, processing cannot be resumed within the executable section of the current block from where the exception was raised. The current block where the exception handier is declared will be terminated. The control will pass to the statement in the enclosing executable block. If there is no enclosing block, control will pass back to the calling host environment.