Java / JDBC
Does Oracle JDBC drivers support Java multithreading?
Yes. Multiple threads can share a connection object however the oracle JDBC driver API methods are synchronized, other threads need to hold while one thread is executing.
More Related questions...