How to exclude table data during EXPDP
- we have schema SCOTT with 5 tables (emp,dept,sal,acct,loc)
- we wanted to export the entire schema using EXPDP, during export I wanted to exclude LOC table data during the export. I want the LOC table definition to be exported but NOT the data.
Give me the correct EXPDP command line with parameters to accomplish the above.
expdp scott/tiger dumpfile=scott.dmp directory=backup1 exclude = ???