ORA-29952
Cannot modify domain index partition string which is in LOADING status.
Cause
An attempt was made to issue a DDL statement that affected a domain index partition in LOADING status.
Action
Retry the operation when the operation affecting the domain index partition has completed. Contact Oracle Support if the status of the domain index partition remains in the LOADING state.
ORA-29952
cannot issue DDL on a domain index partition marked as LOADING
Cause
Tried to issue a DROP/ALTER/TRUNCATE on a domain index partition in a LOADING state.
Action
Wait till the index partition operation completes OR issue a DROP INDEX FORCE to drop the index OR issue a ALTER TABLE DROP PARTITION to drop the partition.
ORA-29952
cannot issue DDL on a domain index partition marked as LOADING
Cause
Tried to issue a DROP/ALTER/TRUNCATE on a domain index partition in a LOADING state.
Action
Wait till the index partition operation completes OR issue a DROP INDEX FORCE to drop the index OR issue a ALTER TABLE DROP PARTITION to drop the partition.