解决:搜索关键字 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进程,错误消失
解决:搜索关键字 because enable_goldengate_replication
数据库修改参数:
ALTER SYSTEM SET ENABLE_GOLDENGATE_REPLICATION = TRUE scope=both;
再次启动ogg extract进程,错误消失