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 -> Re: OCI Error Handling Problem

Re: OCI Error Handling Problem

From: j.m.spit <uptime_at_uptime.nl>
Date: Tue, 2 Mar 1999 12:26:38 +0100
Message-ID: <7bgh2s$5p5$1@zonnetje.NL.net>


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

Original text of this message

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