Create a new database (recommended name is arcotdb) that stores information in the UTF-8 character set. This allows AuthMinder to use international characters including double-byte languages.
To configure the IBM DB2 UDB, perform the following steps:
create db <DB-NAME> using codeset utf-8 territory us;
DB2CODEPAGE=1208
See the vendor documentation for more information about changing the tablespace page size.
See the vendor documentation for more information about changing the log file size.
If you plan to use alternate schema, then refer to appendix, "Configuring Alternate Schema for IBM DB2 Universal Database" for more information.
|
Copyright © 2013 CA.
All rights reserved.
|
|