Datapump parallel & compress
Hi,
Oracle11gR2
Want to make the expdp process faster.
Can we use "parallel" and "compress" parameter at the same time for export datapump as mentioned below ?
job_name=exp_test
content=ALL
parallel=6
dumpfile=EXPDP:EXP_TEST_%U.dmp
logfile=EXPDP:EXP_TEST.log
schemas=SAMPLE
compression=all
As we are using %U so it will make 6 separate dump files, but how the compress will take place...will it individually compress those 6 separate dump files ?