impdp test/password@127.0.0.1/orcl directory=database dumpfile=test_20200327%U.DMP schemas=test  logfile=imp.log

%U==占位符,对应多个文件的后缀01,02.。。。。

 

快捷导出导入

exp test/pwd@192.168.0.1/orcl file=E:\copy\test.DMP tables=(test) query=\"where rownum<1000\"

imp test/pwd@192.168.0.1/orcl file=E:\copy\test.DMP tables=(test) 

 

导入导出,参考一下

https://www.cnblogs.com/YQYC/p/11798797.html

相关文章:

  • 2021-12-23
  • 2022-12-23
  • 2021-05-17
  • 2021-08-02
  • 2022-01-28
  • 2021-04-21
  • 2022-02-27
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-07
  • 2022-02-23
  • 2021-10-22
  • 2021-12-22
  • 2021-11-21
相关资源
相似解决方案