匿名用户Oracle-11.2.0.1版本 是不是无法支持OGG的集成模式?只能用经典模式?
是的 集成模式需要升级到11.2.0.3或者11.2.0.4并应用相关补丁
评论
有用 0可以看这两篇文章,基本上是说DB版本11.2.0.3才开始支持,11.2.0.4支持比较好;
OGG版本是从11.2.1 开始有集成模式这个特性;
OGG版本从11.2.1开始支持
Does OGG 11.2.1 Integrated Capture Work with Oracle Database Standard Edition? (Doc ID 1431938.1)
APPLIES TO:
Oracle GoldenGate - Version 11.2.1.0.0 and later
Information in this document applies to any platform.
GOAL
Oracle Goldengate Release 11.2.1.0 has introduced a feature, Integrated Capture Mode, in which Extract can be integrated with an Oracle database log mining server to receive change data from the server in the form of logical change records (LCR) from a local or downstream mining database.
Does the Integrated Capture Mode work with Oracle Database Standard Edition?
SOLUTION
OGG Integrated Capture works with Oracle Database Standard Edition with the INTEGRATEDPARAMS parameter PARALLELISM must be set to either 0 or 1. (the default is 2).
However, Integrated Capture Mode supports functionalities such as Compression, ASO, XA distributed transactions, etc. and these features are not available in Oracle Database Standard Edition but Oracle Goldengate Release 11.2.1.0 Extract can still be configured to capture directly from the redo logs for any supported Oracle Database version.
This traditional approach is now called Classic Capture Mode. For Oracle Database Standard Edition, classic capture mode is recommended.
===
数据库版本从如下两个文档侧面了解下
OGG-02064 Oracle Compatibility Version 11.2.0 Has Limited Datatype Support For Integrated Capture. (Doc ID 1908299.1)

GoldenGate 集成捕获和集成副本健康检查脚本(文档 ID 1448324.1)


评论
有用 0
墨值悬赏

