zoukankan      html  css  js  c++  java
  • 关于navicat连接oracle错误:ora-123737:instant client light:unsupported server character set zhs16gbk

    1、原因:
    ORA-12737: Instant Client Light: unsupported server character set CHS16GBK 
    Google,解释如下:
    ORA-12737:
    Instant Client Light: unsupported server character set string
    Cause:     The character set specified is not allowed for this operation or is invalid. Instant Client Light has only minimal character sets.
    Action:     Do not use Instant Client Light for this character set


    2、解决办法,我们打开“tools”-->"options-〉选项-〉其他-〉oci"菜单,见到如下界面,依据OCI library(oci.dll) 路径,导航到 navicat oci 目录下,备份里面的文件(通过在该目录新建bak文件夹,将“%dir%/Navicat Liteinstantclient_10_2”路径下的所有dll文件剪切到bak文件夹)。

    去Oracle客户端目录下面(..oracleproduct10.2.0client_1BIN)将以下七个dll拷贝到%dir%/Navicat Liteinstantclient_10_2下面

    -----------------------------------------------------------------------

    oci.dll

    orannzsbb10.dll

    oraocci10.dll

    oraocr10.dll

    后面的四个好像可以不要


    oraociicus10.dll

    oraocrb10.dll

    oraocrutl10.dll

    -----------------------------------------------------------------------

    重新启动navcat即可。


  • 相关阅读:
    Redux
    版本控制(.git + .svn + SourceTree)
    前端埋点
    前端IDE:VSCode + WebStorm
    浏览器
    Mutation Observer
    函数节流与函数去抖
    React 初识
    Ajax
    JS
  • 原文地址:https://www.cnblogs.com/phyking/p/4456617.html
Copyright © 2011-2022 走看看