Oracle Solution for Error ora-29868

Solution for Oracle Error ORA-29868

ORA-29868: cannot issue DDL on a domain index marked as LOADING

What triggered the Error:

Tried to issue a DROP/ALTER/TRUNCATE on a domain index in a LOADING state.

What should we do to fix it:

Wait till the index operation completes OR issue a DROP INDEX FORCE to drop the index.