SQL0332N Character conversion from the source code page "1386" to the target
code page "xxx" is not supported. SQLSTATE=57017
运行如下命令
db2set db2codepage=1208
db2set db2country=86
db2 terminate
数据成功连上
code page "xxx" is not supported. SQLSTATE=57017
运行如下命令
db2set db2codepage=1208
db2set db2country=86
db2 terminate
数据成功连上