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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Row set from stored procedure.

Re: Row set from stored procedure.

From: LS Cheng <exriscer_at_gmail.com>
Date: Sat, 3 Feb 2007 11:51:46 +0100
Message-ID: <6e9345580702030251k14ac9f98n8cbb62b2f4e32f86@mail.gmail.com>


For those sort of things I usually look at asktom.oracle.com, there are quite a few examples over there. But yes I think Ref Cusros should do the trick, depending on what you want to do pipelines functions might help as well

LSC On 2/3/07, Rahul Chaudhari <rahulc_at_infonox.com> wrote:
>
> Hi All,
>
> How can i get multiple rows from a PL/SQL stored procedure oracle 9i.
>
> suppose if select statement in a procedures returns 10 row, then that all
> 10 row should be return by a procedure at a time.(Like select statement do)
>
> is't possible in oracle.
>
> can i use ref cursor in out param of procedure.
>
> Regards,
> Rahul Chaudhari
>

--
http://www.freelists.org/webpage/oracle-l
Received on Sat Feb 03 2007 - 04:51:46 CST

Original text of this message

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