I didn't find anything in the mail archives on this subject so I'm
posting.
I just upgraded to DBI 1.30 and DBD::Oracle 1.12 because it looked like
we finally have support for array inserts. The pod says that
execute_array() calls execute() for each tuple bound unless the database
driver supports bulk operations. The Oracle trace data show that
execute_array() is indeed calling execute() for each tuple bound. Why?
Oracle has supported array inserts since version 5. Either I don't know
how to enable it, or DBD::Oracle 1.12  isn't up to speed with DBI 1.30.
 


Reply via email to