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: what pl/sql construct can return multiple rows?

Re: what pl/sql construct can return multiple rows?

From: Igor Neyman <ineyman_at_perceptron.com>
Date: Tue, 19 Mar 2002 08:08:34 -0800
Message-ID: <F001.0042D273.20020319080834@fatcity.com>


Use Ref Cursor (reference cursor) as a parameter in stored procedure. Sorry, don't have handy sample code, but you can lookup one in any PL/SQL book or docs.

Igor Neyman, OCP DBA
ineyman_at_perceptron.com

> Hi,
>
> Is there a way to write a procedure to return multiple rows? I have some
> nasty SQL that I'd like to convert to run server-side, but how do you spit
> out multiple rows from PL/SQL?
>
> thx
>
>
> Bill Magaliff
> Framework, Inc.
> 914-631-2322
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Magaliff, Bill
> INET: Bill.Magaliff_at_lendware.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Igor Neyman
  INET: ineyman_at_perceptron.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Mar 19 2002 - 10:08:34 CST

Original text of this message

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