OCI-51900
Cannot create a vector index on non-vector column owner_name.base_table_name.column_name of type column_type. Column must be of type VECTOR.
- owner_name: The owner of the index.
- base_table_name: The base table name.
- column_name: The column name over which the index is created.
- column_type: The column type.
Cause
An attempt is being made to create a vector index on an unsupported data type. A vector index can only be created on a single column of type VECTOR.
Action
Create the vector index on a single column that has type VECTOR.