Database Utilities (MOSC)

MOSC Banner

Datapump expdp

edited Oct 8, 2009 3:09AM in Database Utilities (MOSC) 2 commentsAnswered ✓
 Hi,

I just wondering what would be the different on below 2 datapump expdp which perform tables export:

1)

directory=DPUMP_DIR1
dumpfile=sa_tables_%U.dmp
filesize=10g
parallel=4
schemas=SA
logfile=sa_tables.log
INCLUDE=TABLE:"IN('INVENTORY','LOCATION_INVENTORY','USER_COUNTRY_CONTACT','SELLTHRU_HDR')"
job_name=SA_EXP

2)

directory=DPUMP_DIR1
dumpfile=sa_tables_%U.dmp
filesize=10g
parallel=4
logfile=sa_tables.log
TABLES=SA.INVENTORY,SA.LOCATION_INVENTORY,SA.USER_COUNTRY_CONTACT,SA.SELLTHRU_HDR
job_name=SA_EXP

Thanks

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