Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的error样子是这样的:
error
SQL1205N The code page "1208" and/or territory code "0" that has been specified is not valid.
我已经安装db2 express c 10.1v 并且windows 7 32bit正在尝试开始db2sampl,因为我想开始使用db2. 如何解决此错误?有没有类似的经历? 感谢帮助。:)
db2 express c 10.1v
windows 7 32bit
db2sampl
db2
检查您的区域设置是否正确,否则您可以在db2cmd
db2cmd
db2set DB2CODEPAGE=1208 db2set DB2TERRITORY=1 db2set DB2COUNTRY=1 db2 terminate
根据此SQL1205N 代码页,这些应该可以解决您的问题