PLS-00376: illegal EXIT statement; it must appear inside a loop



PLS-00376: illegal EXIT statement; it must appear inside a loop..

Answer / guest

Cause: An EXIT statement was found outside of a loop
construct. The EXIT statement is used to exit prematurely
from a loop and so must always appear within a loop.

Action: Either remove the EXIT statement or place it inside
a loop.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Oracle Errors Interview Questions

ORA-06730: TLI Driver: unable to open clone device

1 Answers  


ORA-22338: must specify CASCADE INCLUDING DATA when altering the final property

1 Answers  


PCC-01400: You are not authorized to run Pro*Pascal

1 Answers  


ORA-01522: file 'string' to be renamed does not exist

1 Answers  


ORA-02266: unique/primary keys in table referenced by enabled foreign keys

1 Answers  






ORA-31411: change set string is referenced by a change table

1 Answers  


TNS-04075: Cannot use ADMINISTER directly from the command line.

1 Answers  


LPX-00206: invalid CDATA section

1 Answers  


SQL*Loader-00532: OCI return status: continue

1 Answers  


NNF-00001: Not a TNS address

1 Answers  


ORA-12058: materialized view cannot use prebuilt table

1 Answers  


KUP-04016: unknown SLF status code number

1 Answers  


Categories