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 -> bind_array is there a MAXIMUM

bind_array is there a MAXIMUM

From: Jean Boulé <jboule_at_capitale.qc.ca>
Date: Wed, 17 Nov 1999 15:29:34 -0500
Message-ID: <NdEY3.2726$63.46612@news.globetrotter.net>


I'v got to do massive insert in different table , with the same code .   So i'im using

dbms_sql.bind_array(l_cur_id,':id_bd', l_array_vc);

but if my araay is bigger than 500 elements , I receive eof-on communication channel or is just run forever.

 Is there a maximum for the array

Thanks

Jean Boulé
jboule_at_mediom.qc.ca Received on Wed Nov 17 1999 - 14:29:34 CST

Original text of this message

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