PLS-00114: identifier 'string' too long



PLS-00114: identifier 'string' too long..

Answer / guest

Cause: The name of a PL/SQL variable is longer than 30
characters. Legal identifiers (including quoted identifiers)
have a maximum length of 30 characters. A string literal
might have been mistakenly enclosed in double quotes instead
of single quotes, in which case PL/SQL considers it a quoted
identifier.

Action: Shorten the identifier.

Please add more information about this Error

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-06516: PL/SQL: the Probe packages do not exist or are invalid

1 Answers  


ORA-13124: unable to determine column id for column string

1 Answers  


ORA-13202: failed to create or insert into the SDO_INDEX_METADATA table

1 Answers  


ORA-02344: cannot revoke execute on a type with table dependents

1 Answers  


ORA-22153: source variable-length array is not initialized

1 Answers  






ORA-01201: file string header failed to write correctly

1 Answers  


ORA-14070: option may be specified only for partitioned indices or with REBUILD

1 Answers  


ORA-03202: the scan limit specification is invalid

1 Answers  


ORA-25191: cannot reference overflow table of an index-organized table

1 Answers  


LPX-00660: Not a well-formed document or external entity.

1 Answers  


ORA-01545: rollback segment 'string' specified not available

1 Answers  


IMP-00027: failed to rollback partial import of previous table

1 Answers  


Categories