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