作者:david_zhang@sh 【轉載時請以超鏈接形式標明文章】
鏈接:http://www.cnblogs.com/david-zhang-index/archive/2012/03/01/2376059.html
expdp參數content說明
該選項用於指定要導出的內容.默認值為ALL
CONTENT={ALL | DATA_ONLY | METADATA_ONLY}
當設置content為all 時,將導出對象定義及其所有數據.為data_only時,只導出對象數據,為metadata_only時,只導出對象定義
舉例:
expdp scott/tiger directory=dump dumpfile=a.dump content=metadata_only