Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
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?
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
![]() |
![]() |