【翻譯自mos文章】OGG的集成捕捉模式支持Oracledatabase標准版麼?
OGG的集成捕捉模式支持Oracle database標准版麼?
來源於:
Does OGG 11.2.1 Integrated Capture Work with Oracle Database Standard Edition? (文檔 ID 1431938.1)
適用於:
Oracle GoldenGate - Version 11.2.1.0.0 and later
Information in this document applies to any platform.
目標:
Oracle GoldenGate 11.2.1.0引入了一個新特性:集成捕捉模式(Integrated Capture Mode)。
該模式可以與Oracle database的 log mining server集成在一起,從本地或者 downstream mining database 中,以邏輯改變記錄(logical change records,即:LCR)的方式接收變化數據
OGG的集成捕捉模式支持Oracle database標准版麼?
解決方案:
OGG集成捕捉模式可以與Oracle database標准版一起工作,前提是:INTEGRATEDPARAMS parameter PARALLELISM 必須設置為0或者1(默認值是2)
但是,集成捕捉模式支持諸如壓縮,高級安全選項,XA分布式事務等等特性,這些特性在Oracle database標准版裡邊是不適用的。
但是,對於任何支持的Oracle database 版本,OGG 11.2.1.0抽取進程可以被配置直接從redo log 中捕捉。
傳統的方式被稱之為經典捕捉模式
對於Oracle 數據庫標准版,經典捕捉模式是被推薦的。