Multithreading support v15.2.0.1
OCL is supported in a multithreaded environment. You can enable and use multithreading in a multithreaded environment by making an OCIEnvNlsCreate()
call with OCI_THREADED
as the value of the mode parameter.
All subsequent calls to OCIEnvNlsCreate()
must also be made with OCI_THREADED
.
OCI library manages mutexes for the application for each environment handle if a multithreaded application is running on a thread-safe operating system.