Oracle Error ORA-24346: cannot execute without binding variables

Oracle Error Message

ORA-24346: cannot execute without binding variables

Reason for the Error

None of the bind variables in the SQL statement are bound.

Solution

Please bind all the variables before the execute is done.