从源数据库导出:
exp user1/pwd@server1/orcl file=c:\temp\exp.dmp tables=(table1, table2)
导入到目标数据库:
imp user2/pwd@server2/orcl file=c:\temp\exp.dmp tables=(table1, table2)
表存在也可以直接导入数据:
imp user2/pwd@server2/orcl file=c:\temp\exp.dmp tables=(table1, table2) ignore=y