Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

unzip issue 4

Status
Not open for further replies.

gatetec

MIS
Mar 22, 2007
420
0
0
US
I am trying to unzip an Oracle patch, but getting this error.
What is the way to get around?

thx much

mil:/536 > file orapatch.zip
orapatch.zip: PKZIP (.zip) compressed archive

mil:/536 > unzip orapatch.zip
ksh: unzip: not found.


mil:/536 > uncompress orapatch.zip
orapatch.zip.Z: A file or directory in the path name does not exist.
 
You may try to ftp the patch file over to a windows box and unzip the file over there using winzip in a temp dir. Then you will have to ftp the files back to UNIX. Just remember to use binary FTP transfer in both directions.

Other solution is to download zip/unzip from somewhere and install it on AIX. You can find zip/unzip package here:
ftp://ftp.info-zip.org/pub/infozip/unix/aix/unz550x-aix5l.tgz .


HTH,

p5wizard
 
Oracle:
We release AIX specific fixes in the .zip file format purely to annoy IBM, and it's AIX customers and users, because AIX does not inherently support this format of file compression.

We could release them in inherently supported AIX compression formats such as tar, pax and / or Z (compress) formats but sadly we as a company are not intelligent enough to realise that this also pisses off our own customers.

Sadly this is a typical example of the marketing strategy of Oracle and we suggest you consider using IBM's own database solution DB2" in future.

:0)

What planet are they on / from?
 
Hi Guys,

You can also use the oracle provided zip and unzip executables (in the $ORACLE_HOME/bin directory). :)

Best regards to all.

____________________
Sometimes it pays to stay in bed on Monday, rather than spending the rest of the week debuging Mondays code.
 
DukeSSD, Interesting :)

p5wizard & d3vzero:
Thank you so much. Both worked!!!
 
If you prefer to get unzip from IBM:

ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/unzip/unzip-5.51-1.aix5.1.ppc.rpm

- Rod

IBM Certified Advanced Technical Expert pSeries and AIX 5L
CompTIA Linux+
CompTIA Security+

A Simple Code for Posting on the Web
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top