Database Error Messages

ORA-51875

ALTER VECTOR INDEX REBUILD ONLINE owner_name.index_name failed as the column column_name has 0 vectors.
  • owner_name: The owner of the index.
  • index_name: The index name.
  • column_name: column name

Cause

There are 0 non-null vectors in the table when rebuilding VECTOR INDEX.


Action

Add rows with non-null vectors to table before executing ALTER INDEX REBUILD DDL.