Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> OCI memory leakage
I'm using OCI client lib of 8i on NT to connect to Oracle 7.7.3 server.
However, I notice that there is a serious memory leakage problem esp. when
the traffic is high. I'm using :
OCIEnvCreate((OCIEnv **)&envhp, OCI_DEFAULT, NULL, NULL, NULL, NULL, NULL,
NULL);
as the first step in the init. process.
Are there any special settings I need to take care of ?
Eric Received on Tue Feb 08 2000 - 19:33:33 CST
![]() |
![]() |