Hi,
in 10g , when exporting by :
expdp scott/tiger@mydb directory=dpump_dir1 dumpfile=scott.dmp INCLUDE=TABLE:"IN ('EMP')" content=DATA_ONLY FILESIZE=1000M
I receive :
ORA-39071: Value for INCLUDE is badly formed
Any help ?
I coppied /past the INCLUDE part of code from :
http://download.oracle.com/docs/cd/B19306_01/server.102/b14215.pdf
Thank you.