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 -> java + stored procedure

java + stored procedure

From: Stéphane Piotrowski <spiotrowski_at_webraska.com>
Date: Mon, 12 Feb 2001 18:32:18 +0100
Message-ID: <9697ra$4o5$1@reader1.fr.uu.net>

Hi,

    I'm trying to create a stored procedure which executes a SELECT request and give the result as if I directly request the DB with a SQL statement.

                something looking like that:

                        procedure test is
                        begin
                                -- some stuff here
                                select * from table1;
                        end;

    How can I do that ?

Stephane. Received on Mon Feb 12 2001 - 11:32:18 CST

Original text of this message

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