ORA-64118: XMLIndex Exchange Partition: incompatible unstructured components
Cause: One of the XMLIndexes had no unstructured component.
Action: Correct the error and retry the command.
。
ORA-64118是Oracle数据库中的一种错误码,表明XMLIndex交换分区不兼容。在XMLType上创建XMLIndex时,由于包含不兼容的非结构化组件,会导致此错误。
ORA-64118: XMLIndex Exchange Partition: incompatible unstructured component
提示:无法更改XMLIndex中的不兼容非结构组件。要替换分区,必须将其结构更改为与源分区的结构相同,并且两个组件不能有不兼容的非结构元素或属性(如果有)。
一个典型的XMLIndex交换分区的案例是,用户像普通表上的分区一样,尝试在表上创建XMLType列并分区。但是,由于XMLIndex的要求,SYS_XMLINDEX_索引被创建,而任何XMLType列都不支持索引,因此会出现ORA-64118错误。
有2种方法可以解决此问题:
1)使用NOVALIDATE前缀重新创建索引。
2)如果要在XMLType字段上执行分区,则必须要删除SYS_XMLINDEX_索引,因此改变索引结构。
本文标签:ORA-64118 XMLIndex Exchange Partition incompatible unstructured components
原文链接:
版权说明: 本文由作者上传,本站仅提供存储服务,转载请注明原文链接