Why am I unable to retrieve any rows when using the 64-bit Oracle JDBC driver in the Database Toolbox 3.7 (R2010a)?

I am connecting to an Oracle database using a 64-bit Oracle JDBC driver. I am able to establish the connection successfully but do not see any rows returned from the table when I execute a select query.

回答 (1 件)

Murugavel Sivagnanam
Murugavel Sivagnanam 2011 年 1 月 12 日
There is an issue with 64-bit Oracle drivers in that they are case-sensitive. When executing your query, make sure the case of the table name and the attributes is correct.

カテゴリ

質問済み:

2011 年 1 月 12 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by