Oracle ODBC - 缺少驱动程序?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5833891/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Oracle ODBC - missing drivers?
提问by Madam Zu Zu
I installed
我安装了
ODAC 11.2 Release 3 and Oracle Developer Tools for Visual Studio (11.2.0.2.1)
ODAC 11.2 第 3 版和适用于 Visual Studio 的 Oracle 开发人员工具 (11.2.0.2.1)
from http://www.oracle.com/technetwork/topics/dotnet/utilsoft-086879.html
来自http://www.oracle.com/technetwork/topics/dotnet/utilsoft-086879.html
but i still do not see Oracle driver in the ODBC Manager... please help.
但我仍然没有在 ODBC 管理器中看到 Oracle 驱动程序...请帮忙。
i checked the ODBC Drivers in the Registry, and only found SQL there... maybe i downloaded the wrong thing? someone please point me in the right direction.
我检查了注册表中的 ODBC 驱动程序,只在那里找到了 SQL...也许我下载了错误的东西?有人请指出我正确的方向。
回答by Jose Tepedino
Call "c:\windows\SysWOW64\odbcad32.exe" from the start/run box or from the command prompt, so the drivers are more likely to appear. I′ve been through similar problems with Oracle Instant Client (basic and ODBC) 32-bit driver not appearing at the ODBC Admin Window. I was able to configure a Data Source to Oracle 11g Express by calling "c:\windows\SysWOW64\odbcad32.exe" this way.
从开始/运行框或从命令提示符调用“c:\windows\SysWOW64\odbcad32.exe”,这样驱动程序更有可能出现。我遇到过 Oracle Instant Client(基本和 ODBC)32 位驱动程序没有出现在 ODBC 管理窗口中的类似问题。通过以这种方式调用“c:\windows\SysWOW64\odbcad32.exe”,我能够将数据源配置到 Oracle 11g Express。
Regards.
问候。
回答by DCookie
I can't access the page you referenced to read about it, but to install the Oracle ODBC driver you can install the Oracle Instant Client. This pagegives some good instructions on how to do it. Once the instant client is installed, the Oracle ODBC driver should show in the ODBC Manager. Note that you do not need a full client install to use the ODBC driver.
我无法访问您引用的页面来阅读它,但要安装 Oracle ODBC 驱动程序,您可以安装 Oracle Instant Client。这个页面提供了一些关于如何做的很好的说明。安装即时客户端后,Oracle ODBC 驱动程序应显示在 ODBC 管理器中。请注意,您不需要完整的客户端安装来使用 ODBC 驱动程序。
回答by Roman
Run cmd
with elevated privileges to install odbc_install.exe
.
cmd
以提升的权限运行以安装odbc_install.exe
.