make fifo pipe
mkdir fifo db.fifo
write the file output to gzip and send to background
cat db.fifo | gzip > db.dmp.gz &
run the export to the fifo pipe
exp username/password file=db.fifo log=db.log etc
4 weeks ago
A Blend of Cricket and Personal Talk!
make fifo pipe
mkdir fifo db.fifo
write the file output to gzip and send to background
cat db.fifo | gzip > db.dmp.gz &
run the export to the fifo pipe
exp username/password file=db.fifo log=db.log etc