OCI-52800
CREATE VECTOR INDEX [owner_name].[index_name] failed. Primary key is not defined in the base table.
- owner_name: The owner of the index.
- index_name: The index name.
Cause
An attempt is being made to create a vector index on an external table without having a primary key column defined in the table.
Action
Define a primary key column on the external base table.