免费注册 查看新帖 |

Chinaunix

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

win XP activeperl DBI ORACLE 报错: [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2011-03-07 19:34 |只看该作者 |倒序浏览
win XP activeperl  DBI  ORACLE 10

脚本如下:
#!/usr/bin/perl
use DBI;
$dbname="cis210";  
$user="sgpm";
$passwd="sgpm";
$dbh="";
$dbh = DBI->connect("dbi:Oracledbname",$user,$passwd) or die "can't connect to
database ". DBI-errstr;
#连接数据库

$sth=$dbh->prepare("select * from dual";

$sth->execute;

#执行sql语句

while (@recs=$sth->fetchrow_array) {

print $recs[0].":".$recs[1].":".$recs[2]."\n";

#读取记录数据

}

$dbh->disconnect;


报错如下:
D:\perl>dbtest.pl
Use of :unique is deprecated at d:\oracle\product\10.2.0\db_1\perl\5.8.3\lib/MSW
in32-x86-multi-thread/Config.pm line 39.
Use of :unique is deprecated at d:\oracle\product\10.2.0\db_1\perl\5.8.3\lib/MSW
in32-x86-multi-thread/Config.pm line 80.
Perl lib version (v5.8.3) doesn't match executable version (v5.12.3) at d:\oracl
e\product\10.2.0\db_1\perl\5.8.3\lib/MSWin32-x86-multi-thread/Config.pm line 32.

Compilation failed in require at d:\oracle\product\10.2.0\db_1\perl\5.8.3\lib/MS
Win32-x86-multi-thread/DynaLoader.pm line 25.
BEGIN failed--compilation aborted at d:\oracle\product\10.2.0\db_1\perl\5.8.3\li
b/MSWin32-x86-multi-thread/DynaLoader.pm line 25.
Compilation failed in require at d:\oracle\product\10.2.0\db_1\perl\site\5.8.3\l
ib/MSWin32-x86-multi-thread/DBI.pm line 156.
BEGIN failed--compilation aborted at d:\oracle\product\10.2.0\db_1\perl\site\5.8
.3\lib/MSWin32-x86-multi-thread/DBI.pm line 156.
Compilation failed in require at D:\perl\dbtest.pl line 2.
BEGIN failed--compilation aborted at D:\perl\dbtest.pl line 2.


求解。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP