Oracle Error Message
PLS-00301: Invalid GOTO to non-label ‘string’
Reason for the Error
A GOTO was attempted to something which is not a label (for example, a variable).
Solution
Specify a valid label name.
PLS-00301: Invalid GOTO to non-label ‘string’
A GOTO was attempted to something which is not a label (for example, a variable).
Specify a valid label name.