Skip to Main Content

Java Database Connectivity (JDBC)

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!

JDBC Driver Bug encountered

user12031785Jun 3 2025

We'd found a bug while switching to the latest OJDBC11 version 23.8.0.25.04. Is there an official place to report the issue?

The driver reports a java.sql.SQLSyntaxErrorException: ORA-00900: invalid SQL statement Caused by: Error : 900, Position : 12, SQL = select*from dual, i.e. it now requires a blank between select and asterix/star.

Surprisingly, it is not a problem if the space is missing in an inner query, for example ‘select *from(select*from dual)’ is executed without problems.

Comments
Post Details
Added on Jun 3 2025
0 comments
117 views