EXPDP and large export files
I am looking into using expdp for export backup for my production databases. I am have a big dilemma because the size of my curent exp (.dmp) file is ranges from 20 to 40GB compresses w/ gzip. I use the usual technique - open up a pipe, and compress the piple while exp is pouring data into it. However, for expdp:
- I am not able to open a pipe using exp because expdp can not tolerate an exising file
- I am not able to compress the file while export is running (natually)
Why wouldn't expdp allow an age old Operating System feature?
0