Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Data pump - Filesize

User_T67TPMay 28 2014 — edited May 31 2014

Dear DBA Friends,

I'm using below syntax to export a schema, using file size to limit the maximum size of each dump file to 50G.

expdp dumpfile=soa._%U.dmp  filesize=50G directory=DPP schemas=soa parallel=4  logfile=soa.log

I see one of the file has exceeded 90GB and still growing, Its writing to 4 files in parallel but hasn't created a 5th file yet. Should I be surprised for that file growing > 90GB? Appreciate your thoughts

Thanks

This post has been answered by sb92075 on May 28 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 25 2014
Added on May 28 2014
13 comments
12,949 views