[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [stellation-res] VARCHAR2 on Oracle :-(
|
On Tuesday 30 July 2002 02:58 pm, Ringo De Smet wrote:
> Hello guys,
>
> After numerous attempts, I was able to download Oracle9i. The VARCHAR2
> upper boundary has increased from 2000 to 4000 bytes. This is still 1/4
> of the 16000 bytes it is set in the Postgres backend. Am I on the safe
> side if I set it to 4000, or should we look into this further?
It should be OK to set it to 4000. This will also need to be changed
in TextUtils, where it does line clumping.
What we should do is add a method to the DBAccessPoint class
to get the maximum clump size for a particular database, and then
pass that to the methods in TextUtils. That way, it gets parameterized
reasonably cleanly, and we can adjust it as needed.
I've put this into bugzilla as 22059. By the way, do you have
a bugzilla ID? I tried to put you in on the CC list for this one,
and it didn't take your email address.
-Mark
--
Mark Craig Chu-Carroll, IBM T.J. Watson Research Center
*** The Stellation project: Advanced SCM for Collaboration
*** http://www.eclipse.org/stellation
*** Work Email: mcc@xxxxxxxxxxxxxx ------- Personal Email: markcc@xxxxxxxxxxx