文档解释
ORA-29871: invalid alter option for a domain index
Cause: The user specified an invalid option for altering a domain index.
Action: Reissue the alter statement with a valid option.
ORA-29871:对域索引的无效alter选项
官方解释
解释:ORA-29871:无效的alter选项:string
普通用法示例:
ALTER INDEX(INDEX_NAME)INVISIBLE;
解决方案:
域索引不支持INVISIBLE选项,请勿使用。可以考虑使用NORELY选项,但这取决于要实现的功能。 NORELY选项也可以用于列索引。