使用rman建立standby資料庫

std1984發表於2009-09-22

環境: 不同的主機,相同的目錄

步驟: 1.在主機上建立standby控制檔案,在rman執行copy current controlfile for standby to 'd:\control01.ctl'

2.在備機上註冊standby controlfile, rman>CATALOG CONTROLFILECOPY ''d:\control01.ctl';

3.主機上備份資料庫,並將其複製到備用機上。

4.在主機上rman執行>

connect target sys/

connect auxiliary

duplicate target database for standby nofilenamecheck dorecover;

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/16582684/viewspace-615327/,如需轉載,請註明出處,否則將追究法律責任。

相關文章