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

Re: java + stored procedure

From: TurkBear <noone_at_nowhere.com>
Date: Mon, 12 Feb 2001 12:20:47 -0600
Message-ID: <6bag8tgam2tk3d4bitbqdceli3tda672ui@4ax.com>

Check your docs on REF CURSORS for info ...

"Stéphane Piotrowski" <spiotrowski_at_webraska.com> wrote:

>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 - 12:20:47 CST

Original text of this message

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