ORA-51880
ALTER VECTOR INDEX owner_name.index_name REBUILD SUBPARTITION ONLINE is not allowed.
- owner_name: The owner of the index.
- index_name: The index name.
Cause
Alter index rebuild subpartition is failing because it is not currently supported.
Action
Drop the NEIGHBOR PARTITION index and create the vector index again.