I was successfully able to export schema using exp command, for some reason expdp hangs, I have 3000 objects in that schema, expdp hangs after exporting 2960 objects and it hangs at table which has 250 million records.
The oracle version is 10.2.0.3.
I have tried several times, using different parameters of expdp. Also it doesn't show starter jobs more than one, for parallel=4.
Hi,
Are the size of the dmp file in the same size during the above said time? U shall try generating stats on the table using DBMS_STATS and retry exporting only that table to check the performance.
Bookmarks