请教一个php连接oracle8.05的问题

toolscool 2002-09-14 12:56:21
错误信息如下:
Warning: Unable to connect to ORACLE (Error while trying to retrieve text for error ORA-12154) in /data/httpd/htdocs/news/oracle.php3 on line 9

oracle.php3文件中第9 行为:
$count = ora_plogon("user@sid","password") or die;
$rs = ora_open($count);
ora_commitoff($count);

请这是什么原因?用户名口令和SID都是正确。谢谢。
...全文
32 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
liyujie2000 2002-09-23
  • 打赏
  • 举报
回复
$conn = OCILogon("username", "password","SID");
$stmt = OCIParse($conn,"select table_name from user_tables");

21,891

社区成员

发帖
与我相关
我的任务
社区描述
从PHP安装配置,PHP入门,PHP基础到PHP应用
社区管理员
  • 基础编程社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧