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

1 次查看(过去 30 天)
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
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.

类别

Help CenterFile Exchange 中查找有关 Database Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by