日期:2014-05-16  浏览次数:20392 次

db2 codepage 转换
今天运行datastage 报这个错误,就是连不上db2 数据库

SQL0332N  Character conversion from the source code page "1386" to the target
code page "819" is not supported.  SQLSTATE=57017

查询资料处理如下

db2set db2codepage=1208

db2set db2country=86

db2 terminate

数据成功连上