HomeOracleOracle Error PLS-00113: END identifier ‘string’ must match ‘string’ at line string, column string

Oracle Error PLS-00113: END identifier ‘string’ must match ‘string’ at line string, column string

Oracle Error Message

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

Reason for the Error

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.

Solution

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

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Oracle Error Message CLSGN-32767: Internal error. Reason for the Error An unexpected error occurred. Solution Examine the message(s) that accompany...
Oracle Error Message CLSGN-00211: OCR batch operation failed. string Reason for the Error Setting a set of Oracle Cluster Registry...
Oracle Error Message CLSGN-00210: failed to get value for OCR key “string”. string Reason for the Error It was not...