Oracle Error OCI-31167: XML nodes over 64K in size cannot be inserted

Oracle Error Message

OCI-31167: XML nodes over 64K in size cannot be inserted

Reason for the Error

An attempt was made to insert an XML Text Node with a size greater than 64K. This is not supported.

Solution

Create text nodes under 64K.