Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Seg Fault on OCIEnvCreate with mode:OCI_SHARED
Hi,
I am trying to Init my OCI environment with modes: THREADED and SHARED,
using the folowing call:
+++++++++++++++++++++++++++++++++++++++++++++
main()
{
ub4 mode = OCI_SHARED | OCI_THREADED;
rc = OCIInitialize (mode, 0, 0, 0, 0);
}
+++++++++++++++++++++++++++++++++++++++++++++
I get a Segv Fault from this call. If I remove the flag OCI_SHARED, it works
fine.
Did I miss something to init in Shared Mode ?
N.B: I also try via OCIEnvCreate(), getting the same Segv results...
Thanks
Franck
Received on Mon Apr 28 2003 - 04:02:28 CDT
![]() |
![]() |