[20130105]expdp的include和exclude参数.txt
1.使用include参数:$cat par.txtDIRECTORY=DATA_PUMP_DIRDUMPFILE=scott.dmpINCLUDE=TABLE:"IN(Select table_name from user_tables where table_name'SALES')"$expdp scott/XXXX parfile=par.txtExport:Release 11.2.0.1.0-Production on ...