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