Oracle Error ORA-01704: string literal too long

Oracle Error Message

ORA-01704: string literal too long

Reason for the Error

The string literal is longer than 4000 characters.

Solution

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