Oracle Error Message
ORA-24433: This statement has already been prepared using OCIStmtPrepare2.
Reason for the Error
A statement that was earlier prepared using OCIStmtPrepare2 is now being reprepared using OCIStmtPrepare.”
Solution
Please use a different statement handle.