Database Error Messages

DIA-51918

CREATE VECTOR INDEX index_name failed. TARGET ACCURACY parameter field_name is specified more than once.
  • index_name: The index name.
  • field_name: The name of the field specified in the VECTOR INDEX clause.

Cause

The same parameter is specified more than once in the TARGET ACCURACY parameter list.


Action

Ensure that each parameter is specified only once in the TARGET ACCURACY parameter list.