Sean Kelly <[EMAIL PROTECTED]> writes:
> Does DBD::Oracle support bulk binds at the Oracle OCI level? I know from
> the DBI documentation that you can submit an array of parameters
> to "execute" but the docs state that the default behaviour is for DBI to
> iterate over each set of values and call execute once for each. The
> DBD::Oracle makes no mention of it.
http://aspn.activestate.com/ASPN/Mail/Message/perl-DBI-dev/1686549
It is not part of DBD::Oracle yet, though there are plans to include it
in a future version.
- Kristian.