OGG-15163 There was a problem sending a message to REPLICAT (Timeout waiting for message)

Hi,

My replicat process was hang, and it was not running.

 

OGG-15163 There was a problem sending a message

When i stop or stats it, i got following error.

GGSCI (msdidb01.deveci.local) 22> stop R01MSD

Sending STOP request to REPLICAT R01MSD ...

2020-03-29 23:39:24 ERROR OGG-15163 There was a problem sending a message to REPLICAT (Timeout waiting for message).


GGSCI (msdidb01.deveci.local) 39> stats R01MSD

Sending STATS request to REPLICAT R01MSD ...

2020-03-30 09:43:43 ERROR OGG-15163 There was a problem sending a message to REPLICAT R01MSD (Timeout waiting for message).

GGSCI (msdidb01.deveci.local) 4> kill R01MSD

Sending KILL request to MANAGER ...
Killed process (351231) for REPLICAT R01MSD

 

This problem is related with the table in the replicat file.

Index of table was unusable.

 

REPLICAT (Timeout waiting for message)

 

 

Index was unusable, so to solve this problem you need to perform index maintenance.

You should rebuild index as follows.

alter session set ddl_lock_timeout=500;
alter index MSD.TEST_TABLE_RECEIVE_QUE_NDX rebuild parallel 32;
alter index MSD.TEST_TABLE_RECEIVE_QUE_NDX noparallel;

 

 

Then start it again.

GGSCI (msdidb01.deveci.local as GGS_ADMIN@MSDB1) 143> start R01MSD

Sending START request to MANAGER ...
REPLICAT R01MSD starting


GGSCI (msdidb01.deveci.local as GGS_ADMIN@MSDB1) 144> info R01MSD

REPLICAT   R01MSD    Last Started 2020-03-30 19:04   Status RUNNING
Checkpoint Lag       43:57:50 (updated 00:00:00 ago)
Process ID           62363
Log Read Checkpoint  File /goldengate/ggate18c/dirdat/i8000000056
                     2020-03-28 23:06:48.004848  RBA 360101922


GGSCI (msdidb01.deveci.local as GGS_ADMIN@MSDB1) 151> info R01MSD

REPLICAT   R01MSD    Last Started 2020-03-30 19:04   Status RUNNING
Checkpoint Lag       00:00:00 (updated 00:00:00 ago)
Process ID           62363
Log Read Checkpoint  File /goldengate/ggate18c/dirdat/i8000000056
                     2020-03-30 19:25:34.009110  RBA 471167456

 

Problem has been solved.

 

 

 

 

Do you want to learn Oracle Goldengate from scratch, then read the following Goldengate Tutorial articles.

Oracle Goldengate Tutorials for Beginners

About Mehmet Salih Deveci

I am Founder of SysDBASoft IT and IT Tutorial and Certified Expert about Oracle & SQL Server database, Goldengate, Exadata Machine, Oracle Database Appliance administrator with 10+years experience.I have OCA, OCP, OCE RAC Expert Certificates I have worked 100+ Banking, Insurance, Finance, Telco and etc. clients as a Consultant, Insource or Outsource.I have done 200+ Operations in this clients such as Exadata Installation & PoC & Migration & Upgrade, Oracle & SQL Server Database Upgrade, Oracle RAC Installation, SQL Server AlwaysOn Installation, Database Migration, Disaster Recovery, Backup Restore, Performance Tuning, Periodic Healthchecks.I have done 2000+ Table replication with Goldengate or SQL Server Replication tool for DWH Databases in many clients.If you need Oracle DBA, SQL Server DBA, APPS DBA,  Exadata, Goldengate, EBS Consultancy and Training you can send my email adress [email protected].-                                                                                                                                                                                                                                                 -Oracle DBA, SQL Server DBA, APPS DBA,  Exadata, Goldengate, EBS ve linux Danışmanlık ve Eğitim için  [email protected] a mail atabilirsiniz.

One comment

  1. this doesnt give you any meaning full troubleshooting steps. have same type of issue that is the reason i was searching and found this my replicate has 30 plus tables and not throwing any error in the logs files. in the start of the checkpt growing situation we saw huge delete was going on kind of extract side . now only replicate lag 12 hour but how to find out problematic table or where is problem is not part of this article.. stats, stop nothing wokring for you then u mentioned index was unusable.how?

Leave a Reply

Your email address will not be published. Required fields are marked *