Database Error Messages

OCI-64440

cannot evolve element 'element' of complex type into a simple type 'type'
  • element: The name of the declared element.
  • type: The name of the declared simple type.

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. Refer to the Oracle Database documentation to find permitted operations.