Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: OCI returned REF Cursor's
"pym" <pym_at_pysacy.ch> wrote in news:3ed36f2e$0$1042$5402220f_at_news.sunrise.ch:
> Hello,
>
> I have the following Problem. I am calling a PL/SQL Procedure which
> give me a Ref Cursor back I can read the contents of the REF/Cursor,
> but How can I close the opened cursor at the server side via the OCI
Deallocate the statement handle, which will implicitly close the cursor: OCIHandleFree()
-- Pablo Sanchez, Blueoak Database Engineering http://www.blueoakdb.comReceived on Wed May 28 2003 - 07:25:04 CDT
![]() |
![]() |