数据导入导出EXP/IMP

 

1 将数据库TEST完全导出,用户名system 密码manager 导出到D:\daochu.dmp

   exp system/manager@TEST file=d:\daochu.dmp full=y

 2 将数据库中system用户与sys用户的表导出

   exp system/manager@TEST file=d:\daochu.dmp owner=(system,sys)

 3 将数据库中的表table1 table2导出

   exp system/manager@TEST file=d:\daochu.dmp tables=(table1,table2)

 4 将数据库中的表table1中的字段filed1"00"打头的数据导出

   exp system/manager@TEST file=d:\daochu.dmp tables=(table1) query=\" where filed1 like  '00%'\"

 

数据的导入

 

 11 d:\daochu.dmp中的表table1 导入

 imp system/manager@TEST  file=d:\daochu.dmp  tables=(table1)

 

数据导出:

exp hkb/hkb@boss_14 full=y file=c:\orabackup\hkbfull.dmp log=c:\orabackup\hkbfull.log;

导出注意事项:导出的是当前用户的的数据,当前用户如果有DBA的权限,则导出所有数据!

同名用户之间的数据导入:

imp hkb/hkb@xe  file=c:\orabackup\hkbfull.dmp log=c:\orabackup\hkbimp.log full=y

不同名之间的数据导入:

imp system/test@xe fromuser=hkb touser=hkb_new file=c:\orabackup\hkbfull.dmp log=c:\orabackup\hkbimp.log;

---导入导出

EXP SCOTT/TIGER@ORG11G_1 FILE=D:\DAOCHU.DMP

IMP perfstat/perfstat@ORG11G_1 FROMUSER=SCOTT TOUSER=PERFSTAT FILE=D:\DAOCHU.DMP rows=n

带参数:rows=y   —— 带数据导出导入;rows=n    —— 不带数据的导出导入,只移植结构。

triggers=y tables statistics indexes grant constraints等等--导出时才使用的上

因为有的表已经存在,然后它就报错,对该表就不进行导入。在后面加上 ignore=y 就可以了

导出时加上compress=y就可以对表进行压缩。
 ---- 只导出表中某一个分区的数据
EXP scott/tiger@ORG11G_1 FILE=D:\DAOCHU_P.DMP TABLES=DEPT:PART_1

IMP perfstat/perfstat@ORG11G_1 FROMUSER=SCOTT TOUSER=PERFSTAT FILE=D:\DAOCHU_P.DMP IGNORE=Y

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/30018455/viewspace-2123844/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/30018455/viewspace-2123844/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值