Database Utilities (MOSC)

MOSC Banner

Use datapump with compression and output to multiple files

edited May 22, 2013 6:45AM in Database Utilities (MOSC) 5 commentsAnswered ✓
I am using datapump to export data from a schema in my database and the requirement is to use compression and output to multiple files (3-4) files where each file will be around 2GB in size. How can i accomplish that?

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?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center