What driver should I use for scalable Oracle JDBC applications?
Created Feb 16, 2002
Joe Sam Shirah Sun recommends using the thin ( type 4 ) driver.
- On single processor machines to avoid JNI overhead.
- On multiple processor machines, especially running Solaris, to avoid synchronization bottlenecks.