Oracle Error Message
ORA-29868: cannot issue DDL on a domain index marked as LOADING
Reason for the Error
Tried to issue a DROP/ALTER/TRUNCATE on a domain index in a LOADING state.
Solution
Wait till the index operation completes OR issue a DROP INDEX FORCE to drop the index.