Contact Premier Online Trainings Today
Premier Online Trainings

Oracle Apps DBA - RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack

Date Added: 23 Mar.2020 Date Updated: 23 Mar.2020 Oracle Apps DBA Full Blog

RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack

ISSUE:

APPS Password : Log file located at /db/oratst/TEST/12.1.0/appsutil/log/TEST_ebs121/ApplyDBTier_03231229.log

  |      0% completed       RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack
 
ERROR while running Apply...
Mon Mar 23 12:30:35 2020
 
 ERROR: Failed to execute /db/oratst/TEST/12.1.0/appsutil/clone/bin/adclone.pl 
 
 Please check logfile. 
[oracle@ebs121 bin]$ 
 
logfile 
WARNING: [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: /db/oratst/TEST/12.1.0/perl/bin/perl -I /db/oratst/TEST/12.1.0/perl/lib/5.14.1 -I /db/oratst/TEST/12.1.0/perl/lib/site_perl/5.14.1 -I /db/oratst/TEST/12.1.0/appsutil/perl /db/oratst/TEST/12.1.0/appsutil/clone
      ouicli.pl               INSTE8_APPLY       1
 
AutoConfig is exiting with status 1
 
WARNING: RC-50013: Fatal: Instantiate driver did not complete successfully.
/db/oratst/TEST/12.1.0/appsutil/driver/regclone.drv
 
Solution :
 
Cause
 
log file reveled the information
 
“Perl lib version (5.14.1) doesn’t match executable version (v5.14.1) at /usr/lib64/perl5/Config.pm line 50.
Compilation failed in require at /db/oratst/TEST/12.1.0/appsutil/clone/ouicli.pl line 35.
BEGIN failed–compilation aborted at /db/oratst/TEST/12.1.0/appsutil/clone/ouicli.pl line 35.”
 
Solution
1)
set perl to verion 5.14.1 as below and rerun the clone
 
export PERL5LIB=/db/oratst/TEST/12.1.0/perl/lib/5.14.1:/db/oratst/TEST/12.1.0/perl/lib/site_perl/5.14.1:/db/oratst/TEST/12.1.0/perl
 
export PATH=/db/oratst/TEST/12.1.0/perl/bin:$PATH
 
 
2)
Please delete existing files under oraInventory folder and retry the adcfgclone.
 
[oracle@ebs121 apptst]$ cat /etc/oraInst.loc
inventory_loc=/db/oracle/oraInventory
inst_group=dba
[oracle@ebs121 apptst]$
[oracle@ebs121 apptst]$cd /db/oracle
[oracle@ebs121 oracle]$rm -rf oraInventory
[oracle@ebs121 oracle]$mkdir oraInventory