Oracle Error PLS-00375: illegal GOTO statement; this GOTO cannot branch to label ‘string’

Oracle Error Message

PLS-00375: illegal GOTO statement; this GOTO cannot branch to label ‘string’

Reason for the Error

The line and column numbers accompanying the error message refer to a GOTO that branches from outside a construct (a loop or exception handler, for example) that contains a sequence of statements to a label inside that sequence of statements. Such a branch is not allowed.

Solution

Either move the GOTO statement inside the sequence of statements or move the labeled statement outside the sequence of statements.

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Oracle Error Message CLSGN-32767: Internal error. Reason for the Error An unexpected error occurred. Solution Examine the message(s) that accompany...
Oracle Error Message CLSGN-00211: OCR batch operation failed. string Reason for the Error Setting a set of Oracle Cluster Registry...
Oracle Error Message CLSGN-00210: failed to get value for OCR key “string”. string Reason for the Error It was not...