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 -> returning ResultSet from Java Stored Procedure

returning ResultSet from Java Stored Procedure

From: asundaram <member22031_at_dbforums.com>
Date: Wed, 08 Jan 2003 21:00:43 +0000
Message-ID: <2363686.1042059643@dbforums.com>

How can I go about returning a result set from a Java Stored Procedure loaded into Oracle? I want to call the procedure from a Java application. So far I've been able to return strings and integers. But how would i return an entire result set? how would the publishing of the Stored Proc. look? Is this even possible? Are Oracle Cursors required to do this?
Thanks.

--
Posted via http://dbforums.com
Received on Wed Jan 08 2003 - 15:00:43 CST

Original text of this message

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