Oracle Error Message
OCI-19210: column ‘string’, specified to be a key or update column for DBMS_XMLSTORE, does not not exist in table ‘string’
Reason for the Error
The column specified using setKeyColumn()/setUpdateColumn() did not exist in the table.
Solution
Change the column specified to be a column in the table