ogg extract进程启动报错ogg -00303

来源:这里教程网 时间:2026-03-03 20:38:16 作者:

解决:搜索关键字  because enable_goldengate_replication

Operation not supported because enable_goldengate_replication is not set to true

数据库修改参数:

ALTER SYSTEM SET ENABLE_GOLDENGATE_REPLICATION = TRUE scope=both; 再次启动ogg extract进程,错误消失

相关推荐