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

TNS-12524: TNS:listener could not resolve HANDLER_NAME given in connect descriptor

1 Answers  


ORA-12204: TNS:received data refused from an application

1 Answers  


EXP-00001: data field truncation - column length=number, buffer size=number actual size=number

1 Answers  


ORA-13129: HHCODE column string not found

1 Answers  


NNO-00120: line string: topology name "string" not allowed here

1 Answers  


ORA-12007: materialized view reuse parameters are inconsistent

1 Answers  


PCC-02398: Indicator ignored in this statement for this type

1 Answers  


NPL-00414: incoming ASN.1 type tag is greater than maximum of 16383

1 Answers  


TNS-00213: Available Connections : number

1 Answers  


ORA-19685: SPFILE could not be verified

1 Answers  


ORA-30728: maximum number of columns exceeded

1 Answers  


DRG-50909: maximum number of documents string is not an integer

1 Answers  


Categories