Solution:
For Oracle DB versions 11.2.0.4 and 12.1.0.2 there will be a new init.ora parameter called ENABLE_GOLDENGATE_REPLICATION. In order for some of the Oracle GoldenGate functionality to work, this parameter must be set to true.
SQL> ALTER SYSTEM SET ENABLE_GOLDENGATE_REPLICATION = TRUE SCOPE=BOTH;
System altered.
No need to Bounce the database instance
本文介绍在Oracle DB版本11.2.0.4和12.1.0.2中,如何设置新的init.ora参数ENABLE_GOLDENGATE_REPLICATION为true,以启用Oracle GoldenGate复制功能。无需重启数据库实例。
3965

被折叠的 条评论
为什么被折叠?



