Question about setting up a DB2 database
I'm now creating the environment of RTC3.0 with DB2.
http://publib.boulder.ibm.com/infocenter/clmhelp/v3r0/index.jsp?topic=/com.ibm.jazz.install.doc/topics/t_s_server_installation_setup_db2.html
I have a question about step1 in the link above.
------------------------------------------------------------------------------
1.Start by creating the database.
For Jazz Team Server, create a database called JTS with 16K pages and UTF-8 code set.
db2 create database JTS on <path> using codeset UTF-8 territory en PAGESIZE 16384
For Change and Configuration Management, create a database called CCM with 16K pages and UTF-8 code set.
db2 create database CCM on <path> using codeset UTF-8 territory en PAGESIZE 16384
------------------------------------------------------------------------------
In the article, "territory" en is specified.
But we use RTC on Japanese locale environment.
So I just wonder whether or not I have to specify JP for territory .
Please let me know about it.
Yoshi
http://publib.boulder.ibm.com/infocenter/clmhelp/v3r0/index.jsp?topic=/com.ibm.jazz.install.doc/topics/t_s_server_installation_setup_db2.html
I have a question about step1 in the link above.
------------------------------------------------------------------------------
1.Start by creating the database.
For Jazz Team Server, create a database called JTS with 16K pages and UTF-8 code set.
db2 create database JTS on <path> using codeset UTF-8 territory en PAGESIZE 16384
For Change and Configuration Management, create a database called CCM with 16K pages and UTF-8 code set.
db2 create database CCM on <path> using codeset UTF-8 territory en PAGESIZE 16384
------------------------------------------------------------------------------
In the article, "territory" en is specified.
But we use RTC on Japanese locale environment.
So I just wonder whether or not I have to specify JP for territory .
Please let me know about it.
Yoshi