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-08315: sllfrb: Error reading file

1 Answers  


ORA-16195: DG_CONFIG requires DB_UNIQUE_NAME be explicitly defined

1 Answers  


ORA-08460: invalid environment clause in environment parameter

1 Answers  


ORA-36910: (XSAGDNGL47) In AGGMAP workspace object, DYNAMIC MODEL workspace object can only edit the top level of its matching relation hierarchy.

1 Answers  


RMAN-04027: unable to write to a temporary file: "string"

1 Answers  


ORA-01245: offline file string will be lost if RESETLOGS is done

2 Answers  


ORA-13504: No SYSAUX datafile clause specified

1 Answers  


QSM-01076: no materialized join view was found

1 Answers  


ORA-31458: an internal error occurred

1 Answers  


PLS-00662: Non-external object types containing external mapped attributes are not allowed

1 Answers  


KUP-03013: OCI error getting database column scale.

1 Answers  


RMAN-06730: no channel to restore a backup of the SPFILE

1 Answers  


Categories