Heim  >  Artikel  >  Datenbank  >  【RMAN】使用RMAN增量备份刷新StandbyDatabase

【RMAN】使用RMAN增量备份刷新StandbyDatabase

WBOY
WBOYOriginal
2016-06-07 16:06:21967Durchsuche

Step 1: Create the Incremental Backup RMAN BACKUP DEVICE TYPE DISK INCREMENTAL FROM SCN 750983 DATABASE FORMAT /tmp/incr_for_standby/bkup_%U; Step 2: Make the Incremental Backup Accessible at the Standby Database ftp or scp copy 增量备份到

Step 1: Create the Incremental Backup

RMAN> BACKUP DEVICE TYPE DISK INCREMENTAL FROM SCN 750983 DATABASE
     FORMAT '/tmp/incr_for_standby/bkup_%U';

Step 2: Make the Incremental Backup Accessible at the Standby Database

ftp or scp copy 增量备份到 standby 端

Step 3: Catalog the Incremental Backup Files at the Standby Database

RMAN> CATALOG START WITH '/standbydisk1/incrback/';

Step 4: Apply the Incremental Backup to the Standby Database

RMAN> RECOVER DATABASE NOREDO;
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn