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: fetch : looking for equivalence between Informix and Oracle

Re: fetch : looking for equivalence between Informix and Oracle

From: C. Ferguson <c_ferguson_at_rationalconcepts.com>
Date: Sun, 20 May 2001 21:46:29 GMT
Message-ID: <3B083B49.49604F4B@rationalconcepts.com>

Well, another good place to look (in addition to the Oracle docs) is :   http://osi.oracle.com/~tkyte/ResultSets/index.html.

Tom does a fabulous job of explaining things.

hth,
cindy

"Daniel A. Morgan" wrote:

> mpcazalet wrote:
>
> > Hi,
> > I'm new in using oracle database.
> > I'm looking for the command with oracle to return a data set in a stored
> > procedure .
> > With Informix I used to write the following command :
> >
> > Create Procedure (...) RETURNING a, b, c ;
> >
> > For each cursor For select ....
> >
> > Return a1,b1,c1 With Resume;
> >
> > End Foreach;
>
> What you are asking for does not translate into Oracle.
>
> Look at returning a REF CURSOR but the implementation is different.
>
> You will need to open an Oracle book to learn how to use it to accomplish
> your goal.
>
> Daniel A. Morgan
Received on Sun May 20 2001 - 16:46:29 CDT

Original text of this message

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