Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-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.