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

Home -> Community -> Usenet -> c.d.o.server -> Re: Array of cursors: is it possible?

Re: Array of cursors: is it possible?

From: DA Morgan <damorgan_at_exxesolutions.com>
Date: Fri, 04 Apr 2003 08:48:56 -0800
Message-ID: <3E8DB778.209DEDE1@exxesolutions.com>


hayt wrote:

> Hi to all!
> As subject says, I would to know if in Oracle(8i) is possible to
> declare and use arrays of cursors.
> My target is to return an array of cursor from a stored procedure and
> take it in a piece of java code for processing.
> How can I do it (in PL/SQL and in the java code)?
> Thanks so much.

Do you mean a REF CURSOR with an array data type or do you mean return an array from a procedure?

I'd suggest going to http://asktom.oracle.com and you should find some good resources there.

Daniel Morgan Received on Fri Apr 04 2003 - 10:48:56 CST

Original text of this message

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