Oracle Cursor and JDBC ODBC
Posted
by BeginnerAmongBeginners
on Stack Overflow
See other posts from Stack Overflow
or by BeginnerAmongBeginners
Published on 2010-06-16T17:19:49Z
Indexed on
2010/06/16
17:22 UTC
Read the original article
Hit count: 213
I have some procedures to execute in the database that has an OUT REFCURSOR parameter.
When I am connecting with the JDBC thin client, everything works fine. However, if I were to change the connection string to refer to the ODBC data source pointing to the same database, those procedures will fail. The procedures that do not use an OUT REFCURSOR will still work fine though.
Is this situation the result of an error on my part or expected?
© Stack Overflow or respective owner