Database Error Messages

OCI-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.