aspose file tools
The moose likes JDBC and the fly likes How to pass Resultset as input parameter to a stored procedure ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "How to pass Resultset as input parameter to a stored procedure ?" Watch "How to pass Resultset as input parameter to a stored procedure ?" New topic
Author

How to pass Resultset as input parameter to a stored procedure ?

Aby George
Greenhorn

Joined: Oct 25, 2003
Posts: 2
Hi,
Is it possible to pass ResultSet as an input parameter to an Oracle stored procedure ? Can the ResultSet data be set to some collection object in Oracle stored proc ?
Thanks,
Aby.
Avi Abrami
Ranch Hand

Joined: Oct 11, 2000
Posts: 1112

Hi Aby,

Is it possible to pass ResultSet as an input parameter to an Oracle stored procedure?

As far as I know, it is not possible -- sorry
Good Luck,
Avi.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to pass Resultset as input parameter to a stored procedure ?
 
Similar Threads
How to Create and run Oracle Stored procedure
Stored procedres
Collection as a parameter in a Callable Statement
How to create Oracle stored procedure and return ResultSet as OUT param...?
Stored Procedure