+ -
当前位置:首页 → 问答吧 → php访问oracle问题...

php访问oracle问题...

时间:2011-10-29

来源:互联网

<?php
echo "hello world!";
if($c=OCILogon("syst","cjw","chenjiawei"))
{
  echo "Successfully connected to oracle.\n";
}
?>



http://localhost:8080/index.php
Warning: ocilogon() [function.ocilogon]: OCIEnvNlsCreate() failed. There is something wrong with your system - please check that PATH includes the directory with Oracle Instant Client libraries in E:\php\www\index.php on line 17

作者: shikongzhilv   发布时间: 2011-10-29

帮顶 oracle没用过 看错误提示是系统或路径的问题 应该是环境配置错误吧

作者: zhaojunwww   发布时间: 2011-10-29

相关阅读 更多