ORA-24374: define not done before fetch or execute and fetch
What triggered the Error:
e application did not define output variables for data being fetched before issuing a fetch call or invoking a fetch by specifying a non-zero row count in an execute call.What should we do to fix it:
sue OCI define calls for the columns to be fetched.