【发布时间】:2015-11-24 07:57:13
【问题描述】:
我正在尝试从 PHP 版本 5.5.27 连接到 Oracle Database 11g 企业版版本 11.2.0.3.0 - 64 位生产
下载即时客户端版本 11.2.0.3.0 并将其链接到系统的 PATH 变量中
我还在我的 php.ini 中启用了 extension=php_oci8.dll
但仍然无法正常工作,我收到此错误:
Warning: oci_connect(): OCIEnvNlsCreate() failed. There is something wrong with your system - please check that PATH includes the directory with Oracle Instant Client libraries in C:\xampp\htdocs\test.php on line 3
【问题讨论】:
-
我之前都试过了,没用
标签: php oracle oracle-call-interface