ORA-30936
        maximum number (maximum_number) of the XML node 'xml_node' exceeded
        - maximum_number: The maximum number of elements allowed.
- xml_node: The name of the XML node.
        Cause
        An attempt was made to insert more than the allowed number of elements (specified by the MAXOCCURS facet) into an XML document.
        Action
        Do not attempt to add more than the maximum number of elements allowed to an XML document.
        
     
    
    
        ORA-30936
        Maximum number (string) of 'string' XML node elements exceeded
        
        
        Cause
        An attempt was made to insert more than the allowed number of elements (specified by the maxoccurs facet) into an XML document.
        Action
        Do not attempt to add more than the maximum number of elements to XML documents.
        
     
    
    
        ORA-30936
        Maximum number (string) of 'string' XML node elements exceeded
        
        
        Cause
        An attempt was made to insert more than the allowed number of elements (specified by the maxoccurs facet) into an XML document.
        Action
        Do not attempt to add more than the maximum number of elements to XML documents.