I have to insert many records into Oracle database and performance is quite crucial at this application. My Perl script is like this: use strict; use DBI; use DBD ...
I am using execute_array on an array of 10000 elements. Even if that INSERT fails because of a lack of space in Oracle, execute_array and array tuples all indicate ...