At the time of running the Autoconfig it is exiting with status 1.
The content of Autoconfig log file is as follows :
Perl lib version (v5.8.8) doesn't match executable version (v5.10.0) at /usr/lib64/perl5/5.8.8/x86_64- linux-thread-multi/Config.pm line 46.
Compilation failed in require at /DB/CRP1/db/tech_st/11.2.0/ appsutil/clone/ouicli.pl line 35.
BEGIN failed--compilation aborted at /DB/CRP1/db/tech_st/11.2.0/ appsutil/clone/ouicli.pl line 35.
autoconfig then AutoConfig could not successfully execute the following scripts:
Directory: /DB/CRP1/db/tech_st/11.2.0/ perl/bin/perl -I /DB/CRP1/db/tech_st/11.2.0/ perl/lib/5.8.3 -I /DB/CRP1/db/tech_st/11.2.0/ perl/lib/site_perl/5.8.3 -I /DB/CRP1/db/tech_st/11.2.0/ appsutil/perl /DB/CRP1/db/tech_st/11.2.0/ appsutil/clone
ouicli.pl INSTE8_APPLY 255
AutoConfig is exiting with status 1
RC-50013: Fatal: Instantiate driver did not complete successfully.
Solution :
perl -v
It could return - This is perl, v5.8.8
export PATH=$ORACLE_HOME/perl/bin:$ PATH:/usr/ccs/bin
and check again.
It should return - This is perl, v5.10.0 ....
It should work fine now.
The content of Autoconfig log file is as follows :
Perl lib version (v5.8.8) doesn't match executable version (v5.10.0) at /usr/lib64/perl5/5.8.8/x86_64-
Compilation failed in require at /DB/CRP1/db/tech_st/11.2.0/
BEGIN failed--compilation aborted at /DB/CRP1/db/tech_st/11.2.0/
autoconfig then AutoConfig could not successfully execute the following scripts:
Directory: /DB/CRP1/db/tech_st/11.2.0/
ouicli.pl INSTE8_APPLY 255
AutoConfig is exiting with status 1
RC-50013: Fatal: Instantiate driver did not complete successfully.
Solution :
- Check the version of perl
perl -v
It could return - This is perl, v5.8.8
- Now set env to use the db_home perl
export PATH=$ORACLE_HOME/perl/bin:$
and check again.
It should return - This is perl, v5.10.0 ....
- Now re-run adcfgclone.
It should work fine now.
No comments:
Post a Comment