Oracle Error ORA-30936: Maximum number (string) of ‘string’ XML node elements exceeded

Oracle Error Message

ORA-30936: Maximum number (string) of ‘string’ XML node elements exceeded

Reason for the Error

An attempt was made to insert more than the allowed number of elements (specified by the maxoccurs facet) into an XML document.

Solution

Do not attempt to add more than the maximum number of elements to XML documents.