aiaiDBA

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

13718043309

010-86462881

OCI-19212: no key columns specified before call to DBMS_XMLSTORE.updateXML()

OCI-19212: no key columns specified before call to DBMS_XMLSTORE.updateXML()
Cause: No columns were specified as key columns before the call to DBMS_XMLSTORE.updateXML.
Action: Use DBMS_XMLSTORE.setKeyColumn() to specify key columns

请先 登录 后评论

1 个回答

小智
OCI-19212:在调用DBMS_XMLSTORE.updateXML()之前未指定键列,
.原因:在调用DBMS_XMLSTORE.updateXML之前没有将列指定为键列。,
.操作:使用DBMS_XMLSTORE.setKeyColumn()指定键列,
.
请先 登录 后评论