Database Error Messages

ORA-31038

invalid value_name value: "data_type"
  • value_name: The expected type or name for the value.
  • data_type: The data type in the XML document.

Cause

The text in the XML document did not represent a valid value based on the data type and other constraints in the schema.


Action

Ensure that the specified value in the XML document is valid with regard to the data type and other constraints in the schema.