手记

Oracle oci php连接故障记录

通过php mod连接oracle报错:

please check that ORACLE_HOME is set and points to the right directory


把apache运行的用户环境变量改了还是解决不了,间歇性加载不了环境变量。oci8.so模块也正常加载,环境变量也正常读取。但是php页面就是不加载oracle的环境变量输出异常。


最后更改写入apachectl的文件:

vim /usr/local/apache/bin/apachectl

export ORACLE_BASE=/home/oracle

export ORACLE_HOME=/home/oracle/product/10.2.0/

export PATH=$PATH:$ORACLE_HOME/BIN:

export LD_LIBRARY_PATH=/home/oracle/product/10.2.0/lib:$LD_LIBRARY_PATH


/usr/local/apache/bin/apachectl restart

搞定

0人推荐
随时随地看视频
慕课网APP