Now we are using for storing text fields in Oracle
database VARCHAR(x) datatype. But the length is limited
only to 4000 characters. There is possibili to use CLOB
datatype that allows to store much more characters.
But there is necessary to set up additional attribute
into the pool properties. Till now we are supporting 4
connection pools:
1 - dbcp
2 - c3p0
3 - proxool
4 - xapool
and we don't know how to set up property for xapool.
Question was posted into xapool mailing list at:
http://mail-archive.objectweb.org/xapool/2006-08/msg00000.html
See also forum:
https://sourceforge.net/forum/message.php?msg_id=3887860