Database Error Messages

ORA-62401

invalid numeric argument was specified for FUZZY_MATCH operator

Cause

The numeric argument passed into FUZZY_MATCH() was either not a constant or was outside the acceptable range. EDIT_TOLERANCE percentage should be between 0-99.


Action

Pass in a valid numeric argument to FUZZY_MATCH.