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-30653: reject limit reached

2 Answers  


ORA-25440: invalid table alias: string

1 Answers  


PLS-00167: keyword BULK is used in a wrong context

1 Answers  


ORA-16196: database has been previously opened and closed

1 Answers  


EXP-00080: Data in table "string" is protected. Using conventional mode.

1 Answers  






ORA-38955: Source platform string not cross platform compliant

1 Answers  


O2I-00131: Error opening a Java file

1 Answers  


TNS-12229: TNS:Interchange has no more free connections

1 Answers  


DGM-16910: unable to issue command to server

1 Answers  


ORA-17509: Attempt to do i/o beyond block1 offset

1 Answers  


ORA-31625: error changing username from string to string

1 Answers  


ORA-09922: Can't spawn process - background log directory not created properly

1 Answers  


Categories