Create a new database (the recommended name is arcotdb) that stores 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;
Refer to the vendor documentation for more information on changing the tablespace page size.
Refer to the vendor documentation for more information on 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.
|
|