ORA-51920
CREATE VECTOR INDEX owner_name.index_name failed. Vector indexes are not allowed on expressions or functions.
- owner_name: The owner of the index.
- index_name: The index name.
Cause
An attempt is being made to create a vector index based on an expression or a function.
Action
Create the vector index directly on a vector column.