文档解释
ORA-44750: Cannot create secondary index on unstructured component of XMLIndex.
Cause: An attempt was made to create a secondary index on the unstructured component of an XMLIndex when the XMLIndex does not have an unstructured component.
Action: Alter XMLIndex to add an unstructured component.
官方解释
可能遇到ORA-44750错误的情况有:
(1)使用XML索引时,尝试在具有不完全结构的XML列上创建新次索引。
(2)安全性监视程序激活时,上述情况发生。
一般处理方法及步骤
(1)确保XML索引的列具有完全结构.
(2)使用有效的SQL语句以检测XML索引的结构.
(3)为具有完全结构的XML树创建索引.
(4)如果XML索引未实现,则需要删除不完整的XML索引。