Database Error Messages

OCI-51981

CREATE VECTOR INDEX [owner_name].[index_name] failed. Covering columns are not supported on virtual columns.
  • owner_name: The owner of the index.
  • index_name: The index name.

Cause

An attempt is being made to create a vector index with covering columns on virtual columns.


Action

Create the vector index with the covering columns on non-virtual columns.