ORA-26947: Oracle GoldenGate replication is not enabled.

简介: ORA-26947: Oracle GoldenGate replication is not enabled.

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


目录
打赏
0
0
0
0
32
分享
相关文章
|
10月前
|
关系型数据库Oracle GoldenGate
【7月更文挑战第11天】
95 1
Oracle 19C 静默安装 GoldenGate
十年以上 MySQL Oracle DBA从业者,MySQL 5.7 OCP, 个人公众号:jinjusk
274 0
【ogg二】Oracle GoldenGate(ogg)安装经验大汇总,采坑总结,绝对干货!
【ogg二】Oracle GoldenGate(ogg)安装经验大汇总,采坑总结,绝对干货!
274 0
AI助理

你好,我是AI助理

可以解答问题、推荐解决方案等