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 -> stored proc with resultset not linked to a table

stored proc with resultset not linked to a table

From: Philippe Marsollier <philippe.marsollier_at_sncf.fr>
Date: Tue, 5 Feb 2002 10:32:23 +0100
Message-ID: <a3o8pa$in5$1@muguet.sncf.fr>


Here's my probleme :

I need a proc to aggregate data from various table and processing, and I expect it to return a resultset, designed to be called from JDBC.

How could I do this ?

using a REFCURSOR ?
but it is not based on a select, so ?

using array ?
how do I do this ?

Thanks for any clue.

NB: I'd like not to use an temp table if possible ..... Received on Tue Feb 05 2002 - 03:32:23 CST

Original text of this message

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