• DB2报错SQLSTATE=57017 code page "1392"


    DB2报错SQLSTATE=57017 “code page "1392" ”

     

    $ db2 connect to testDB

    SQL0332N  Character conversion from the source code page "1392" to the target 

    code page "UNKNOWN" is not supported.  SQLSTATE=57017

    $ db2set DB2CODEPAGE=1386

    $ db2set DB2TERRITORY=86

    $ db2 terminate

    DB20000I  The TERMINATE command completed successfully.

    $ db2stop

    2013-06-06 12:56:59     0   0   SQL1064N  DB2STOP processing was successful.

    SQL1064N  DB2STOP processing was successful.

    $ db2start

    2013-06-06 12:57:15     0   0   SQL5043N  Support for one or more communications protocols failed to start successfully. However, core database manager functionality started successfully.

    SQL1063N  DB2START processing was successful.

    $ db2 connect to payment

     

       Database Connection Information

     

     Database server        = DB2/AIX64 9.7.7

     SQL authorization ID   = HU123

     Local database alias   = PAYMENT

  • 相关阅读:
    数据结构-二叉搜索树
    多任务处理方式之一:多进程
    TCP并发服务器
    REST是什么?RESTFul又是什么?这二者的关系是怎样的?
    Python中的深浅拷贝的区别
    查找算法之 '二分法查找'
    排序算法之 '快速排序'
    CCS
    CCS
    CCS
  • 原文地址:https://www.cnblogs.com/weinan2087/p/3866464.html
Copyright © 2020-2023  润新知