Database Error Messages

PLS-00374

illegal EXIT/CONTINUE statement; must appear inside the loop labeled 'string'

Action

Make sure the label name is spelled correctly; if necessary, move the EXIT or CONTINUE statement inside the LOOP statement to which the label refers.