Database Error Messages

ORA-62007

encountered a value of unsupported type or size for XML nodes at path xpath
  • xpath: The XPath to the outstanding node.

Cause

An XML operator, such as UPDATEXML, expected the value operands to be of type VARCHAR2 or XMLTYPE. Supplemental logging or replication is not supported for XML operators with operands of unsupported types or sizes too large.


Action

Rewrite the UPDATE statement with the XMLQuery operator or set event 19027 at level 1 to dump the unexpected operands.