Database Error Messages

OCI-51980

CREATE VECTOR INDEX failed. Covering columns are not allowed on expressions or functions.

Cause

An attempt is being made to create a vector index with covering columns, which are based on an expression or a function.


Action

Create the vector index with the covering columns on columns without expressions or functions.