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

ORA-13751: "SQL Tuning Set" "string" does not exist or user "string" is not the owner of the "SQL Tuning Set".

1 Answers  


TNS-12653: Authentication control function failed

1 Answers  


TNS-00273: Navigator: Logging is now ON

1 Answers  


SQL*Loader-00937: parallel load requested and string has enabled triggers or constraints

1 Answers  


ORA-24121: both cascade and a block range passed to DBMS_REPAIR.CHECK_OBJECT procedure

1 Answers  






NID-00421: Change of database name failed during validation - database is intact.

1 Answers  


ORA-13750: User "string" has not been granted the "ADMINISTER SQL TUNING SET" privilege.

1 Answers  


ORA-17501: logical block size string is invalid

2 Answers  


ORA-28593: agent control utility: command terminated with error

1 Answers  


ORA-32837: invalid configuration state string

1 Answers  


ORA-13711: Some snapshots in the range [string, string] are missing key statistics.

1 Answers  


ORA-00099: timed out while waiting for resource, potential PDML deadlock

1 Answers  


Categories