Oracle Error ORA-31045: Cannot store more than string extras outside the root XML node

Oracle Error Message

ORA-31045: Cannot store more than string extras outside the root XML node

Reason for the Error

An attempt was made to store more than the maximum number of XML extras (e.g. comments and processing instructions) either before or after the document’s root node.

Solution

Keep the number of extras outside the root node below the maximum.