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

TNS-00062: INTCTL: Bad command or syntax error: For help type help/h/?

1 Answers  


ORA-09945: Unable to initialize the audit trail file

1 Answers  


ORA-14069: invalid TABLESPACE_NUMBER value

1 Answers  


ORA-21604: property [string] is not a property of transient or value instances

1 Answers  


LRM-00108: invalid positional parameter value 'string'

1 Answers  






ORA-39146: schema "string" does not exist

1 Answers  


ORA-06111: NETTCP: disconnect failure

1 Answers  


NID-00140: Specified database name string does not match previous name used string

1 Answers  


ORA-02881: sou2o: Could not revoke access to protected memory

1 Answers  


PLS-00169: modifier 'string' conflicts with prior 'string' specification

1 Answers  


RMAN-08056: skipping datafile string because it has not changed

1 Answers  


ORA-16727: resource guard cannot close database

1 Answers  


Categories