一概述。从oracle10g起新增的工具。
expdp:导出数据库库对象到文件
impdp:从文件或其他oracle数据库导入数据库对象
二基本用法:
expdp user/password@tns [full|schemas|tables|tablespaces|transport_tablespaces] directory= dumpfile= sample= include= exclude content= estimate_only=
impdp user/password@tns [full|schemas|tables|tablespaces|transport_tablespaces] directory= [dumpfile|network_link] include= exclude content=