On Mon, 2002-04-29 at 18:35, Tim Bunce wrote:
> On Mon, Apr 29, 2002 at 05:22:09PM -0400, Jeff Macdonald wrote:
> > Hi,
> > Last year there was a post about Oracle::OCI. It implied that one could
> > access this object from a DBI handle. How is this done?
>
> http://search.cpan.org/doc/TIMB/OCI_Talk1_200106/index.htm
>
> Sadly development has been stalled for some time.
>
> It might just get a burst of activity before the Perl Conference :)
>
> But then again I've a mountain of DBI and DBD::Oracle stuff to progress first.
>
> Tim.
Any plans to add a method to be able to set the prefetch row size?
ie:
rc = OCIAttrSet((dvoid *)p_sql,(ub4)OCI_HTYPE_STMT,
(dvoid *)blocksize,(ub4)0,
(ub4)OCI_ATTR_PREFETCH_ROWS,NULL);