Skip to main content

RSM0 Process is killed Continuously


<<Back to Oracle DataGuard Main Page

RMS0 Process is being killed on Standby Database continuously


Primary drc log
Data Guard Broker Status Summary:
  Type                        Name                             Severity  Status
  Configuration               DG_ORCLDBQ                        Warning  ORA-16607
  Primary Database            ORCLDBQP                            Error  ORA-16825
  Physical Standby Database   ORCLDBQS                          Warning  ORA-16824

 
Standby drc log
Process RSM0, PID = -796688808, will be killed
11/08/2019 01:46:51
Creating process RSM0
11/08/2019 01:47:40
Process RSM0 re-created with PID = -796688832
11/08/2019 06:40:57
Process RSM0, PID = -796688808, will be killed
11/08/2019 06:42:27
Creating process RSM0
11/08/2019 06:42:35
Process RSM0 re-created with PID = -796688832
11/08/2019 06:47:37
Process RSM0, PID = -796688808, will be killed
11/08/2019 06:48:56
Creating process RSM0
11/08/2019 07:00:23


Solution: Increase the OperationTimeout property value

DGMGRL> show configuration OperationTimeout;
  OperationTimeout = '30'

 
DGMGRL> EDIT CONFIGURATION SET PROPERTY OperationTimeout=120;
Property "operationtimeout" updated

DGMGRL>  show configuration OperationTimeout;
  OperationTimeout = '120'

Comments