Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: OCI Error Handling Problem
No, but i experienced the same problem on Oracle 8.03 on a WindowsNT 4.0
client. It seems that the thread safe mode of the OCI does not work properly
(at least on this client platform)
Please let us know if you find a solution. Will do the same here.
Bye, Jan-Marten Spit
Simeon Bailey wrote in message <36DB56F1.664EE3D8_at_astracon.com.au>...
>Hi,
>Does anyone know why I experience error handling problems when I use:
>
> OCIInitialize((ub4) OCI_THREADED, NULL, NULL, NULL, NULL);
>
>as opposed to:
>
> OCIInitialize((ub4) OCI_DEFAULT , NULL, NULL, NULL, NULL);
>
>in my code.
>
>Thanks S.
>
Received on Tue Mar 02 1999 - 05:26:38 CST
![]() |
![]() |