Oracle Error Message
ORA-24430: Null values for sqltext and key were specified.
Reason for the Error
An attempt was made to call OCIStmtPrepare2 and neither sqltext nor key were specified.
Solution
Specify valid values for sqltext or key or both.