Sunday, July 24, 2016

how to find ADG MRP process is running or not



                                       Find MRP process is running or not



 Sqlplus / as sysdba

sql >
select process,client_process,status,thread#,sequence#,block#,blocks  from v$managed_standby;

sql>Alter database recover managed stand b database disconnect from session;
--> show you the mrp process is running

root user:
ps -ef | grep mrp


No comments:

Post a Comment