暂无图片
暂无图片
暂无图片
暂无图片
暂无图片

Oracle 甲骨文数据库软件客户端18c 32位win 7

ASKTOM 2019-06-08
707

问题描述

我需要在win 7 32位上安装Oracle数据库软件客户端18c

我访问甲骨文网站。他们只提供没有安装文件的即时客户端。我不知道在win 7上配置。特别是关于odbc技术。我想打开odbc windows 32位并查看驱动程序Oracle

专家解答

我想你是从这里开始的

https://www.oracle.com/technetwork/topics/winsoft-085727.html

如果您下载ODBC软件包,安装说明就在zip文件中

Installing Instant Client ODBC
------------------------------
1. Install the Instant Client Basic or Basic Light.
   Download Instant Client Basic or Basic Light package from OTN and unzip it
   into the designated directory (e.g. C:\oracle\product). Once the package is
   unzipped, a new directory with name instantclient_XX_Y (where XX refers the
   major version and Y refers the minor version of Instant Client) is created
   under the designated directory (e.g C:\oracle\product\instantclient_XX_Y).
   Under this new directory, all the libraries and files related to Instant
   Client are stored.

   Note: 
   The Instant Client Basic Light doesn't support non-ASCII characterset. So
   the Japanese version of Oracle ODBC driver can be installed only with
   Instant Client Basic package.
   

2. Now unzip the downloaded Instant Client ODBC from the same designated
   directory where the basic or basic light was unzipped.

   Instant Client ODBC package has the following files/shared libraries under
   the Instant Client directory (instantclient_XX_Y):
   ----------------------------------------------------------------------------
   |      File name           |        Description                            |
   |--------------------------------------------------------------------------|
   |                          |                                               |
   | sqora32.dll              | Oracle ODBC driver DLL                        |
   |                          |                                               |
   | sqoras32.dll             | Oracle ODBC driver setup DLL                  |
   |                          |                                               |
   | sqresus.dll              | Oracle ODBC driver resource DLL               |
   |                          |                                               |
   | ODBC_README              | (this file)                                   |
   |                          |                                               |
   | odbc_install.exe         | Oracle Instant Client ODBC driver installer   |
   |                          |                                               |
   | odbc_uninstall.exe       | Oracle Instant Client ODBC driver uninstaller |
   |                          |                                               |
   ----------------------------------------------------------------------------

3. Execute odbc_install.exe to install the Oracle ODBC driver from the Instant
   Client directory.

   Usage: odbc_install.exe [JA]
   - The odbc_install.exe installs the English version of Oracle ODBC driver by
     default. When it is started with  optional argument JA, then it will
     install the Japanese version of Oracle ODBC driver.

     For e.g.:
       C:\oracle\product\instantclient_XX_Y> odbc_install.exe - installs the
       English version of Oracle ODBC driver.

       C:\oracle\product\instantclient_XX_Y> odbc_install.exe JA - will install
       the Japanese version of Oracle ODBC driver.

   - It should be started with Administrator privilege in order to install the
     Oracle ODBC driver successfully.
   - The installer will include the Instant Client directory name as part of
     the driver name while registering the Oracle ODBC driver in ODBC Driver
     Manager on Windows.
     For e.g.: Driver name will be "Oracle in instantclient_XX_Y" if it is
     installed from C:\oracle\product\instantclient_XX_Y.
   - It is mandatory to have the Instant Client Basic or Basic Light binaries
     in the current (Instant Client) directory, to install the Oracle ODBC
     driver successfully.




文章转载自ASKTOM,如果涉嫌侵权,请发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

评论