How to fix the Oracle error PLS-00301: Invalid GOTO to non-label ‘string’?
In this post, you’ll learn more about the Oracle ErrorPLS-00301: Invalid GOTO to non-label ‘string’ with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PLS-00301: Invalid GOTO to non-label ‘string’
Reason for the Error PLS-00301: Invalid GOTO to non-label ‘string’
A GOTO was attempted to something which is not a label (for example, a variable).
How to fix the Error PLS-00301: Invalid GOTO to non-label ‘string’ ?
You can fix this error in Oracle by following the below steps
Specify a valid label name.
Leave Your Comment