Database Error Messages

ORA-19210

Column 'string', specified to be a key or update column for DBMS_XMLSTORE, does not not exist in table 'string'.

Cause

The column specified using setKeyColumn() or setUpdateColumn() did not exist in the table.


Action

Specify a table column instead.