bulk binds with OCI

[email protected] ("John Lien") Wed, 26 Mar 2003 15:44:17 -0700
Newsgroups perl.dbi.oracle-oci
Message-ID <[email protected]>
Hi.
I've been using DBD::Oracle and DBI for a few years, but just discovered the
Oracle OCI module the other day.  Since then I've been poking around trying
to learn more about it.
My goal is to do bulk inserts from Perl.  (I dont believe you can do that
from DBD::Oracle - let me know if I'm wrong.  I have seen references in my
search results made to bind_param_array, but could never follow a thread to
an example.)
So, can I do bulk inserts with Oracle::OCI?  If so, does anyone have a
snippet of Perl code that could point me in the right direction?
Thanks,
John