Database Error Messages

ORA-19211

Column 'string', specified as key using DBMS_XMLSTORE.setKeyColumn(), must be of scalar type.

Cause

The column specified using DBMS_XMLSTORE.setKeyColumn() was non- scalar.


Action

Specify a scalar table column instead.