Hi Team,
Can someone explain the below statement. I have read it in the oracle doc but not able to understand what they meant to say ...
A GOTO
statement cannot branch from an exception handler back into the current BEGIN-END
block. However, a GOTO
statement can branch from an exception handler into an enclosing block.
refer: https://docs.oracle.com/cd/B19306_01/appdev.102/b14261/controlstructures.htm#i1506