ORA-30934
        'node_name' node cannot be inserted in parent node (parent_node type) 'node_type'
        - node_name: The child node that was trying to insert into the parent node.
- parent_node: The parent node for this insertion.
- node_type: The type of the defined parent node.
        Cause
        The schema did not allow the child node to be inserted into the parent node of this type. For example, only element nodes can be inserted into a document.
        Action
        Insert only child nodes that are allowed for this node type.
        
     
    
    
        ORA-30934
        'string' (string node) cannot be inserted in parent 'string' (string node)
        
        
        Cause
        The schema does not allow a child node of this type to be inserted into a parent node of this type.  For example, only element nodes may only be inserted into a document
        Action
        Insert only child nodes that make sense for this node type
        
     
    
    
        ORA-30934
        'string' (string node) cannot be inserted in parent 'string' (string node)
        
        
        Cause
        The schema does not allow a child node of this type to be inserted into a parent node of this type.  For example, only element nodes may only be inserted into a document
        Action
        Insert only child nodes that make sense for this node type