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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Gunzip

Status
Not open for further replies.

opus06

Technical User
Sep 11, 2008
6
US
When I'm trying to gunzip oracle file it is giving me below error. I believe gunzip was installed by defualt in Aix box. Any one suggest me to fix this problme

gunzip: 10gr2_aix5l64_database.cpio.gz: not in gzip format
 
I've had this problem in the past and it's because the file isn't in fact a gzipped file. If you simply use cpio to extract it (exact syntax in the documentation) it might well work. A strange situation for a company the size of Oracle to allow to arise!

I want to be good, is that not enough?
 
Thanks it worked as per your suggestion
 
The cpio worked? Or another download?

I want to be good, is that not enough?
 
When I grab a file from vendors, I always like to "file $filename" just to verify they have it compressed, like they say... I've had this happen with some files from HP before too.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top