zoukankan      html  css  js  c++  java
  • Windows Server 2012更新补丁后导致Micosoft ODBC for Oracle出现问题

    上周由于WannaCry勒索病毒肆虐全球,14号系统管理员更新了一系列补丁后,导致一Windows Server 2012服务器上面部署的一些老旧的应用无法使用Microsoft ODBC for Oracle访问ORACLE数据库。 如下所示,应用程序会提示下面错误信息

    The Oracle(tm) client and networking components were not found. These components are supplied by Oracle Corporation and are part of the Oracle Version 7.3 (or greater) client software installation.

    clip_image001

    搜索了网上大量资料,折腾、尝试了很多方法(下面链接),始终无法搞定,后面在服务器上重装了Oracle 11g Client后,问题终于解决。特此记录一下。 到目前为止,不清楚为什么补丁突然影响了这个驱动。其实我们在折腾过程中,更换访问Oracle的数据驱动,是没有问题的。唯独使用Microsoft ODBC for Oracle访问ORACLE数据库受到影响。

    https://social.technet.microsoft.com/Forums/windows/en-US/f5f7d1e4-3d51-4a2c-9fe7-fa59f45037b3/microsoft-odbc-for-oracle-fail-to-create?forum=w7itprogeneral

    http://www-01.ibm.com/support/docview.wss?uid=swg21218792

    https://superuser.com/questions/939752/microsoft-odbc-driver-cant-find-oracle-instant-client

  • 相关阅读:
    10.cocos2dx C++为Sprite添加触摸事件监听器
    9.多彩的幕布layer
    8.ZOrder
    7.cocos精灵创建和绘制
    6.cocos2d设置定时器
    5.cocos2d锚点
    4.cocos场景和层的调用
    文件导入导出
    两个整数相乘是否超限
    倒置字符串函数reverse
  • 原文地址:https://www.cnblogs.com/kerrycode/p/6872255.html
Copyright © 2011-2022 走看看