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

ORA-25455: evaluation error for rule set: string.string, evaluation context: string.string

1 Answers  


ORA-29905: method string does not exist in type string.string

1 Answers  


PCB-00240: Group item containing this host variable cannot be table

1 Answers  


ORA-22628: OCIAnyData already constructed

1 Answers  


ORA-10632: Invalid rowid

1 Answers  


SQL*Loader-00429: insufficient number of elements found for varray

1 Answers  


ORA-39146: schema "string" does not exist

1 Answers  


ORA-17618: Unable to update block 0 to version 10 format

1 Answers  


ORA-07823: sspsqr: $QIO failure

1 Answers  


ORA-02314: illegal use of type constructor

1 Answers  


ORA-17508: I/O request buffer ptr is not alligned

1 Answers  


ORA-22614: error while construction the collection in the image

1 Answers  


Categories