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!

Oracle JDBC driver VS Oranxo Driver

mgaxJan 13 2014 — edited Oct 15 2014

I'm actually benchmarking the last Oracle JDBC driver in order to change the current driver which is an old version of the I-net Oranxo Driver.

The Oracle driver is best for insert, update and delete queries but it has very poor performance in select queries.

It is 100 times slower for 1000 select queries.

I run my tests on the same database with the same queries. The only difference is the driver.

Do you have any idea about this huge difference of performance ?

thanks for your answers

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 4 2014
Added on Jan 13 2014
11 comments
1,436 views