Oracle之导入导出

模式介绍:

1.数据库模式:导入和导出整个数据库中的所有对象。

2.表空间模式:导入和导出一个或者多个指定的表空间中的所有对象。

3.用户模式:导入和导出一个用户模式中的所有对象。

4.表模式:导入和导出一个或者多个表或表分区。

注意:4中模式不能兼容,只能使用其中一种模式。

eg:exp system/123@orcl owner=scott tables=student file=c:\1.dmp log=c:\2.log

owner=scott tables=student 发生冲突


cmd -   help exp=y

导出表:

exp scott/123456@orcl tables=(emp,dept) file=c:\1.dmp log = c:\2.log(导出信息的日志文件)

导出scott用户的所有:

exp scott/123456@orcl owner=scott file=c:\1.dmp log = c:\2.log(导出信息的日志文件)


导入表:

imp scott/123@orcl tables=(student,emp) file=c:\1.dmp

imp scott/123@orcl  file=c:\1.dmp

imp scott/123@orcl  tables = student file=c:\1.dmp


导入别人的表:

exp scott/scott@orcl tables=(emp,dept) file=c:\1.dmp log = c:\2.log

imp scott/scott@orclfile=c:\1.dmp frouser=scott touser= user1;不可以

imp user1/user1@orcl file=c:\1.dmp frouser=scott touser= user1; 可以

imp system/system@orcl file=c:\1.dmp frouser=scott touser= user1; 可以


利用交互提示符:

cmd 

set orcl_sid=orcl

exp

回车

继续即可。



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值