Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Stored procedures and Java
In article <8aj007$gnn$1_at_minus.oleane.net>,
"Hedy LONIS" <hlonis_at_cohesion-info.fr> wrote:
> Can anyone send me an example of calling a stored procedure from java
> program with parameters.
> I'd like to get results from a select statement (ex: select ch1,ch2
from
> table1 where condition1)
> Any help would be appreciate (syntax of the stored procedure and
syntax of
> the call)
>
see http://osi.oracle.com/~tkyte/ResultSets/index.html
there is a simple example there - returning a result set (which it appears is what you want to do)
>
--
Thomas Kyte tkyte_at_us.oracle.comOracle Service Industries
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Mon Mar 13 2000 - 09:39:09 CST
![]() |
![]() |