12c : IMPDMP performance.
Hello,
We are export 11gR2 database and importing into 12c database. Export takes around 4.5 hours , while import takes around 27 hours. Here are some of the import stats
Completed 43228 PACKAGE_BODY objects in 10586 seconds
Completed 63047 INDEX objects in 84578 seconds
Completed 44080 TABLE_STATISTICS objects in 12928 seconds
Completed 47067 DATABASE_EXPORT/SCHEMA/TABLE/TABLE_DATA objects in 4886 sec
Couple of things to improve the performance , which I am trying is , Exclude Statistics during import and do it separately.
Increase PGA_Aggregrate_target to around 30G to improve index creation performance.
Is there any other parameters that we can change to improve performance.
Thanks,
Ram