读书人

[每天一题] 11gOCP 1z0-052 :2013-08

发布时间: 2013-10-08 16:32:36 作者: rapoo

[每日一题] 11gOCP 1z0-052 :2013-08-30 差异的增量备份.....................................................A1

转载请注明出处:http://blog.csdn.net/guoyjoe/article/details/10669381


[每天一题]  11gOCP 1z0-052 :2013-08-30    差异的增量备份.A1


正确答案:AD

   执行增量备份操作时,首先需要的是增量基本备份(incremental base backup),今后所有的增量备份都是基于这个基本备份的。每次执行数据库的备份操作时,都可以通过backup命令incremental参数来 为备份派一个增量级别标识符。基本备份的增量级别为0,并且必须有基本备份才能够执行其它类型的增量备份操作。如果没有生成基本备份就尝试执行增量备份操作(这个增量备份操作使用0以外的备份级别),RMAN就自动执行基本备份操作。下面是一个执行基本增量备份操作的命令:

  


  脚本如下:

 

crontab -e     0 2 * * 0  /home/oracle/increment0.sql > /tmp/increment0.log 2>&1     0 2 * * 1  /home/oracle/increment1.sql > /tmp/increment1.log 2>&1     0 2 * * 2  /home/oracle/increment1.sql > /tmp/increment2.log 2>&1     0 2 * * 3  /home/oracle/increment1.sql > /tmp/increment3.log 2>&1     0 2 * * 4  /home/oracle/increment1.sql > /tmp/increment4.log 2>&1     0 2 * * 5  /home/oracle/increment1.sql > /tmp/increment5.log 2>&1     0 2 * * 6  /home/oracle/increment1.sql > /tmp/increment6.log 2>&1


QQ:252803295

学习交流QQ群:
DSI&Core Search Ⅰ 群:127149411(技术:已满)
DSI&Core Search Ⅱ 群:177089463(技术:未满)
DSI&Core Search Ⅲ 群:284596437(技术:未满)
DSI&Core Search Ⅳ 群:192136702(技术:未满)
DSI&Core Search Ⅴ 群:285030382(闲聊:未满)



MAIL:oracledba_cn@hotmail.com

BLOG: http://blog.csdn.net/guoyjoe

WEIBO:http://weibo.com/guoyJoe0218

ITPUB: http://www.itpub.net/space-uid-28460966.html

OCM: http://education.oracle.com/education/otn/YGuo.HTM

读书人网 >其他数据库

热点推荐