expdp Behaves differently under Windows
When you are running expdp under Unix (my case HPUX)
expdp system/***** directory=expdir dumpfile=expdir:expfull%U.dmp full=y filesize=10G logfile=expfull.log parallel=6
the command behaves fine with 6 parallel processes.
However, the same style command under Windows (2008) does not produce 4 files.
expdp system/***** directory=expdir dumpfile=expdir:sysadm%U.dmp schemas=sysadm parallel=4
The slight difference is I am only interested in one schema in Windows. Am I missing something?
expdp system/***** directory=expdir dumpfile=expdir:expfull%U.dmp full=y filesize=10G logfile=expfull.log parallel=6
the command behaves fine with 6 parallel processes.
However, the same style command under Windows (2008) does not produce 4 files.
expdp system/***** directory=expdir dumpfile=expdir:sysadm%U.dmp schemas=sysadm parallel=4
The slight difference is I am only interested in one schema in Windows. Am I missing something?
0