简体   繁体   English

我收到错误消息“ install_driver(Oracle)失败:尝试重新加载DBD / Oracle.pm中止。 在(eval 85)第3行的要求中编译失败

[英]I'm getting error 'install_driver(Oracle) failed: Attempt to reload DBD/Oracle.pm aborted. Compilation failed in require at (eval 85) line 3

I've checked evrything using bugzilla. 我已经使用bugzilla检查了evrything。 it says ok. 没关系。 but still not getting script running. 但仍无法运行脚本。 The server I'm trying to connect is suse Linux. 我尝试连接的服务器是Linux。 Oracle 10g server. Oracle 10g服务器。 I'm running cgi script on Windows x86 PC. 我在Windows x86 PC上运行cgi脚本。

Thanks in advance. 提前致谢。

i assume you have oracle driver installed on the windows machine and that the env parameters in windows is setup properly for oracle_home, tns_admin and that normal net8 capibilities all work to connect to oracle without perl first via sqlplus from the oracle driver/instant client. 我假设您已在Windows计算机上安装了oracle驱动程序,并且已针对oracle_home,tns_admin正确设置了Windows中的env参数,并且正常的net8功能都可以通过oracleplus从oracle驱动程序/即时客户端首先通过sqlplus连接到oracle,而无需perl。 If not install either oracle instant client or oracle full client install. 如果未安装,则安装oracle Instant Client或Oracle Full Client。 Then configure your oracle client to properly connect to the db and test that its working. 然后,配置您的oracle客户端以正确连接到数据库并测试其是否正常工作。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 DBI->连接失败(install_driver(Oracle)失败:找不到DBD / Oracle.pm) - DBI->Connect failed(install_driver(Oracle) failed: Can't locate DBD/Oracle.pm) Perl install_driver(Oracle)失败:-无法为模块DBD :: Oracle Win64加载'../DBD/Oracle/Oracle.dll' - Perl install_driver(Oracle) failed: - Can't load '../DBD/Oracle/Oracle.dll' for module DBD::Oracle Win64 DBD-mysql 安装,但仍然错误“install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC” - DBD-mysql installed ,but still error "install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC" 获取错误install_driver(Oracle)失败:无法加载'/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBD/Oracle/Oracle.so' - getting error install_driver(Oracle) failed: Can't load '/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBD/Oracle/Oracle.so' 运行指向 Oracle 数据库的 Perl 脚本时出现错误“install_driver(Oracle) failed” - Error "install_driver(Oracle) failed" when running Perl script which is pointing to Oracle database ERR:install_driver(ODBC)失败:在@INC中找不到DBD / ODBC.pm - ERR: install_driver(ODBC) failed: Can't locate DBD/ODBC.pm in @INC install_driver(mysql)失败:找不到DBD / mysql.pm - install_driver(mysql) failed: Can't locate DBD/mysql.pm Perl DBI返回install_driver(Oracle)失败 - Perl DBI Return install_driver(Oracle) failed 找不到DBD / Oracle.pm - Can't locate DBD/Oracle.pm 尝试重新加载 module.pm 中止。编译失败 - Attempt to reload module.pm aborted.Compilation failed
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM