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

ERRORcannot issue DDL on a domain index marked as LOADING
CAUSETried to issue a DROP/ALTER/TRUNCATE on a domain index in a LOADING state.
ACTIONWait till the index operation completes OR issue a DROP INDEX FORCE to drop the index.