While cloning database Tier
Error :
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.
Solution 1
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
cp /usr/bin/unzip to $ORACLE_HOME/bin
Make sure the unzip utility under /usr/bin should be of version 5.X and not 6
Solution 2:
Download the unzip file from below link
https://oss.oracle.com/el4/unzip/unzip.html
Take the backup of existing unzip from $ORACLE_HOME/bin
Untar donwloaded file into the $ORACLE_HOME/bin/
Retest the issue.
No comments:
Post a Comment