Oracle Error OCI-31067: XML nodes must be updated with nodes of the same type

Oracle Error Message

OCI-31067: XML nodes must be updated with nodes of the same type

Reason for the Error

An attempt was made to use updateXML to update an XML node with a node of another type.

Solution

Ensure that the node specified by the XPath matches the type of new data provided.