Prev: Can OLAP cubes be used, when Application always queries for single
Next: workload capture on 10.2.0.4
From: semkin on 8 Apr 2010 17:22 I insert array in C++ program and use EXEC SQL FOR :o_rows_to_process. After operation sqlca.sqlcode = 0. Is it possible to have returned value in sqlca.sqlerrd[2] to be less than o_rows_to_process ? I use Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production. |