Showing posts with label ORA-24437: OCIStmtExecute called before OCIStmtPrepare2.. Show all posts
Showing posts with label ORA-24437: OCIStmtExecute called before OCIStmtPrepare2.. Show all posts

Sunday, 22 April 2012

ORA-24437: OCIStmtExecute called before OCIStmtPrepare2.

ORA-24437: OCIStmtExecute called before OCIStmtPrepare2.

Cause: An attempt was made to execute a statement without first preparing it using OCIStmtPrepare2.

Action: Call OCIStmtPrepare2 before OCIStmtExecute.