PLS-00374: illegal EXIT statement; it must appear inside the loop labeled ‘string’

oracle

PLS-00374: illegal EXIT statement; it must appear inside the loop labeled 'string'
Cause: An EXIT statement need not specify a label. However, if a label is specified (as in EXIT my_label), the EXIT statement must be inside the loop designated by that label.
Action: Make sure the label name is spelled correctly; if necessary, move the EXIT statement inside the loop to which the label refers.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/