Database Error Messages

ORA-51933

CREATE VECTOR INDEX owner_name.index_name failed. Local vector indexes on partitioned tables are not currently allowed.
  • owner_name: The owner of the index.
  • index_name: The index name.

Cause

Local vector indexes on partitioned tables are not currently allowed


Action

Create a global vector index on the partitioned table instead.