Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

GOTO Statements

Andrew RSep 8 2022

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

Comments
Post Details
Added on Sep 8 2022
4 comments
414 views