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

AMD-00110: parameter string of "string" not valid

1 Answers  


ORA-01871: the number of seconds must be less than 60

1 Answers  


ORA-30557: function based index could not be properly maintained

1 Answers  


SQL*Loader-00487: COUNT clause required for collection string

1 Answers  


TNS-12522: TNS:listener could not find available instance with given INSTANCE_ROLE

1 Answers  






RMAN-08551: recovering datafilecopy fno=string name=string

1 Answers  


IMG-00711: unable to set properties of destination image

1 Answers  


EXP-00036: Object number non-existent in dictionary

1 Answers  


ORA-02833: Server was unable to close file

1 Answers  


ORA-38496: Expression Filter index is not in a valid state

1 Answers  


ORA-16728: Checking the consistency of property string hits error string.

1 Answers  


ORA-07241: slemrd: read error.

1 Answers  


Categories