aiaiDBA

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

13718043309

010-86462881

OCI-31072: Too many child nodes in XMLType fragment for updateXML

OCI-31072: Too many child nodes in XMLType fragment for updateXML
Cause: An attempt was made to pass an XMLType fragment with multiple children as new data for the updateXML operator.
Action: Extract the desired child from the XMLType before passing it to updateXML as the desired new XML node.

请先 登录 后评论

1 个回答

小智
OCI-31072:updateXML的XMLType片段中的子节点太多,
.原因:尝试将带有多个子项的XMLType片段作为updateXML操作符的新数据传递。,
.操作:从XMLType中提取所需的子代码,然后将其作为所需的新XML节点传递给updateXML。,
.
请先 登录 后评论