Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

OCI-62404

options for FUZZY_MATCH were specified in the wrong order

Cause

EDIT_TOLERANCE option passed into FUZZY_MATCH() has to appear before options such as RELATE_TO_SHORTER and UNSCALED.


Action

Pass in EDIT_TOLERANCE option to FUZZY_MATCH before other options.