OCIHandleFree - error code returned???
390477Oct 15 2003 — edited Oct 21 2003I am having problem freeing a allocated OCISvcCtx Below is my OCIHandleAlloc & OCIHandleFree. I am getting a return code of -2. I am freeing other OCIHandleAlloc'ions just fine?????
Thoughts?
Thanks,
Bill
error_code = OCIHandleAlloc(envhp, (dvoid **) &svchp, OCI_HTYPE_SVCCTX, (size_t) 0, (dvoid **) 0);
error_code = OCIHandleFree (svchp,OCI_HTYPE_SVCCTX);