1.

What Driver Should I Use For Scalable Oracle Jdbc Applications?

Answer»

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.

Sun recommends using the thin ( type 4 ) driver.



Discussion

No Comment Found