ERROR | cannot issue DDL on a domain index marked as LOADING |
CAUSE | Tried to issue a DROP/ALTER/TRUNCATE on a domain index in a LOADING state. |
ACTION | Wait till the index operation completes OR issue a DROP INDEX FORCE to drop the index. |
ERROR | cannot issue DDL on a domain index marked as LOADING |
CAUSE | Tried to issue a DROP/ALTER/TRUNCATE on a domain index in a LOADING state. |
ACTION | Wait till the index operation completes OR issue a DROP INDEX FORCE to drop the index. |