Oracle Solution for Error ora-24434

Solution for Oracle Error ORA-24434

ORA-24434: OCIStmtRelease called before OCIStmtPrepare2.

What triggered the Error:

attempt was made to release a statement without first preparing it using OCIStmtPrepare2.

What should we do to fix it:

ll OCIStmtPrepare2 before OCIStmtRelease.