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 -> Re: how many elements ...

Re: how many elements ...

From: Anurag Varma <avdbi_at_hotmail.com>
Date: Thu, 17 Oct 2002 20:19:12 -0400
Message-ID: <uquks5sc15ptf0@corp.supernews.com>


Federica,

You should at the very least provide the Oracle version. You would be better off posting this question to Oracle support .. or searching Metalink for this. I can see a number of questions related to your problem on metalink.

One note (NOTE: 1020548.102) specified that in 8.1.5, using just out parameter for refcursors can cause 1041 / 3113 error. The fix was to use in/out parameter (Though in your case, you seem to be using in/out parameters).

Good Luck,

Anurag

"Federica Gomiero" <federica.gomiero_at_unipd.it> wrote in message news:aomcr1$63s$1_at_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 - 19:19:12 CDT

Original text of this message

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