It's all about the answers!

Ask a question

Question about setting up a DB2 database


Yoshihisa Komai (3002422) | asked Feb 03 '11, 9:56 a.m.
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

One answer



permanent link
jean-claude vauthier (22634957) | answered Feb 03 '11, 11:43 a.m.
Hello,

I have used FR for France.... and it seems to work fine. Thus it should be OK also with JP.

I don't know if it is really useful... but at least it seems to work.

Jean-Claude

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.