On Thu, 11 Jan 2001, Randahl Fink Isaksen wrote:
> You are right, that such a work-around would work, but having to keep your
> Strings stored in memory as Objects i not very nice - can't the mapping be
> changed, so Strings are mapped to Blobs...?
Ofcourse. Just edit the appropriate database-schema XML.
However, this change affects ALL persistent Strings (which might not be
what you wanted).
Another method is to hand-create/modify the actual table and change the
appropriate column data type to whatever it was Oracle used for
"unlimited" strings (LONG?). Might work.
//Mikko