标题: ORA-29868: cannot issue DDL on a domain [打印本页] 作者: admin 时间: 2016-9-4 14:13 标题: ORA-29868: cannot issue DDL on a domain ORA-29868: cannot issue DDL on a domain index marked as LOADING Cause: Tried to issue aDROP/ALTER/TRUNCATE on a domain index in a
LOADING state. Action: Wait till the indexoperation completes OR issue a DROP INDEX FORCE
to drop the index.