Chinaunix首页 | 论坛 | 博客
  • 博客访问: 214300
  • 博文数量: 123
  • 博客积分: 3066
  • 博客等级: 中校
  • 技术积分: 1920
  • 用 户 组: 普通用户
  • 注册时间: 2007-08-23 21:22
文章分类

全部博文(123)

文章存档

2012年(1)

2010年(1)

2009年(48)

2008年(73)

我的朋友

分类: 数据库开发技术

2008-11-26 15:08:54

 
You are maintaining a 100 GB database, which is continuously growing. Based on existing hardware, you determine that open backups of the entire database take 4 hours. The database is online 24 hours a day, 7 days a week and the backups are consuming too much of the system resources during this period of time. Level 0 backups cannot be performed more than once a week, but fast recovery in case of failure is required. You therefore decide on the following backup and recovery strategy:
A level 0 backup will be performed each week on the day with the least activity. You determine this day to be Sunday.
RMAN> BACKUP INCREMENTAL level 0 database;
Incremental level 2 backups will be performed every day, except Wednesday. In this way, backups will be fast because only changed blocks from the previous day will be copied:
RMAN> BACKUP INCREMENTAL level 2 database;
阅读(405) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~