aiaiDBA

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

13718043309

010-86462881

OCI-31068: updateXML expected data format [string] instead of [string]

OCI-31068: updateXML expected data format [string] instead of [string]
Cause: An attempt was made to use updateXML to update data with a node of the incorrect type. Text and attribute nodes must be updated with string data, whereas element nodes must be updated with XMLType data.
Action: Use CREATEXML or getStringVal to coerce the new data to the proper format.

请先 登录 后评论

1 个回答

小智
OCI-31068:updateXML预期的数据格式[ string ]而不是[ string ],
.原因:试图使用updateXML来更新不正确类型的节点的数据。文本和属性节点必须使用字符串数据更新,而元素节点必须使用XMLType数据更新。,
.操作:使用CREATEXML或getStringVal强制新数据到正确的格式。,
.
请先 登录 后评论