Oracle impdp批量导入数据 多个文件


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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM