Oracle 8i Datatype CLOB and Persistence Powertier -
09-03-2003
, 11:34 AM
Hi,
I m using Persistence Powertier 5.064 and Oracle 8i in a solaris
environment. My application is written in C++.
The Powertier Documentation claims that the persistence "Text"
Datatype
can be mapped to both "LONG" and "CLOB" in oracle. Therefore, a
migration from
LONG to CLOB in my Database Modell should have no significant effect
on the behaviour of the application. Though what I see is that it
does: My application returns me a persistence error while trying to
access any CLOB columns.
My question: does someone have experience with the CLOB datatype in
the context of Oracle and Persistence? Can you share ur experienec
plz?
Thx
WY |