Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OCIHandleFree - error code returned???

390477Oct 15 2003 — edited Oct 21 2003
I 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);
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 18 2003
Added on Oct 15 2003
1 comment
655 views