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 -> Re: [Java DBMS_SQL.varchar2_table] How to pass an array from Java which maps to a PL/SQL table in oracle?

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

From: Maxim Demenko <mdemenko_at_arcor.de>
Date: Tue, 06 Mar 2007 16:48:51 +0100
Message-ID: <45ED8D63.2060808@arcor.de>


rafalmd_at_gmail.com schrieb:
> 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!
>

Documented methods don't suit your needs? http://download-uk.oracle.com/docs/cd/B19306_01/java.102/b14355/oraint.htm#BABCHCGF

Best regards

Maxim Received on Tue Mar 06 2007 - 09:48:51 CST

Original text of this message

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