Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> OCI Error Handling Problem
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
![]() |
![]() |