Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: how to return a recordset from PL/SQL FUNCTION
See The Co-operative Oracle Users' FAQ
http://www.jlcomp.demon.co.uk/faq/ind_faq.html
Article title:
How do I return a set of records from a pl/sql procedure
This may help - although it is specifically talking about returning a record set to VB
-- Regards Jonathan Lewis http://www.jlcomp.demon.co.uk Next Seminar dates: (see http://www.jlcomp.demon.co.uk/seminar.html ) ________England__________September , November ________USA (MI, TX)_____November The Co-operative Oracle Users' FAQ http://www.jlcomp.demon.co.uk/faq/ind_faq.html Giovanni Azua wrote in message ...Received on Thu Sep 05 2002 - 09:10:00 CDT
>Hello all,
>
>I would like to find the way to return recordsets (or collection)
>from a PL/SQL function as the return parameter and read the
>results afterwards from a Java JDBC application.
>
>Can anyone point me to resources or information of how can this
>be done?
>
>Thanks in advance,
>Regards,
>Giovanni
>
>