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-32824: schedule exists for source string and destination string

1 Answers  


ORA-23605: invalid value "string" for STREAMS parameter string

1 Answers  


ORA-09285: sllfop: unrecognizable processing option, incorrect format

1 Answers  


ORA-13621: The task_or object string is marked as a template and cannot perform the requested operation.

1 Answers  


ORA-26006: Incorrect bind variable in column string's sql expression - string

1 Answers  






ORA-25013: OLD and PARENT values cannot be identical

1 Answers  


ORA-12807: process queue could not receive parallel query message

1 Answers  


ORA-30748: column string already enabled to store objects of type string.string

1 Answers  


TNS-01007: quit | exit : exit LSNRCTL

1 Answers  


ORA-06774: TLI Driver: error sending break mode

1 Answers  


O2F-00327: CASE option has an illegal value

1 Answers  


ORA-27547: Unable to query IPC OSD attribute string

1 Answers  


Categories