Database Error Messages

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.