Posted on 2009-11-04 15:52
Prayer 閱讀(377)
評論(0) 編輯 收藏 引用 所屬分類:
DB2
在客戶端機器裝上db2客戶端,以及配置好鏈接遠程數據庫別名后,連接一把,
報告錯誤:
SQL0332N There is no available conversion for the source code page "1386" to
the target code page "819". Reason Code "1". SQLSTATE=57017
查相關資料,原來源代碼頁與目標代碼頁不兼容,用命令:
db2set db2codepage=1386 -I db2inst
db2 terminate
后,重新連接,一切正常!