aiaiDBA

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

13718043309

010-86462881

OCI-19210: column 'string', specified to be a key or update column for DBMS_XMLSTORE, does not not exist in table 'string'

OCI-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

请先 登录 后评论

1 个回答

小智
OCI-19210:列' string ',指定为DBMS_XMLSTORE的键或更新列,不存在于表' string ',
.原因:使用setKeyColumn()/ setUpdateColumn()指定的列在表中不存在。,
.操作:将指定的列更改为表中的列,
.
请先 登录 后评论