导出:
expdp b2-8/xxxxxx@ora12cr2 schemas=b2-8 DIRECTORY=dmp_dir DUMPFILE=b2-8.dmp logfile=temp.log tables="table1,table2" query="where condition"
导入
impdp 2-8/xxxxxx@ora12cr2 DIRECTORY=dmp_dir DUMPFILE=b2-8.dmp full=yes tablespaces=b2-8 schemas=b2-8 table_exists_action=replace
原文:https://www.cnblogs.com/wolbo/p/12553600.html