标题: ORA-29952: cannot issue DDL on a domain [打印本页] 作者: admin 时间: 2016-9-4 18:50 标题: ORA-29952: cannot issue DDL on a domain ORA-29952: cannot issue DDL on a domain index partition marked asLOADING Cause: Tried to issue aDROP/ALTER/TRUNCATE on a domain index partition
in a LOADING state. Action: Wait till the indexpartition operation completes OR issue a DROP INDEX
FORCE to drop the index OR issue a ALTER TABLE DROP PARTITION to drop
the partition.