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