impdp and parallel index creation
785360Aug 20 2010 — edited Mar 21 2011This may be a very basic question for most of you but..
Can anyone explain whether running impdp with parallel=n will lead to creation of 1 index at a time with n PX processes (suppose I have n dump files)? Or will it create n indexes at a time each with n PX processes? Does index DDL (parallel 1) matter to impdp parallel=n option?
How will the result differ if I have only 1 dump file? Will impdp use n processes to read 1 dump file?
I am talking about 11gr2 EE.