Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> JDBC and Multi-Threading
hi.
oracle documentation says:
"The Oracle JDBC drivers provide full support for programs that use multiple
threads. The following example program uses the default Oracle employee database
emp. The program creates a number of threads. Each thread opens a connection and
sends a query to the database for the contents of the emp table."
Not too much on threading. How is it if I only open ONE connection and then each
thread creates its own statement-object from this connection. is this
thread-safe as well?
does anybody have any experience on this?
thanks & bye,
gerald
Received on Sat Dec 18 1999 - 13:41:17 CST
![]() |
![]() |