Database Error Messages

ORA-51937

CREATE VECTOR INDEX index_name failed. Invalid value given_val for TARGET ACCURACY value. Valid values are between 1 and 100.
  • index_name: The index name.
  • given_val: The value specified for TARGET ACCURACY in the VECTOR INDEX clause.

Cause

An attempt is being made to specify an invalid value for one vector index parameter.


Action

Use the valid value that is within the range as specified in the documentation.