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

OCI Error Handling Problem

From: Simeon Bailey <s.bailey_at_astracon.com.au>
Date: Tue, 02 Mar 1999 11:11:45 +0800
Message-ID: <36DB56F1.664EE3D8@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 Mon Mar 01 1999 - 21:11:45 CST

Original text of this message

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