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



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

Answer / guest

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.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

O2U-00200: Internal error in OTT facility O2U

1 Answers  


ORA-25143: default storage clause is not compatible with allocation policy

1 Answers  


DRG-13000: error while adding or removing a sub lexer

1 Answers  


NNL-00545: Displays query request statistics

1 Answers  


ORA-34164: (MXCGVAR01) A dimension used to define a local string variable cannot be located. Execution cannot continue.

1 Answers  






ORA-29524: wrong types of arguments in call to 'string'

1 Answers  


TNS-00534: Failed to grant connection ownership to child

2 Answers  


ORA-14632: cannot specify PARALLEL clause when adding a List subpartition

1 Answers  


NZE-28773: failure to write magic and version numbers

1 Answers  


QSM-02119: internal error while analyzing required supporting aggregates

1 Answers  


ORA-16114: applying DDL transaction with commit SCN string

1 Answers  


ORA-27198: skgfpvl: sbtpcvalidate returned error

1 Answers  


Categories