Oracle Message PLS-00422 - no PL/SQL translation for the bindtype given for this bind variable

ERRORno PL/SQL translation for the bindtype given for this bind variable
CAUSEA host variable was passed (by an Oracle Precompiler program, for example) to PL/SQL for binding. However, its datatype is not compatible with any PL/SQL datatype. So, the binding failed.
ACTIONChange the datatype of the host variable to make it compatible with a PL/SQL datatype.