ORA-51982
CREATE VECTOR INDEX [owner_name].[index_name] failed. Covering columns on a partitioned table are not currently allowed.
- 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 a partitioned table.
Action
Create the vector index with the covering columns on an unpartitioned table.