Oracle Database Error Solutions – Easy & Practical Guides

Welcome to a dedicated platform for solving common Oracle Database errors like ORA-01194, ORA-01555, ORA-01017, ORA-12154 and more.

Learn step-by-step solutions, real-world troubleshooting, and best practices to handle Oracle issues efficiently.

View All Oracle Error Solutions

Adcfgclone.pl dbTier Failed: RC-00110


Adcfgclone.pl dbTier Failed: RC-00110

Applies to:

Oracle Application Install - Version: 11.5.10.0 and later.

Description:

On Applications 11.5.10.2, when attempting to clone using rapidclone the following error occurs:

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--

Found the following in Cloning log file:

dest : $ORACLE_HOME/oui/bin/runInstaller.sh
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:

Solution:

To implement the solution, please execute the following steps:

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

Your comments, especially which will help us improve the functionality, will be greatly appreciated. Do not forget to follow my Blog.


About the Author

Rana Abdul Wahid is an Oracle Database Administrator (DBA) with expertise in Oracle RMAN recovery, Oracle EBS administration, backup and recovery, performance tuning, database cloning, and troubleshooting critical Oracle database issues.

2 comments:

Contact / Feedback Form

Name

Email *

Message *