1. 程式人生 > >【翻譯自mos文章】rman 標準版和企業版的兼容性

【翻譯自mos文章】rman 標準版和企業版的兼容性

ont 數據庫 rac targe cati als track class dup

rman 標準版和企業版的兼容性

來源於:
RMAN Standard and Enterprise Edition Compatibility (文檔 ID 730193.1)

適用於:
Oracle Server - Enterprise Edition - Version 10.2.0.4 and later
Information in this document applies to any platform.

目標:
當target database 是企業版時, recovery catalog 和rman 可運行程序 能使用標準版的 麽?

解決方式:
關於rman catalog, 不管rman catalog 在企業版上還是在標準版上,這都是沒有問題的。
rman catalog僅僅是保存 數據庫的backup metadata的 a schema of objects。

recovery catalog 能夠用在標準版上。
假設target database是企業版。那麽你能夠使用全部企業版rman的features,即使你的catalog 是標準版

你也能夠使用使用企業版的全部功能來備份target database。
無關你使用的rman 是來自於企業版還是來自於標準版,Oracle關心的是rman連接到哪個editiion的database中,在這個案例中是企業版。

額外信息:(例如以下不做翻譯)

RMAN running under Standard Edition does NOT allow for (When Target Database is Standard Edition):
 1. Multiple channel allocations, i.e., parallelize the backups, no duplexed backup sets
 2. Blockrecovery
 3. Incremental backups (until 10g)
 4. Features that don't apply to the standard edition will also not apply in RMAN. Such as
 Point-in-time tablespace recovery

【翻譯自mos文章】rman 標準版和企業版的兼容性