环境信息:
EBS----------------12.1.3
RDBMS-----------11.2.0.3.0
OS-----------Linux 5
ApplyDBTier_04270119.log:
[AutoConfig Error Report]
The following report lists errors AutoConfig encountered during each
phase of its execution. Errors are grouped by directory and phase.
The report format is:
<filename> <phase> <return code where appropriate>
[APPLY PHASE]
AutoConfig could not successfully execute the following scripts:
Directory: /u01/prod/db/tech_st/11.2.0/perl/bin/perl -I /u01/prod/db/tech_st/11.2.0/perl/lib/5.8.3 -I /u01/prod/db/tech_st/11.2.
0/perl/lib/site_perl/5.8.3 -I /u01/prod/db/tech_st/11.2.0/appsutil/perl /u01/prod/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.
/u01/prod/db/tech_st/11.2.0/appsutil/driver/regclone.drv
This template is used as part of the Contextfile generation, where it is pointing to Perl libraries in Release 5.8.3, which has been used for the Database in Release 10.2.x. With the Database Release 11.2.x the Perl Release referenced and used in the Environment to Release 5.10.
解决方法:
DB层:
export PERL5LIB=/u01/prod/db/tech_st/11.2.0/perl/lib/5.8.3:/u01/prod/db/tech_st/11.2.0/perl/lib/site_perl/5.8.3:/u01/prod/db/tech_st/11.2.0/appsutil/perl
APP层:
export PERL5LIB=/u01/prod/apps/tech_st/10.1.3/perl/lib/5.8.3:/u01/prod/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3:/u01/prod/apps/apps_st/appl/au/12.0.0/perl:/u01/prod/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi