OCI-51987
CREATE VECTOR INDEX [owner_name].[index_name] is failing. Cannot create vector indexes with covering columns on a column that has a Virtual Private Database (VPD) policy.
- 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 column that has a VPD policy.
Action
Drop the VPD policy and try again.