Datapump export - slow
Database: 10.2.0.4 Enterprise Edition
OS: Red Hat Enterprise Linux Server release 5.10
DB / Schema size 3.5 TB.
I need to export this data from 10gR2 and import it into 11gR2 database. It is taking log time. I was running the expdp using the following par file and got the error, "ORA-39095: Dump file space has been exhausted". Although, I have 2 TB space available. I found out that I already had 99 .dmp files.
I have the following questions:
1. How would I run this export faster without adding more parallel degree?
2. Our database load data several times and day, is there a way to run export that would be point in time? I got the following error because by the time export tried to get data for the partition, P_20130920, this old partition was drop via data load and new partition was created.