Monthly Archives: February 2014

Oracle – spool sql to file with on the fly gzip compression

To run SQL dumps through gzip compression on the fly 1) Create a named pipe to destination for the sql spool using this command: mknod output.pipe p 2) run a process in the background to compress any data sent to … Continue reading

Posted in Uncategorized | Leave a comment