当发出命令db connect to db_name 后系统返回
SQLN There is no available conversion for the source code page to the target code page Reason Code SQLSTATE=
DB 要求源代码页与目标代码页是互相兼容的 在上边的例子中源代码页为与目标代码页为不兼容导致了数据库连接失败
解决方法如下
在发出db connect 命令失败的机器上在DB 命令窗口中执行如下命令后重新进行连接:
>
dbset dbcodepage= –I instance_name
db terminate