Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

ORA-64436

Cannot evolve element or attribute 'name' from a local type to global type 'global'.
  • name: The name for the declared element or attribute.
  • global: The global type that the element or attribute is evolving into.

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.