Oracle Error OCI-31195: XML node ‘string’ (type=string) does not support this operation

Oracle Error Message

OCI-31195: XML node ‘string’ (type=string) does not support this operation

Reason for the Error

The given node’s type is not supported for this operation. For example, trying to add children to an attribute node, or passing in a document node as a child, are unsupported operations.

Solution

Use a valid node type for the operation.