从源数据库导出:

exp user1/pwd@server1 file=c:\temp\exp.dmp tables=(table1, table2)
导入到目标数据库:

imp user2/pwd@server2 file=c:\temp\exp.dmp tables=(table1, table2)

 

备注:导入到目标数据库时,先drop 目标数据库目标表

相关文章:

  • 2021-11-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-24
  • 2021-10-22
  • 2021-11-29
猜你喜欢
  • 2022-12-23
  • 2021-10-13
  • 2021-11-08
  • 2021-09-13
  • 2021-12-08
  • 2021-11-30
相关资源
相似解决方案