Database Error Messages

ORA-64435

Cannot change element or attribute 'name' from 'old_property' to 'new_property'.
  • name: The name of the element or attribute.
  • old_property: The old property for the element or attribute, such as old QName or "Optional" for an attribute.
  • new_property: The new property for the element or attribute, such as new QName or "Required" for an attribute.

Cause

An attempt was made to make an XML schema change that was not permitted through in-place XML schema evolution.


Action

Ensure that the XML schema changes specified in the XMLDiff argument to DBMS_XMLSCHEMA.inPlaceEvolve are permitted.