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 -> Returning results from a Stored procedure

Returning results from a Stored procedure

From: Pinne <pinne_at_pegit.se>
Date: Sun, 24 Oct 1999 21:57:05 +0200
Message-ID: <38136491.8E2F443@pegit.se>


Are these types of statement possible from within an SP: SELECT col1, col2 FROM Table1;
?
Ie. would it produce the same result as executing it from within SqlPlus

SqlPlus gives me an error when i try to compile. Unless, i've cludged up the syntax. I doesn't seem possible.

Is there another way to return result-sets from SP:s

/Regards Received on Sun Oct 24 1999 - 14:57:05 CDT

Original text of this message

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