duanlu0559 2012-02-09 17:45
浏览 29
已采纳

PHP无法连接,但SqlPlus可以

Here is an issue that is boggling my cells right now.

There is an oracle server that I want to connect to. I can easily connect to it using the sqlplus command line.

When I try to connect to the oracle database with PHP though, it fails. Here is the catch, we have the same setup in another datacenter; a PHP machine is trying to connect to an oracle database. I've run the exact same code, configured php identically on both PHP machines.

PHP1 can connect to Oracle1 with both sqlplus and through php.

PHP2 connects to Oracle2 with sqlplus but NOT with PHP.

There are firewalls and some port blocking going on. My current explanation is that the port php2 is using to connect to oracle2 is not the default 1521 and it is being blocked.

The ora error I get is :

ORA-06413 : Connection not open.

Any ideas?

  • 写回答

2条回答 默认 最新

  • dongyu9894 2012-02-10 08:47
    关注

    The error indicates that the TNS connect descriptor can't be parsed for one reason or another. It's usually a problem with a system call made by Oracle when it's attempting to build connection information.

    Are there any brackets in your program name, username, or machine name?

    Are you running a 32-bit Oracle client on a 64-bit Windows OS by any chance?

    Try using the tnsping utility from the command line. What does that tell you?

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 fesafe材料库问题
  • ¥35 beats蓝牙耳机怎么查看日志
  • ¥15 Fluent齿轮搅油
  • ¥15 八爪鱼爬数据为什么自己停了
  • ¥15 交替优化波束形成和ris反射角使保密速率最大化
  • ¥15 树莓派与pix飞控通信
  • ¥15 自动转发微信群信息到另外一个微信群
  • ¥15 outlook无法配置成功
  • ¥30 这是哪个作者做的宝宝起名网站
  • ¥60 版本过低apk如何修改可以兼容新的安卓系统