PLS-00373: EXIT label ‘string’ must label a LOOP statement

oracle

PLS-00373: EXIT label 'string' must label a LOOP statement
Cause: The label in an EXIT statement does not refer to a loop. An EXIT statement need not specify a label. However, if a label is specified (as in EXIT my_label), it must refer to a loop statement.
Action: Make sure the label name is spelled correctly and that it refers to a loop statement.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/