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.
        
     
    
    
        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()/setUpdateColumn() did not exist in the table.
        Action
        Change the column specified to be a column in the table
        
     
    
    
        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()/setUpdateColumn() did not exist in the table.
        Action
        Change the column specified to be a column in the table