adcfgclone.pl运行ouicli.pl错误

前端之家收集整理的这篇文章主要介绍了adcfgclone.pl运行ouicli.pl错误前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

Symptoms

[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

在运行perl adcfgclone.pl dbTier时报上述错误

Cause

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.
错误主要是因为perl版本的问题

Solution

export PERL5LIB=export PERL5LIB=$ORACLE_HOME/perl/lib/5.8.3:$ORACLE_HOME/perl/lib/site_perl/5.8.3:$ORACLE_HOME/appsutil/perl

重新运行perl adcfgclone.pl dbTier

猜你在找的Perl相关文章