Database Error Messages

ORA-51877

DML on owner_name.table_name with INMEMORY NEIGHBOR GRAPH local vector index owner_name.index_name is not currently allowed.
  • owner_name: The owner of the table.
  • table_name: The table name.
  • owner_name: The owner of the index.
  • index_name: The index name.

Cause

DML is not currently allowed on tables with INMEMORY NEIGHBOR GRAPH local vector index.


Action

Drop the INMEMORY NEIGHBOR GRAPH local vector index before performing DML on the table.