Oracle Error Message
ORA-24436: Invalid statement Handle.
Reason for the Error
OCIHandleFree called on a statement that was prepared using OCIstmtPrepare2.
Solution
Release the statement using OCIStmtRelease.
ORA-24436: Invalid statement Handle.
OCIHandleFree called on a statement that was prepared using OCIstmtPrepare2.
Release the statement using OCIStmtRelease.