zoukankan      html  css  js  c++  java
  • win2008r2 32位odbc安装笔记

    这ORACLE也太难用了,想简单点了事只用个ODBC CLIENT都是件麻烦事,总结了一下,安装流程如下:

    1、去官网或其它地方下载:

    64位:

    instantclient-basic-windows.x64-11.2.0.4.0.zip

    instantclient-odbc-windows.x64-11.2.0.4.0.zip

    instantclient-sqlplus-windows.x64-11.2.0.4.0.zip

    32位:

    instantclient-basic-nt-11.2.0.4.0.zip

    instantclient-odbc-nt-11.2.0.4.0.zip

    instantclient-sqlplus-nt4-11.2.0.4.0.zip

    解压到同一目录,如:D:oracleinstantclient_11_2

    (最好不要用带空格的长路径,别问为什么)

    2、打开DOS窗口,进入D:oracleinstantclient_11_2,执行:odbc_install.bat

    3、打开odbc配置(32位的是:c:windowssyswow64odbcad32.exe)

    用户DSN里添加Oracle in instant_11_2

    此时如果报:14001错,需要安装vc2005 SP1运行环境,一定是SP1的!

    参考这里:https://www.iyunv.com/thread-39955-1-1.html

  • 相关阅读:
    类模板机制
    C和C++中const的区别
    bitset
    静态库or动态库?
    多态原理探究
    程序从编译到运行过程
    对象的内存模型
    重载、重写(覆盖)和隐藏
    对继承和派生的理解
    对C++对象的理解
  • 原文地址:https://www.cnblogs.com/d9394/p/11970056.html
Copyright © 2011-2022 走看看