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

Home -> Community -> Usenet -> comp.databases.oracle -> Return multiple queries from stored procedures

Return multiple queries from stored procedures

From: Urko <uros.goljat_at_gmail.com>
Date: 16 Jul 2004 01:09:48 -0700
Message-ID: <bfb4f2d7.0407152329.2a849fdc@posting.google.com>


Hello,

I want to return multiple queries from a procedure in Oracle, I know that o can do that with REF CURSOR. But I have a problem I have a query that has a while loop and in each iteration a do a SELECT query, and I don't know how to return the results from these queries.

Please help.

Thank's in advance. Received on Fri Jul 16 2004 - 03:09:48 CDT

Original text of this message

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