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

Home -> Community -> Usenet -> c.d.o.tools -> Returning a Cursor

Returning a Cursor

From: Greg Vitetzakis <greg_at_ostnet.com>
Date: Wed, 21 Mar 2001 10:14:03 -0500
Message-ID: <3ab8c523$1@news1>

Is it possible from a Function or a Stored Procedure to return a Cursor.

For instance, I create a function called F TEST which returns the contents
for a table.

SQL> Select F TEST from DUAL;

would return the result of an SQL statement.

thanks

GV

--
Received on Wed Mar 21 2001 - 09:14:03 CST

Original text of this message

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