While Running adcfgclone.pl dbTier on database Tier, you may get the following Error.
Beginning dbconfig Apply – Fri May 17 01:37:14 2013
/clone/oracle/product/11.2.0/appsutil/clone/bin/../jre/bin/java
-Xmx600M -DCONTEXT_VALIDATED=false
-Doracle.installer.oui_loc=/clone/oracle/product/11.2.0/oui -classpath
/clone/oracle/product/11.2.0/appsutil/clone/jlib/xmlparserv2.jar:/clone/oracle/product/11.2.0/appsutil/clone/jlib/ojdbc5.jar:/clone/oracle/product/11.2.0/appsutil/clone/jlib/java:/clone/oracle/product/11.2.0/appsutil/clone/jlib/oui/OraInstaller.jar:/clone/oracle/product/11.2.0/appsutil/clone/jlib/oui/ewt3.jar:/clone/oracle/product/11.2.0/appsutil/clone/jlib/oui/share.jar:/clone/oracle/product/11.2.0/appsutil/clone/jlib/oui/srvm.jar:/clone/oracle/product/11.2.0/appsutil/clone/jlib/ojmisc.jar oracle.apps.ad.clone.ApplyDatabase -e
/clone/oracle/product/11.2.0/appsutil/CLONE_ebso.xml -stage
/clone/oracle/product/11.2.0/appsutil/clone
-showProgress -noRmanRecovery yes -checkDBConnection
APPS Password : Log file located at /clone/oracle/product/11.2.0/appsutil/log/CLONE_ebso/ApplyDatabase_05170137.log
| 0%
completed RC-20200: Fatal: Could not find
Unzip. At this time only Native UnZip 5.X is supported.
Please make sure you have UnZip 5.X in your path and try
again…
ERROR while running Apply…
ERROR: Failed to execute
/clone/oracle/product/11.2.0/appsutil/clone/bin/adclone.pl
Please check logfile.
[orastg@ebso bin]$
Solution:
Which
unzip should point to $ORACLE_HOME/bin/unzip
Take
the backup of existing unzip from $ORACLE_HOME/bin
cd $ORACLE_HOME/bin
mv
unzip unzip_bkp
Copy
/usr/bin/unzip to $ORACLE_HOME/BIN
cp -rp /usr/bin/unzip $ORACLE_HOME/bin
Make
sure the unzip utility under /usr/bin should be of version 5.X and not 6
Retest the issue by running adcfgclone.pl dbTier
No comments:
Post a Comment