Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

OCI-62400

invalid options were specified for FUZZY_MATCH operator

Cause

The options specified for FUZZY_MATCH() were invalid. For instance, RELATE_TO_SHORTER and UNSCALED options were mutually exclusive. EDIT_TOLERANCE option could only be applied to WHOLE_WORD_MATCH.


Action

Pass in valid options to FUZZY_MATCH.