Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> OCI8 thread safety question

OCI8 thread safety question

From: Jay (Zhe) Li <zhe_li_at_tellme.com>
Date: Thu, 05 Aug 1999 13:08:02 -0700
Message-ID: <37A9EF22.8524825E@tellme.com>


Hi there,

The OCI Programmer's manual only mentioned that mutexes are allocated on a per OCIEnv handle basis. I interepret this to mean that calls such as OCIHandleAlloc() which takes an Env handle are mutex protected. How about other handles such as the error handle? Many OCI call interfaces have an error handle in it, and thread safety is not so clear. Could anyone shed some lights on this?

Thanks in advance!

Jay Received on Thu Aug 05 1999 - 15:08:02 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US