Oracle GoldenGate Error Messages

OGG-02091

Operation not supported because enable_goldengate_replication is not set to true


Cause

The enable_goldengate_replication system parameter is not set to true in the database. This parameter is required to support the attempted operation.


Action

Set the enable_goldengate_replication system parameter to true by executing the following command: alter system set enable_goldengate_replication=true;