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 -> Oracle Stored Procedures | JDBC

Oracle Stored Procedures | JDBC

From: Deva Seetharam <psdspss_at_execpc.com>
Date: Wed, 19 Aug 1998 00:50:13 -0500
Message-ID: <6rdogb$mv@newsops.execpc.com>


I have oracle 7.3 server.
I am developing a client server app. using Sun's jdk 1.1.6 and jdbc drivers.

I would like to have, Oracle stored procs that return, multiple rows. For example
select emp, empId from employee
where age > 18
I want this to be part of stored proc. The result of this query will be more than
1 row. How to make stored procs return multiple rows ?

If I could, how I process that within java ?

Any help would be greatly appreciated.

Best Regards,
Deva Received on Wed Aug 19 1998 - 00:50:13 CDT

Original text of this message

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