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.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment