haoman 发表于 2016-11-12 11:05:06

db2 codepage 转换

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

SQL0332NCharacter 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

数据成功连上
页: [1]
查看完整版本: db2 codepage 转换