Oracle Error PLS-00172: string literal too long

Oracle Error Message

PLS-00172: string literal too long

Reason for the Error

The string literal was longer than 32767 bytes.

Solution

Use a string literal of at most 32767 bytes.