Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

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?

[Java DBMS_SQL.varchar2_table] How to pass an array from Java which maps to a PL/SQL table in oracle?

From: <rafalmd_at_gmail.com>
Date: 6 Mar 2007 07:44:00 -0800
Message-ID: <1173195839.529894.83530@8g2000cwh.googlegroups.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US