Use datapump with compression and output to multiple files
I tried specifying the PARALLEL parameter for expdp utility but still got everything in one file
would
expdp system directory=DATA_DUMP_DIR dumpfile=myschema%u.dmp logfile=myschema.log flashback=xxx schemas='MYSCHEMA' parallel=4 compression=all
do the job?