Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: What is the thread safe check.
Hi,
Do you use OCI7 or OCI8? If OCI7 is the case did you make
opinit(1);
Andrew Protasov
> Hi!
>
> I have developed a multithreaded application.
> In this application different threads make connection to oracle database
> and do updation.
> How can I check whether my application is thread safe or not.
>
> Why I am asking this is because, although I am allocating and using
> context in each thread individually, still I am getting error while
> making connection. But if I use mutex for connection then it works fine.
>
>
> Thanks in advance,
> -Pradeep
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
>
>
Received on Thu Nov 26 1998 - 02:11:51 CST
![]() |
![]() |