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: HELP: Can Oracle Strored Procs./Funcs. return Result Sets ?

Re: HELP: Can Oracle Strored Procs./Funcs. return Result Sets ?

From: <coopman_at_ix.netcom.com>
Date: Tue, 8 Jun 1999 19:59:08 -0400
Message-ID: <7jkaj2$d6j@dfw-ixnews3.ix.netcom.com>


I'm sorry I can't offer more detailed help, but

look into the use of refcursor variables (In the PL/SQL or SQLPlus Guides)

you can declare a ref to a cursor

pass the ref as an IN/OUT variable to a stored proc

and the proc can define and open the cursor

Hope this provides a useful pointer in the right direction...

Marc

Arman Ali Anwar <arman.anwar_at_mci.com> wrote in message news:375D95DF.C894B7F1_at_mci.com...
> TIA, and could you kindly send all replies to arman.anwar_at_wcom.com
>
> Arman.
>
Received on Tue Jun 08 1999 - 18:59:08 CDT

Original text of this message

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