ORA-51879
ALTER VECTOR INDEX owner_name.index_name REBUILD PARTITION ONLINE failed as vector index is marked Unusable.
- owner_name: The owner of the index.
- index_name: The index name.
Cause
Alter index rebuild partition is failing because index is marked unusable.
Action
Drop the NEIGHBOR PARTITION index and create the vector index again.