DEVFYI - Developer Resource - FYI

What driver should I use for scalable Oracle JDBC applications?

JDBC Interview Questions and Answers


(Continued from previous question...)

What driver should I use for scalable Oracle JDBC applications?

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.

(Continued on next question...)

Other Interview Questions