db2 codepage 转换今天运行datastage 报这个错误,就是连不上db2 数据库SQL0332NCharacter conversion from
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
数据成功连上
