perl adbldxml.pl报错BEGIN failed--compilation aborted at adbldxml.pl line 32

简介:

生成数据库的xml (DB层操作) 

cd   $ORACLE_HOME/appsutil/bin
perl  adbldxml.pl
oracrp3@dgitr02-ts $ perl     adbldxml.pl  
Can't locate Config.pm in @INC (@INC contains: /data01/crp3/oracrp3/db/tech_st/11.2.0.2/perl/lib/5.8.3 /data01/crp3/oracrp3/db/tech_st/11.2.0.2/perl/lib/site_perl/5.8.3 /data01/crp3/oracrp3/db/tech_st/11.2.0.2/appsutil/perl ../lib/5.10.0/aix-thread-multi-64all ../lib/5.10.0 ../lib/site_perl/5.10.0/aix-thread-multi-64all ../lib/site_perl/5.10.0 ../lib/5.10.0/aix-thread-multi-64all ../lib/5.10.0 ../lib/site_perl .) at adbldxml.pl line 32.
BEGIN failed--compilation aborted at adbldxml.pl line 32.
oracrp3@dgitr02-ts $ 
 
参考文件    Adbldxml.Pl Fails with "Can't locate Config.pm in @INC (@INC contains:" [ID 374538.1] 
 
对比了其他测试环境, 发现版本有不同, 后面一个是 5.10.0. 一个是 5.8.3 , 修改后 export  PERL5LIB=xxxxx 就可以了。 
oradev@dgitr03-ts $ echo     $PERL5LIB 
/data01/dev/oradev/db/tech_st/11.2.0.2/perl/lib/5.10.0:/data01/dev/oradev/db/tech_st/11.2.0.2/perl/lib/site_perl/5.10.0:/data01/dev/oradev/db/tech_st/11.2.0.2/appsutil/perl
本文转自ITPUB博客tolywang的博客,原文链接:perl adbldxml.pl报错BEGIN failed--compilation aborted at adbldxml.pl line 32,如需转载请自行联系原博主。
相关文章
|
关系型数据库 Shell Oracle
RMAN-01009: syntax error: found "dot" 解决办法
RMAN-01009: syntax error: found "dot" 解决方法   今天调试一个RMAN 的备份脚本,这个脚本以前也用过很多次,并没有什么问题,今天执行时,就是过不去。
1435 0
|
5月前
|
Linux 开发工具
You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofi
linux配置环境变量操作失误出现:/usr/libexec/grepconf.sh: line 5: grep: command not found 的解决办法
149 2
|
5月前
|
SQL 关系型数据库 MySQL
【Python】已解决:ERROR 1064 (42000): You have an error in your SQL syntax. check the manual that correspo
【Python】已解决:ERROR 1064 (42000): You have an error in your SQL syntax. check the manual that correspo
1964 0
|
SQL Java 数据库连接
sql injection violation, syntax error: syntax error, error in :‘**‘expect IDENTIFIER, actual IDENTIF
sql injection violation, syntax error: syntax error, error in :‘**‘expect IDENTIFIER, actual IDENTIF
209 0
|
7月前
|
NoSQL C语言
vscode出现 ERROR: Unable to start debugging. Unexpected GDB output from command “-exec-run“.
vscode出现 ERROR: Unable to start debugging. Unexpected GDB output from command “-exec-run“.
1496 0
|
C语言
安装mujoco报错:distutils.errors.DistutilsExecError: command ‘gcc‘ failed with exit status 1
安装mujoco报错:distutils.errors.DistutilsExecError: command ‘gcc‘ failed with exit status 1
640 0
|
SQL 关系型数据库 MySQL
MySQL - [ERR] 1064 - You have an error in your SQL syntax check the manual……
MySQL - [ERR] 1064 - You have an error in your SQL syntax check the manual……
225 0
|
人工智能 大数据
Transaction Check Error:file /usr/libexec/getconf/default conflicts between attempted installs of gcc-6.4.1-1.fc25.i686 and gcc-6.4.1-1.fc25.x86_64
欢迎关注大数据和人工智能技术文章发布的微信公众号:清研学堂,在这里你可以学到夜白(作者笔名)精心整理的笔记,让我们每天进步一点点,让优秀成为一种习惯! 今天在我的ubuntu系统上使用yum来安装软件时出错了错误:Transaction Check Error:file /usr/libexec/...
1458 0