| |
---|
PAGESIZE 32 K | needed for TASKANA (otherwise TASKANA will fail to create the database schema) |
collate using 'CLDR181_LDE_AS_CX_EX_FX_HX_NX_S3' | required to get the default TASKANA sort order (german, case insensitive). If required other sort orders can be configured |
Note: The provided options can only be set during database creation. Once a database exists, these options cannot be modified. Therefore, if you have an existing database without the recommended options, you should delete and recreate it.
We recommend creating the database with the following command
db2 create database TSKDB using codeset utf-8 territory en-us collate using 'CLDR181_LDE_AS_CX_EX_FX_HX_NX_S3' PAGESIZE 32 K