如何为xampp安装oracle即时客户端
我安装了适用于 Windows 1.7.3 的 XAMPP。
我正在使用 Zend Framework 并且需要使用 pdo_oci8 扩展。我已启用扩展 - 但现在收到错误,无法找到 oci.dll 文件。
我已经从 oracle 下载了 instantclient_11_2 zip 文件。解压它。它包含一堆dll文件。
我如何在 Windows 上安装这个?我是否需要运行 cmd 提示符或将其移动到 xampp 下的特定文件夹?
I have XAMPP for Windows 1.7.3 installed.
I'm using Zend Framework and need to use the pdo_oci8 extension. I've enabled the extension - but now getting the error that it can't find the oci.dll file.
I've downloaded the instantclient_11_2 zip file from oracle. Unzipped it. It contains a bunch of dll files.
How do I install this on windows? Do I need to run a cmd prompt or move it to a specific folder under xampp?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
下面您将找到有关如何为 XAMPP v7、v5.5 和 v5.6 配置/安装和启用 Oracle Instant Client 的说明。
就是这样:)
指令取自此处: http://www.gi-architects.co.uk/2016/11/how-to-install-oracle-instant-client-v12-for-xampp-v7-v5-5-v5 -6-窗口/
Below you will find the instructions on how to configure/install and enable the Oracle Instant Client for XAMPP v7, v5.5 and v5.6.
Thats it :)
instruction where taken from here: http://www.gi-architects.co.uk/2016/11/how-to-install-oracle-instant-client-v12-for-xampp-v7-v5-5-v5-6-windows/
当我搜索问题时,谷歌给了我这个主题,但我在这里还没有找到解决方案。
但我在这里找到:http://www.oracle。 com/technetwork/articles/dsl/technote-php-instant-084410.html
我的问题是我下载了 64 版本的 Oracle 即时客户端,而 php 似乎只能在 32 位上运行。
Google gave me this topic when I searched the problem, but I have not found solution here.
But I found here: http://www.oracle.com/technetwork/articles/dsl/technote-php-instant-084410.html
My problem was that I downloaded the 64 version of Oracle instant client, and php seems to be working only with the 32-bit.
我将文件解压缩到一个目录中。
我将该目录放置在 c:\xampp 中,例如 c:\xampp\intanstclient_11_2
然后我将其添加到我的 Windows 路径变量中。
最后真的很简单。
I unzipped the file into a directory.
That directory I placed in c:\xampp, e.g. c:\xampp\intanstclient_11_2
Then I added that to my windows path variable.
Quite simple really in the end.
当我添加像 "c:\instantclient_12_2" 这样的路径变量时,我的问题得到了解决。
My issue was solved when I added path variable like "c:\instantclient_12_2" .