aspose file tools
The moose likes JDBC and the fly likes Resultset in Java using Oracle 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 "Resultset in Java using Oracle" Watch "Resultset in Java using Oracle" New topic
Author

Resultset in Java using Oracle

Marcelo Velasquez
Greenhorn

Joined: Sep 20, 2007
Posts: 3
Hi

How can I to send a Resultset from Oracle and How can I to receive in Java ?

Where can I to find a example


thank you in advance
Vassili Vladimir
Ranch Hand

Joined: Mar 08, 2007
Posts: 1585
Hi,

Here you go ...

Best of luck ...


Vassili ...
SCJP 5.0, SCWCD 1.4, SCJA 1.0
Marcelo Velasquez
Greenhorn

Joined: Sep 20, 2007
Posts: 3
Thank You

But , I must build a Resultset from Procedure/Package from oracle, I do not know How can to do , with cursor or Table ? and How can I receive this cursor in Java


Thank you
Muhammad Saifuddin
Ranch Hand

Joined: Dec 06, 2005
Posts: 1318

this might help you to get the overall idea.
http://download-west.oracle.com/docs/cd/B10501_01/java.920/a96654/basic.htm#1006499


Saifuddin..
[Linkedin] How To Ask Questions On JavaRanch My OpenSource
 
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: Resultset in Java using Oracle
 
Similar Threads
OracleCallable Statement
Returning JDBC resultset from Java stored proc
StoredProcedure
reading image from database
How to create Oracle stored procedure and return ResultSet as OUT param...?