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

Re: returning ResultSet from Java Stored Procedure

From: dmz17 <dmz17_at_nospam.nowhere.com>
Date: Wed, 08 Jan 2003 23:25:08 +0100
Message-ID: <pan.2003.01.08.22.25.08.479685@nospam.nowhere.com>


On Wed, 08 Jan 2003 21:00:43 +0000, asundaram wrote:

>
> 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

I am hazy on this, but ResultSet objects are, I believe, not easyu to transfer, since they do not implement java.io.Serializable.

Cheers,

dmz17 Received on Wed Jan 08 2003 - 16:25:08 CST

Original text of this message

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