Oracle Solution for Error ora-01704

Solution for Oracle Error ORA-01704

ORA-01704: string literal too long

What triggered the Error:

The string literal is longer than 4000 characters.

What should we do to fix it:

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