Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Bigger type length than Maximum

Re: Bigger type length than Maximum

From: Joe Hughes <joseph.e.hughes_at_gsc.gte.com>
Date: Thu, 25 Mar 1999 11:22:19 -0500
Message-ID: <36FA62BB.C13EB20F@gsc.gte.com>


Seems that Oracle's JDBC has a row prefetch feature which prefetches a certain number of rows (default to 10) so a request for each row is not necessary when traversing through a result set. Unfortunately there is a bug in the JDBC driver which results in the error below. Fortunately, setting the prefetch row number to 1 seems to eleviate the problem.

Joe Hughes wrote:

> Oh, and I am using JDBC
>
> Christopher M. Day wrote:
>
> > Joe,
> >
> > Do you have a context in which this error happened ? This might give the
> > group a clue.
> >
> > Chris
> >
> > Joe Hughes wrote:
> > >
> > > What does the error
> > >
> > > Bigger type length than Maximum
> > >
> > > mean?
Received on Thu Mar 25 1999 - 10:22:19 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US