Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: java + stored procedure
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
![]() |
![]() |