Database Error Messages

OCI-62403

string argument specified for FUZZY_MATCH operator was too long

Cause

The string argument passed into FUZZY_MATCH() was longer than 4000 bytes. Maximum input length is 4000 bytes.


Action

Pass in string arguments no longer than 4000 bytes to FUZZY_MATCH.