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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Is it possible to return recordset from oracle stored procedure ?

Re: Is it possible to return recordset from oracle stored procedure ?

From: Fenella Tan <fenella_at_voicenet.com>
Date: 1997/10/01
Message-ID: <343302EF.AE004027@voicenet.com>#1/1

Oracle PL/SQL stored procedures can return user-defined records and also rowtypes. Where will you be returning the data to ? Is the calling program also an Oracle stored procedure ?

Vjacheslav Saiko wrote:

> Hi all !
>
> Is it possible to return recordset from oracle stored procedure ?
> Something like :
>
> "select ID,NAME from TABLE1 "
>
> inside stored procedure ...
>
> Thanks for help.
Received on Wed Oct 01 1997 - 00:00:00 CDT

Original text of this message

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