Database Utilities (MOSC)

MOSC Banner

EXPDP not doing what I need it to do

edited Aug 14, 2013 5:16AM in Database Utilities (MOSC) 4 commentsAnswered
Windows 2008 Server Oracle 11gR2
EXPDP Not working to exclude tables :

I want to exclude 2 tables from an export using datapump. Here is my syntax :
expdp system/passwd DIRECTORY=DATA_PUMP_DIR FULL=Y DUMPFILE=exp_tab.dmp LOGFILE=exp_tab.log EXCLUDE=TABLE:\"IN ('schema.tbl1', 'schema.tbl2')\"

The export runs fine but the data in the two tables I want excluded is exported also.

Ideas ??

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