OCI dll handle and Multithreading

Hi,

I have a multi threaded application with each thread having its own oracle session.

I want to know whether all oracle sessions are sharing the same handle of OCI dll(HDLL)?
 
Originally posted by Piyush Jain:
Hi,

I have a multi threaded application with each thread having its own oracle session.

I want to know whether all oracle sessions are sharing the same handle of OCI dll(HDLL)?
Sure, OCI DLL handle is a global variable in OracleCI unit.
 
Back
Top