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-01779: cannot modify a column which maps to a non key-preserved table

1 Answers  


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

1 Answers  


KUP-04021: field formatting error for field string

1 Answers  


NNL-01040: Data streams opened by server: number

1 Answers  


LPX-00212: comment must not contain "--"

1 Answers  






PROC-00014: Unknown error occurred

1 Answers  


ORA-14103: LOGGING/NOLOGGING may not be combined with RECOVERABLE/UNRECOVERABLE

1 Answers  


PLS-00990: Index Tables of Cursor Variables are disallowed

1 Answers  


ORA-19697: standby controlfile not found in backup set

1 Answers  


ORA-02482: Syntax error in event specification (string)

1 Answers  


ORA-14612: Duplicate lob segment name string for lob column string in template

1 Answers  


ORA-13241: specified dimensionality does not match that of the data

1 Answers  


Categories