From: Sylvie.Chazalet on 26 Oct 2006 10:28 Hi, Does someone knows what the parameters MalocFP, RalocFP, FreeFP really mean and have an example ? The Oracle official documentation is not very cleared on that subject. rc = OCIEnvCreate ( (OCIEnv **) &p_env, (CONST void *(*)(CONST void*,size_t))OCI_THREADED, (CONST dvoid *) 0, // Context (CONST void * (*)(CONST void *, size_t))0, // MalocFP (CONST void * (*)(CONST void *, dvoid *, size_t))0, // RalocFP (CONST void (*)(CONST void *, dvoid *))0, // FreeFP (size_t)0, (CONST void **)0 ); We have a problem of memory leak with OCI on oracle client 9.2.0.4 (Windows XP). Thanks in advance for your answer. Sylvie
|
Pages: 1 Prev: ORA-13249 Next: ORA-00600: internal error code, arguments: [17059] |