Oracle Error PLS-00301: Invalid GOTO to non-label ‘string’

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.