Tuesday, November 25, 2008

Gzip of the file is failing to do zip.

Problem: Gzip of the file is failing to do zip.
Solution: Type the command which zip
$which gzip
Output will be /usr/local/bin/gzip
Set the zip path in PATH= as below
PATH=$ORACLE_HOME/bin:/bin:/usr/bin:/usr/local/bin:/etc; export PATH
Now gzip is working fine.

No comments: