Menu

#295 Supporting CLOB data type for Oracle db schema

open
Core (77)
5
2013-02-20
2006-08-28
No

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.

http://www.oracle.com/technology/sample_code/tech/java/codesnippet/jdbc/clob10g/handlingclobsinoraclejdbc10g.html

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

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.