Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> How to return a PLSQL table to JDBC?
Hi,
My java code calls a PLSQL funcion via JDBC. Can I return a PLSQL
table (indexed by binary_integer) to the java code?
It seems that there are two choices:
1. return each row of the PLSQL table via a cursor variable
2. convert the PLSQL table to a java array
But I can't find a solution in either way. Please help.
Thanks in advance.
--
Hang Chen, Software Engineer
Time0 Group, Perot Systems
--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---
Received on Wed May 19 1999 - 10:33:25 CDT
![]() |
![]() |