免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2480 | 回复: 2
打印 上一主题 下一主题

有關 dbi connect faild問題請問 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-03-17 13:41 |只看该作者 |倒序浏览
請問各位大大 當我下
$dbh = DBI->connect("DBI:Oracle:$alert_oracle{'oracle_sid'}","$alert_oracle{'oracle_login_name'}","$alert_oracle{'oracle_login_pwd'}");
die "Unable to connect: $DBI::errstr\n" unless (defined $dbh);
#$dbh = DBI->connect("DBI:Oracle:$alert_oracle{'oracle_sid'}","$alert_oracle{'oracle_login_name'}","$alert_oracle{'oracle_login_pwd'}",{RaiseError => 1});
$sql = qq{
  SELECT COUNT(*) FROM V\$SESSION
};
$sth = $dbh->prepare( $sql );
$sth->execute();
my($GetUSERS_Num);
$sth->bind_columns(\$GetUSERS_Num);
while( $sth->fetch() ) {$GetUSERS_Num_A = $GetUSERS_Num;}
$sth->finish();
$dbh->disconnect();
這樣子的指令後

如果 網路斷掉 會跑出以下的訊息 然後程式就當了
如何的方式可以不讓他當掉 且會一直重新試連線
DBI connect('reas3','system',...) failed: ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory (DBD ERROR: OCISessionBegin) at ./Data
base_System/DBstatus/DBstatus_Linux.pl line 9
Unable to connect: ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory (DBD ERROR: OCISessionBegin)

多謝大大的指教

[[i] 本帖最后由 ieting 于 2006-3-17 13:46 编辑 [/i]]

论坛徽章:
1
荣誉会员
日期:2011-11-23 16:44:17
2 [报告]
发表于 2006-03-17 15:58 |只看该作者
自己写个类似coonection pool的subroutine...
每次要产生statement前,都用eval包起来...
然後产生完statement後,检查 $@有没有错误...
如果有..重新产生$dbh...然後以此类推....

论坛徽章:
0
3 [报告]
发表于 2006-03-17 16:12 |只看该作者
看错误好像是oracle instance没有启动
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP