This post
will help you to run traditional export import backup utility with compression
Background:
Although
compression is supported by imp/exp but it is limited to segment extents only
& does not solve the purpose.
It will be
very much difficult to perform export import operations where db servers
holding less space on local file system to keep dump files
Performing export
import over network could be a workaround to this issue but due to network
delay it could become more tedious
Export/
Import using mknod or pipe will help to zip/unzip the dump files during export or
import operation respectively without specifying it explicitly
New 10g (onwards)
feature Data Pump COMPRESSION is replaceable with the mknod export/ import
method
Export
Import Pipe should be used in pre-10g environments to reduce actual export
import time, OS space usage & to minimize delay in transport of dump files
across the db servers due to less size of the dump
Let us see
how it works in export import operation with single & multiple dump files