Skip to Main Content

Oracle Database Discussions

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!

Is Oracle 32-bit ODBC driver version 12.1.0.2 truncating output parameter values a known issue?

Daniel MeyerJun 22 2015 — edited Aug 17 2015

We are testing Oracle 12.1.0.2 and seeing problems with stored procedure output parameter values being chopped off, and associated  when we use the 12.1.0.2 ODBC driver (we use the 32-bit version). We see a Function sequence error each time this happens, also.

As an example, one stored procedure takes an NVARCHAR2 name and passes it out as a separate NVARCHAR2 output parameter. Using the 12.1.0.2 ODBC driver, if we pass in 'Basketball' the output may be 'Baske' (along with a Function sequence error).

This is happening for several of our stored procedures. We do not get the function sequence errors nor the truncated output parameters if we use the 12.1.0.1 version of the ODBC driver connecting to our 12.1.0.2 database, nor if we use the 11.2.0.4 or 11.2.0.2 version of the ODBC driver.

Is this a known issue in the 12.1.0.2 ODBC driver?

Thank you,

Daniel Meyer

This post has been answered by unknown-951199 on Jun 22 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 14 2015
Added on Jun 22 2015
11 comments
2,878 views