Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Stored procedures and Java

Re: Stored procedures and Java

From: Thomas J. Kyte <tkyte_at_us.oracle.com>
Date: Mon, 13 Mar 2000 15:39:09 GMT
Message-ID: <8aj22s$tv7$1@nnrp1.deja.com>


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.com
Oracle Service Industries
http://osi.oracle.com/~tkyte/index.html --
Opinions are mine and do not necessarily reflect those of Oracle Corp

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Mon Mar 13 2000 - 09:39:09 CST

Original text of this message

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