Database Error Messages

OCI-51947

The table owner_name.table_name has one or more vector index.
  • owner_name: The owner of the table.
  • table_name: The name of the table.

Cause

Vector Index maps rowid of base table for fast lookup. If rows of the base table move, it causes incorrect results when the execution plan uses a vector index.


Action

This is currently not supported.