Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

sqlca.sqlerrd[2] for array insert

771994May 13 2010 — edited May 13 2010
Hi,
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.

Regards
Sandeep
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 10 2010
Added on May 13 2010
1 comment
464 views