Create a database (the recommended name is arcotdb) to store information in the UTF-8 character set. This allows AuthMinder to use international characters including double-byte languages.
Perform the following steps to configure the IBM DB2 UDB:
create db <DB-NAME> using codeset utf-8 territory us;
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 an alternate schema, then see appendix, "Configuring Alternate Schema for IBM DB2 Universal Database" for more information.
|
Copyright © 2013 CA.
All rights reserved.
|
|