[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/
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
[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.