PLS-00375: illegal GOTO statement; this GOTO cannot branch
to label 'string'



PLS-00375: illegal GOTO statement; this GOTO cannot branch to label 'string'..

Answer / guest

Cause: The line and column numbers accompanying the error
message refer to a GOTO that branches from outside a
construct (a loop or exception handler, for example) that
contains a sequence of statements to a label inside that
sequence of statements. Such a branch is not allowed.

Action: Either move the GOTO statement inside the sequence
of statements or move the labeled statement outside the
sequence of statements.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-12079: materialized view options require COMPATIBLE parameter to be string or greater

1 Answers  


ORA-23330: column group string already exists

1 Answers  


PCC-00011: Already in a declare section at line number in file string

1 Answers  


IMP-00065: Import is unable to recreate lobs within objects.

1 Answers  


CLSR-01004: Failed to mount database

1 Answers  






ORA-01525: error in renaming data files

1 Answers  


TNS-00015: INTCTL: error while closing terminal input channel

1 Answers  


ORA-15150: instance lock mode 'string' conflicts with other ASM instance(s)

1 Answers  


ORA-38310: cannot purge tablespace for other users

1 Answers  


PLS-00924: native compilation is not supported on this platform

1 Answers  


ORA-06812: TLI Driver: could not read the ethernet driver's node address

1 Answers  


ORA-13497: %s

1 Answers  


Categories