PLS-00114: identifier string too long
Cause: The name of a PL or 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 or SQL considers it a quoted identifier.
Action: Shorten the identifier.
Cause: The name of a PL or 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 or SQL considers it a quoted identifier.
Action: Shorten the identifier.
No comments:
Post a Comment