OCI-51984
CREATE VECTOR INDEX [owner_name].[index_name] failed. Covering columns cannot be named '[column_name]'.
- owner_name: The owner of the index.
- index_name: The index name.
- column_name: The column name.
Cause
An attempt is being made to create a vector index with covering columns on a column with reserved name.
Action
Use a different name for the column to be covered.