ERROR | cannot issue ALTER without REBUILD on a domain index marked FAILED |
CAUSE | Tried to issue a DROP/ALTER on a domain index in a FAILED state. |
ACTION | Truncate the table to mark the index as valid OR do ALTER INDEX REBUILD to rebuild the index. |
ERROR | cannot issue ALTER without REBUILD on a domain index marked FAILED |
CAUSE | Tried to issue a DROP/ALTER on a domain index in a FAILED state. |
ACTION | Truncate the table to mark the index as valid OR do ALTER INDEX REBUILD to rebuild the index. |