Chinaunix首页 | 论坛 | 博客
  • 博客访问: 642045
  • 博文数量: 244
  • 博客积分: 9445
  • 博客等级: 中将
  • 技术积分: 2572
  • 用 户 组: 普通用户
  • 注册时间: 2006-04-11 16:39
个人简介

简单点,再简单点

文章分类

全部博文(244)

文章存档

2020年(2)

2019年(1)

2018年(2)

2014年(2)

2013年(4)

2012年(13)

2011年(24)

2010年(12)

2009年(34)

2008年(61)

2007年(51)

2006年(38)

我的朋友

分类: Oracle

2008-12-08 15:15:05

非归档模式下的增量备份和恢复
0级备份
run {
 allocate channel d1 type disk;
 allocate channel d2 type disk;
 allocate channel d3 type disk;
 allocate channel d4 type disk;
 allocate channel d5 type disk;
 backup incremental level=1 database format 'd:\incr1_%d_%s_%p_%T.bak';
 }
备份完成后模拟提交一个事物
insert into test1 values (3);
commit;
1级备份
run {
 allocate channel d1 type disk;
 allocate channel d2 type disk;
 allocate channel d3 type disk;
 allocate channel d4 type disk;
 allocate channel d5 type disk;
 backup incremental level=1 database format 'd:\incr1_%d_%s_%p_%T.bak';
 }
阅读(1060) | 评论(0) | 转发(0) |
0

上一篇:rman备份(2)

下一篇:人和自然

给主人留下些什么吧!~~