Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

ORA-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.