首页 > 其他 > 详细

Fatal error: Call to undefined function oci_connect()

时间:2016-10-19 09:40:08      阅读:1192      评论:0      收藏:0      [点我收藏+]

 

http://stackoverflow.com/questions/22478387/call-to-undefined-function-oci-connect

  1. Whenever you connecting Oracle Database , try to use 32 Bit oracle client libraries, Since XAMP PHP is compiled with 32 Bit(Though you have 64 Bit windows Machine)
  2. Download Oracle Client from Download From here

  3. Paste it in C:\instantclient_12_1

  4. Then Set the path to above in System Environment Variable
  5. Then Go to C:\xampp\php\php.ini and uncomment extension=php_oci8_12c.dll
  6. Then Restart the XAMP and it should work without any Issue.

Fatal error: Call to undefined function oci_connect()

原文:http://www.cnblogs.com/Tiago/p/5975917.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!