Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: OCI returned REF Cursor's

Re: OCI returned REF Cursor's

From: Pablo Sanchez <pablo_at_dev.null>
Date: Wed, 28 May 2003 07:25:04 -0500
Message-ID: <Xns9389413DD69D1pingottpingottbah@216.166.71.233>


"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.com
Received on Wed May 28 2003 - 07:25:04 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US