PLS-00374

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

Causa: 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.

Acción: Make sure the label name is spelled correctly; if necessary, move the EXIT statement inside the loop to which the label refers.


Deja tu comentario:

¿No sabes cómo solucionar el error? ¿O lo has conseguido resolver y quieres ayudar a otros usuarios?

Para comentar, haz login con tu cuenta de


COMENTARIOS:


No hay comentarios.