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

Home -> Community -> Usenet -> c.d.o.server -> how many elements ...

how many elements ...

From: Federica Gomiero <federica.gomiero_at_unipd.it>
Date: Thu, 17 Oct 2002 15:07:04 +0200
Message-ID: <aomcr1$63s$1@newsreader.mailgate.org>


How many elements can I map in a plsql table of varchar2 from java?

I have an plsql variable like "create or replace type CHAR_ARRAY as table of varchar2(255)", i have map it with an oracle.sql.ARRAY[] variabele in java because it is an IN/OUT var.
In java class I reload the array, but I can load only 17 elements, after I have this error:
ERROR:
ORA-01041: internal error. hostdef extension doesn't exist and the connection close.

Can someone help me?
Federica Received on Thu Oct 17 2002 - 08:07:04 CDT

Original text of this message

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