Contact Premier Online Trainings Today
Premier Online Trainings

Oracle Apps DBA - RC-20200: Fatal: Could not find Unzip. At this time only Native UnZip 5.X is supported

Date Added: 01 Mar.2020 Date Updated: 01 Mar.2020 Oracle Apps DBA Full Blog

RC-20200: Fatal: Could not find Unzip. At this time only Native UnZip 5.X is supported

ISSUE

Unzip Count:153

Processing Disk1....

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

Cannot execute Install for database ORACLE_HOME

    RW-50010: Error: - script has returned an error:   1

RW-50004: Error code received when running external process.  Check log file for details.

Running Database Install Driver for DEV instance

apps121issue2.jpg

 

 

 

 

 

 

 

 

 

Solution -

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

As root user, rename the default unzip (/usr/bin/unzip) to a temporary filename (e.g. /usr/bin/unzip-ver6), perform the task, and then rename unzip-ver6 to the original name when completed.

# mv /usr/bin/unzip /usr/bin/unzip-ver6

Solution 3

unzip utility
https://oss.oracle.com/el4/unzip/unzip.html