Event_log:
Info Capture exited with code=1, pid = 16090 (capturing from server1)
Error: Capture stopped: Minimal supplemental logging is not enabled. (capturing from server1)
Oracle Minimal supplemental logging on source db was turned off
1. Ora_cleansp on source and target(s)
2. Enabled Oracle minimal supplemental logging and switch logfile
SQL>ALTER DATABASE ADD SUPPLEMENTAL LOG DATA;
SQL> ALTER SYSTEM SWITCH LOGFILE;
3. Activated config
4. Resync as needed