If a use
$dbh->func(undef,'dbms_output_enable');

It the same as :
$dbh->func('dbms_output_enable');

With DBI->trace(2), I see that it use the default buffer (20,000
bytes.).

Douglas Wilson a écrit :
> On Tue, Aug 5, 2008 at 11:38 PM, olwin <[EMAIL PROTECTED]> wrote:
> >  Upper limit, in bytes, the amount of buffered information. Setting
> > buffer_size to NULL specifies that there should be no limit.
> >>
> > Is there a way to  specified a null size ?
> >
> > P.S : I use:
> > DBD::Oracle : 1.15
> > DBI : 1.42
> >
> >
>
> Try undef?

Reply via email to