Tuesday 5 November 2019

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

ISSUE:

While running on adcfgclone.pl autoconfig phase will face perl version error

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

This issue may be occur due to oracle home path and perl lib path location  misconfiguration.

Solution:

Simply export the "ORACLE_HOME" path and PERL path

export ORACLE_HOME=/data/TEST/DB/db/tech_st/11.2.0
export PERL5LIB=$ORACLE_HOME/perl/lib/5.10.0:$ORACLE_HOME/perl/lib/site_perl/5.10.0
export PERL5LIB=$PERL5LIB:$ORACLE_HOME/perl/lib/site_perl/5.10.0/i686-linux-thread-multi
export PATH=$ORACLE_HOME/perl/bin:$PATH
echo $PATH

Then again re-run adcfgclone.pl on database server will be completed successfully.

No comments:

Post a Comment