Oracle Solution for Error ora-32640

Solution for Oracle Error ORA-32640

ORA-32640: FOR LIKE loops are not allowed for multi-byte character types

What triggered the Error:

FOR LIKE loops was specified for a multi-byte character type.

What should we do to fix it:

Check the SQL statement and rewrite if necessary.