ORA-01704 Error Message
Learn the cause and how to resolve the ORA-01704 error message in Oracle.
Description
When you encounter an ORA-01704 error, the following error message will appear:
- ORA-01704: string literal too long
Cause
You tried to reference a quoted string that was longer than 2000 characters.
Resolution
The option(s) to resolve this Oracle error are:
Option #1
Try reducing the size of the quoted string to be no more than 2000 characters.
No comments:
Post a Comment