PLS-00113: END identifier 'string' must match 'string' at
line string, column string



PLS-00113: END identifier 'string' must match 'string' at line string, column s..

Answer / guest

Cause: Following the keyword END, which terminates some
language constructs (such as loops, blocks, functions, and
procedures), you can optionally place the name of that
construct. For example, at the end of the definition of loop
L you might write END L. This error occurs when the optional
name does not match the name given to the language
construct. It is usually caused by a misspelled identifier
or by faulty block structure.

Action: Make sure the spelling of the END identifier matches
the name given to the language construct and that the block
structure is correct.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

RMAN-06472: channel id string is automatically allocated

1 Answers  


ORA-02153: invalid VALUES password string

1 Answers  


ORA-32008: error while processing parameter update at instance string

1 Answers  


IMP-00059: Failure to initialize parameter manager

1 Answers  


ORA-07207: sigpidu: process ID string overflows internal buffer.

1 Answers  






O2I-00132: Unable to close a Java file

1 Answers  


ORA-19754: error reading from change tracking file

1 Answers  


ORA-39709: incomplete component downgrade; string downgrade aborted

1 Answers  


ORA-06253: NETNTT: cannot read arguments from address file

1 Answers  


ORA-07822: sspscm: SYS$CREMBX failure

1 Answers  


DRG-11846: Response Is Stale

1 Answers  


ORA-06562: type of out argument must match type of column or bind variable

1 Answers  


Categories