Confluence : Known Issues for DB2
This page last changed on Sep 18, 2006 by david.soul@atlassian.com.
DB2 Does Not Support Unicode Character By DefaultTo support the Unicode character set, create your database like this: db2 create database <name> using codeset utf-8 territory us pagesize 8 k Before 8.2.2 db2 create database <name> using codeset utf-8 territory us db2 drop tablespace userspace1 db2 create bufferpool bufpool8k <number of pages> pagesize 8 k db2 create tablespace userspace1 pagesize 8 k managed by database using \(file \'<location>\' <number of pages>\) bufferpool bufpool8k The territory may not be important when using UTF-8, but it must be included. DB2 Does Not Support Transaction Logging Of BLOBs Larger Than 1GB
<property name="body" type="com.atlassian.confluence.core.persistence.hibernate.CustomClobType" update="true" insert="true" column="BODY" length="1073741824" /> Configuring Database Character EncodingRefer to Configuring Database Character Encoding. Related Links |
![]() |
Document generated by Confluence on May 01, 2007 19:29 |