Database Error Messages

ORA-31094

incompatible SQL type "type" for attribute or element "prop"
  • type: The SQL type.
  • prop: The name of the outstanding XML element or attribute.

Cause

The SQL type information provided in the XML schema was not compatible with the XML schema definition (XSD) type for the specified attribute or element.


Action

Ensure that the specified SQL types are compatible with the declared XSD types.