I ma using DB2 database . I have to insert 10,000 rows in an temp table .
I am using st.addBatch() and st.executebatch() after adding 10,000 rows.
Is there any limit on the data we can add in a batch. any size limit ?
Please let me know .
Thanks
-Mukund