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: Phil Singer <psinger1_at_chartermi.net>
Date: Sat, 3 Feb 2007 19:37:20 -0500
Message-ID: <45C67C3A.1090301@chartermi.net>


Rahul Chaudhari 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
>

What you probably want is explained here: http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:19481671347143

(Be sure to include the PIPELINED keyword, or you will wonder what happened to your memory)

-- 
Phil Singer                         |   psinger1 at chartermi dot net
PhD, OCP, and All Around Good Guy   |   Do the Obvious to Reply

--
http://www.freelists.org/webpage/oracle-l
Received on Sat Feb 03 2007 - 18:37:20 CST

Original text of this message

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