Database Error Messages

ORA-51928

DML on owner_name.table_name with INMEMORY NEIGHBOR GRAPH 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 vector index.


Action

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