Sunday, 16 February 2014

RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack ERROR: Failed to execute /d01/oraprod/tech_st/9.2.0/appsutil/clone/bin/adclone.pl

[oraprod@db bin]$ perl adcfgclone.pl dbTier /d01/oraprod/tech_st/9.2.0/appsutil/prod_db.xml
Enter the APPS password [APPS]:
apps

Running Rapid Clone with command:
        perl /d01/oraprod/tech_st/9.2.0/appsutil/clone/bin/adclone.pl java=/d01/oraprod/tech_st/9.2.0/appsutil/clone/bin/../jre/1.3.1 mode=apply stage=/d01/oraprod/tech_st/9.2.0/appsutil/clone/bin/.. component=dbTier method=CUSTOM dbctxtg=/d01/oraprod/tech_st/9.2.0/appsutil/prod_db.xml  showProgress contextValidated=false

Beginning database tier Apply - Sun Feb 16 14:07:25 2014
Log file located at /d01/oraprod/tech_st/9.2.0/appsutil/log/prod_db/ApplyDBTier_02160207.log
RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack

ERROR while running Apply...

 ERROR: Failed to execute /d01/oraprod/tech_st/9.2.0/appsutil/clone/bin/adclone.pl

 Please check logfile.
[oraprod@db bin]$


Solution 1:
=========

[root@db rpms]# rpm -ivh compat-oracle-rhel4-1.0-5.i386.rpm
Preparing...                ########################################### [100%]
   1:compat-oracle-rhel4    ########################################### [100%]
[root@db rpms]#

Solution 2:
=========

please execute the following steps: 

1. Change the permissions on the file to 755:

chmod 755 $ORACLE_HOME/oui/bin/runInstaller.sh

[root@db java]# cd /d01/oraprod/tech_st/9.2.0/oui/bin/

[root@db bin]# chmod 755 /d01/oraprod/tech_st/9.2.0/oui/bin/runInstaller.sh
[root@db bin]# ls -ltr
total 224
-rwxrwxrwx  1 oraprod dba 75514 Mar 11  2004 runInstaller
-rwxrwxrwx  1 oraprod dba 56755 Mar 11  2004 lsnodes.bin
-rwxrwxrwx  1 oraprod dba 64032 Mar 11  2004 libcmdll.so
-rwxrwxrwx  1 oraprod dba   158 Mar 11  2004 lsnodes
-rwxr-xr-x  1 oraprod dba    65 Jul 23  2004 runInstaller.sh
-rwxrwxrwx  1 oraprod dba   449 Jul 23  2004 ouica.sh
-rwxrwxrwx  1 oraprod dba   356 Jul 23  2004 addNode.sh
[root@db bin]#

2. Retest the issue

Note:
The new Target Context file should be created prior to this failure so you can rerun the failed command using the following syntax :
perl adcfgclone.pl dbTier /<path to $ORACLE_HOME>/appsutil/<SID>_<hostname>.xml

Regards,
Vijay.

1 comment:

  1. Similar issue adcfgclone on database server and Issue with perl version.
    *************************************************************************

    Issue:
    *****

    AutoConfig could not successfully execute the following scripts:
    Directory: /dbsw/oracle/EBSTEST/11.2.0/perl/bin/perl -I /dbsw/oracle/EBSTEST/11.2.0/perl/lib/5.10.0 -I /dbsw/oracle/EBSTEST/11.2.0/perl/lib/site_perl/5.10.0 -I /dbsw/oracle/EBSTEST/11.2.0/appsutil/perl /dbsw/oracle/EBSTEST/11.2.0/appsutil/clone
    ouicli.pl INSTE8_APPLY 1

    AutoConfig is exiting with status 1
    WARNING: RC-50013: Fatal: Instantiate driver did not complete successfully.

    Fix:
    ***

    export PATH=/dbsw/oracle/EBSTEST/11.2.0/perl/bin:/dbsw/oracle/EBSTEST/11.2.0/bin:/usr/bin:/usr/sbin:/dbsw/oracle/EBSTEST/11.2.0/appsutil/jre/bin:/bin:/usr/local/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:.
    export PERL5LIB=/dbsw/oracle/EBSTEST/11.2.0/perl/lib/5.10.0:/dbsw/oracle/EBSTEST/11.2.0/perl/lib/site_perl/5.10.0:/dbsw/oracle/EBSTEST/11.2.0/perl

    re-run adcfgclone on database server

    Thanks,
    Rram

    ReplyDelete