oracle 使用imp和exp导出导入

exp 用户名/密码@ip:port/实例名 file= D:\news.dmp tables=(表名) --导出一张表
imp 用户/密码@ip:port/orcl file= D:\news.dmp full=y ignore=y; 导入

--导出实例 需要知道oracle 安装在哪里 导出的文件会存在dpdump
expdp 用户名/密码@ip:port/实例名 dumpfile=xxx.EXPDB schemas=(xxx,xxx)

impdp 用户名/密码@ip:port/实例名 dumpfile=xxx.EXPDB schemas=(xxx,xxx)

posted @ 2022-09-01 10:52  小秦的开发梦  阅读(50)  评论(0)    收藏  举报