Link to home
Start Free TrialLog in
Avatar of walkerdba
walkerdba

asked on

what is the error

[oracle@term2 ~]$ cd /u01/gg/
[oracle@term2 gg]$ ls
ogg112101_fbo_ggs_Linux_x86_ora11g_32bit.zip
[oracle@term2 gg]$ tar -xvf ogg112101_fbo_ggs_Linux_x86_ora11g_32bit.zip
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
tar: Error exit delayed from previous errors
[oracle@term2 gg]$
Avatar of Andrej Pirman
Andrej Pirman
Flag of Slovenia image

You are either using the wrong archive (it is ZOP archive, not TAR... download TAR from your source), or you are using the wrong archive handler (tar instead of unzip).

Try unzip ogg112101_fbo_ggs_Linux_x86_ora11g_32bit.zip and see, what's inside with
ls -al
It might be .tar is inside ZIP archive.
tar -xvf is used to open TAR archives and GUNZIP/UNZIP of ZIP archives
ASKER CERTIFIED SOLUTION
Avatar of Gerwin Jansen
Gerwin Jansen
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of walkerdba
walkerdba

ASKER

exactly
Sorry, but didn't I told you just that? To do:

unzip ogg112101_fbo_ggs_Linux_x86_ora11g_32bit.zip

first, then use TAR command?

I am glad we helped you, and I do not want to dramatize, but next time you should spread the points in a bit more fair manner ;)