Oracle DBA, How To, Error, Cause and Action

ORA-01704: string literal too long

ORA-01704: string literal too long


Cause:


The string literal is longer than 4000 characters.



Action:


Use a string literal of at most 4000 characters. Longer values may only be entered using bind variables.

No comments:

Post a Comment

Thanks for your comment.