Database Error Messages

OCI-51925

CREATE VECTOR INDEX owner_name.index_name of ORGANIZATION INMEMORY NEIGHBOR GRAPH failed. Max rows row_count exceeded.
  • owner_name: The owner of the index.
  • index_name: The index name.
  • row_count: The number of rows in the base table.

Cause

The base table has too many rows to allow an INMEMORY NEIGHBOR GRAPH vector index to be created.


Action

Create a vector index with ORGANIZATION NEIGHBOR PARTITIONS instead.