I tried to view the statistics of the replicat process, which took time, and returned with an error with the message ” ERROR OGG-15163 There was a problem sending a message to REPLICAT INREP1 (Timeout waiting for message).”
GGSCI (ORA-X2) 1> stats inrep1 latest Sending STATS request to REPLICAT INREP1 ... 2021-06-10 15:40:17 ERROR OGG-15163 There was a problem sending a message to REPLICAT INREP1 (Timeout waiting for message).
I found the below MOS note Integrated replicat hangs sporadically (Doc ID 2347717.1), but that didn’t help.
The status of the replicat looks to be running, but in fact, it was hung in the background. tried to kill and started the process, it started behaving normally.
GGSCI (ORA-X2) 1> kill inrep1 GGSCI (ORA-X2) 1> start inrep1
Tip: If the kill of the replicat is not working from GGSCI, then better to kill from the Linux kill command.