Oracle GoldenGate Error Messages

OGG-25518

The minimum replication slot must be 1 if there is one Extract capture session, otherwise depending upon the number of Extract capture sessions, the slot must be increased.


Cause

The max_replication_slots is not set to a minimum value in server configuration (postgresql.conf) file.


Action

The max_replication_slots value must be set depending upon the number of Extract capture session. If there are 2 Extract capture sessions then max_replication_slots must be set to 2 or more.