RMAN使用RMAN增量备份刷新 Standby Database
Posted liguangsunls
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了RMAN使用RMAN增量备份刷新 Standby Database相关的知识,希望对你有一定的参考价值。
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;
以上是关于RMAN使用RMAN增量备份刷新 Standby Database的主要内容,如果未能解决你的问题,请参考以下文章