Database Error Messages

ORA-51917

CREATE VECTOR INDEX index_name failed. Invalid value type_name specified for TARGET ACCURACY parameter "TYPE" for vector index with ORGANIZATION organization_name.
  • index_name: The index name.
  • type_name: The index type name.
  • organization_name: The index organization name.

Cause

The value specified for the TARGET ACCURACY parameter "TYPE" is not compatible with the specified vector index ORGANIZATION.


Action

Refer to the documentation for CREATE VECTOR INDEX for the supported values of the TARGET ACCURACY PARAMETER "TYPE" for the specified vector index ORGANIZATION.