Maximum size when using array binding
377398Feb 28 2003 — edited Mar 22 2003Hello,
I've got a very large amount of data to insert in a table, so I used array binding to get better performance.
My arrays are String[] and int[].
When I use arrays with a size of around 80.000 elements it does well but when I use arrays with more than 1.000.000 elements, I get an ORA-24381 error (Error in Array-DML).
Is it possible, that there is a maximum length for the arrays that can be used?
Thanks for your answers,
Christian