SQL0332N Character conversion from the source code page "1392" to the target
code page "UNKNOWN" is not supported. SQLSTATE=57017
解决方法:
db2set db2codepage=1392 -i db2inst1
db2 terminate
code page "UNKNOWN" is not supported. SQLSTATE=57017
解决方法:
db2set db2codepage=1392 -i db2inst1
db2 terminate
本文解决了一个在使用DB2时遇到的SQL错误,该错误指出无法从源代码页1392进行字符转换到未知的目标代码页。通过设置特定环境变量,可以成功解决此问题。
620

被折叠的 条评论
为什么被折叠?



