ORA-51875
ALTER VECTOR INDEX REBUILD ONLINE owner_name.index_name failed.
- owner_name: The owner of the index.
- index_name: The index name.
Cause
There are 0 rows in the table when rebuilding IVF VECTOR INDEX.
Action
Add rows to table before executing ALTER INDEX REBUILD DDL.