Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

EXPDP Parallel & no. of dumpfiles.

947712Feb 27 2014 — edited Feb 27 2014

Hello,

How does Parallel and no. of dumpfiles relates. Multiple oracle exp processes can not write the data into one dumpfile? for example, how does the below works. It uses multiple processes for export job or it execute the export only with one process even we use parallel 4, because I am using only one dumpfile and I did not use %U in the dumpfile.

Please share your thoughts

dumpfile=expdp_export.dmp

parallel=4

directory=data_pump_dir

schemas=test

logfile=exp.log

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 27 2014
Added on Feb 27 2014
6 comments
4,376 views