oracle数据导入导出

 
 

该命令在“开始菜单>>运行>>CMD”中执行

一、数据导出(exp.exe)

1、将数据库orcl完全导出,用户名system,密码accp,导出到d:\daochu.dmp文件中

exp system/accp@orcl file=d:\daochu.dmp full=y

 

2、将数据库orcl中scott用户的对象导出

exp scott/accp@orcl file=d:\daochu.dmp owner=(scott)

 

3、将数据库orcl中的scott用户的表emp、dept导出

exp scott/accp@orcl file= d:\daochu.dmp tables=(emp,dept)

 

4、将数据库orcl中的表空间testSpace导出

exp system/accp@orcl file=d:\daochu.dmp tablespaces=(testSpace)

 

二、数据导入(imp.exe)

1、将d:\daochu.dmp 中的数据导入 orcl数据库中。

imp system/accp@orcl file=d:\daochu.dmp full=y

 

2、如果导入时,数据表已经存在,将报错,对该表不会进行导入;加上ignore=y即可,表示忽略现有表,在现有表上追加记录。

imp scott/accp@orcl file=d:\daochu.dmp full=y ignore=y

 

3、将d:\daochu.dmp中的表emp导入

imp scott/accp@orcl file=d:\daochu.dmp tables=(emp)

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值