oracle 備份:全量、增量、0級、1級、差分、增量

來源:互聯網
上載者:User

標籤:

2015-11-18

全量備份=0級增量備份

第1次1級差分增量備份=第1次1級累積增量備份

第2次1級差分增量備份<第2次1級累積增量備份

 

全量備份、增量備份、0級增量備份、1級增量備份、差分增量備份、累積增量備份RMAN> backup database format ‘/u01/app/oracle/backup/full_%u.bak‘;RMAN> backup incremental level 0 database format ‘/u01/app/oracle/backup/lv0_%u.bak‘;create table rman_test tablespace users as select * from dba_objects;insert into rman_test select * from rman_test;RMAN> backup incremental level 1 database format ‘/u01/app/oracle/backup/lv1_diff1_%u.bak‘;RMAN> backup incremental level 1 cumulative database format ‘/u01/app/oracle/backup/lv1_cumu1_%u.bak‘;insert into rman_test select * from rman_test;RMAN> backup incremental level 1 database format ‘/u01/app/oracle/backup/lv1_diff2_%u.bak‘;RMAN> backup incremental level 1 cumulative database format ‘/u01/app/oracle/backup/lv1_cumu2_%u.bak‘;

 

[[email protected] backup]# ls -hltotal 2.4G-rw-r----- 1 oracle oinstall 1.2G Nov 18 18:04 full_20qmjcki.bak-rw-r----- 1 oracle oinstall 1.2G Nov 18 18:05 lv0_22qmjcm0.bak-rw-r----- 1 oracle oinstall  18M Nov 18 18:08 lv1_cumu1_26qmjcrh.bak-rw-r----- 1 oracle oinstall  35M Nov 18 18:10 lv1_cumu2_2aqmjd09.bak-rw-r----- 1 oracle oinstall  18M Nov 18 18:07 lv1_diff1_24qmjcpd.bak-rw-r----- 1 oracle oinstall  18M Nov 18 18:09 lv1_diff2_28qmjcug.bak

 

oracle 備份:全量、增量、0級、1級、差分、增量

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.