【Oracle】rman 的相容策略

楊奇龍發表於2012-06-16
rman 的相容策略(!)
1 原則上你可以在8.1.x的資料庫上建立8.x 或者9.x的回覆目錄物件,在9.0.1或者更高的版本上建立10.0.1或者更高版本的恢復目錄物件
2 恢復目錄物件的版本必須高於或者等於rman 客戶端的版本
3 如果恢復目錄是虛擬私有目錄。連線恢復目錄的rmam的客戶端必須在patch level 10.1.0.6 或者10.2.0.3 ,oracle 9i rman   客戶端不能連線虛擬私有恢復目錄,即使基恢復目錄有虛擬私有目錄使用者。
4 最好的情況是rman 客戶端和目標資料庫版本是一致的(相容情況見下表)。rman 客戶端的版本不能高於目標或者輔助資料庫
5 當使用9i的恢復目錄備份10g或者更高的資料庫時,不能包含compatible=10.0.0 的控制檔案
6 Any release of Oracle database can restore backup sets and copies created by any prior release back to Oracle8i.

Target/Auxiliary DatabaseRMAN clientRecovery Catalog DatabaseRecovery Catalog Schema

8.0.6

8.0.6

>=8.1.7

>=8.0.6

8.1.7

8.0.6.1

>=8.1.7

>=8.1.7

8.1.7

8.1.7

>=8.1.7

>=RMAN client

8.1.7.4

8.1.7.4

>=8.1.7

8.1.7.4

8.1.7.4

8.1.7.4

>=8.1.7

>= 9.0.1.4

9.0.1

9.0.1

>=8.1.7

>= RMAN client

9.2.0

>=9.0.1.3 and <= target database executable

>=8.1.7

>= RMAN client

10.1.0

>=9.0.1.3 and <= target database executable

>=9.0.1

>= RMAN client

10.2.0

>=9.0.1.3 and <= target database executable

>=9.0.1

>= RMAN client

11.1.0

>=9.0.1.3 and <= target database executable

>=10.2.0.3

>= RMAN client

11.2.0

>=9.0.1.3 and <= target database executable

>=10.2.0.3

>= RMAN client


注意:
  當使用一個高版本的資料庫使用一個低版本的rman客戶端,此時你不能使用新版本rman的特性。比如當你使用9i的RMAN 版本去備份10g 資料庫時,你不能使用10g rman的新特性比如說 fast recovery area, flashback database, TSPITR (傳輸表空間)或者回復一個resetlogs 開啟的資料庫!

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

相關文章