Oracle DBA, How To, Error, Cause and Action

ORA-19023: The first argument to UPDATEXML operator has to be an XMLTYPE

ORA-19023: The first argument to UPDATEXML operator has to be an XMLTYPE


Cause:


The first argument passed to the update value operator was not an XMLTYPE.



Action:


Rewrite the query so that the first argument to the UPDATEXML operator is XMLTYPE.

No comments:

Post a Comment

Thanks for your comment.