Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> [Java DBMS_SQL.varchar2_table] How to pass an array from Java which maps to a PL/SQL table in oracle?
How to pass an array from Java which maps to a PL/SQL table in oracle?
e.g.
I'm using a stored procedure in the following way...
sendMsg(p_input_array IN DBMS_SQL.varchar2_table) ;
I want to map an array from java to p_input_array variable.
Tnx for your help! Received on Tue Mar 06 2007 - 09:44:00 CST
![]() |
![]() |