ERROR:
--------
Log file located at ORACLE_HOME/appsutil/log/$SID_$HOSTNAME/ApplyDBTechStack_22472575.log
RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack
\ 40% completed
ERROR while running Apply...
ERROR: Failed to execute $RDBMS_ORACLE_HOME/appsutil/clone/bin/adclone.pl--
backup : $ORACLE_HOME/oui/bin/runInstaller.sh to
$ORACLE_HOME/appsutil//out/$SID_$HOSTNAME/runInstaller.sh
DEBUG : The destination file does not have write permission
$ORACLE_HOME/oui/bin/runInstaller.sh
DEBUG : Changing the permission of the file failed
AC-00444: Unable to write to file: java.io.FileNotFoundException:
$ORACLE_HOME/oui/bin/runInstaller.sh (Permission denied)
Raised by oracle.apps.ad.autoconfig.InstantiateFile
After doing some research work I found the following solution:
1. Change the permissions on the file to 755:
chmod 755 $ORACLE_HOME/oui/bin/runInstaller.sh
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
👉 Check our complete guide: Oracle Error Codes Guide
Author Box
About the Author
Rana Abdul Wahid is an experienced Oracle Database Administrator with expertise in Oracle Database Administration, Oracle Data Guard, RMAN Backup & Recovery, Oracle RAC, Oracle E-Business Suite, Performance Tuning, and High Availability Solutions.
Through this blog, he shares practical Oracle DBA solutions, troubleshooting guides, interview preparation resources, and production-tested best practices for database professionals worldwide.
its works for me. thanks.
ReplyDeleteFor my case i started the Listener
ReplyDeleteRegards