aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

OCI-19211: column 'string', specified as key using DBMS_XMLSTORE.setKeyColumn() , must be of scalar type

OCI-19211: column 'string', specified as key using DBMS_XMLSTORE.setKeyColumn() , must be of scalar type
Cause: The column specified using setKeyColumn() was a non-scalar type column.
Action: Change the column specified to be a scalar column in the table

请先 登录 后评论

1 个回答

小智
OCI-19211:使用DBMS_XMLSTORE.setKeyColumn()指定为键的列' string '必须是标量类型,
.原因:使用setKeyColumn()指定的列是非标量类型列。,
.操作:将指定的列更改为表中的标量列,
.
请先 登录 后评论