Monday, August 18, 2014

Find MRP process is running or not



At DB level

select process,client_process,status,thread#,sequence#,block#,blocks  from v$managed_standby;
Alter database recover managed stand b database disconnect from session;------will show you that the MRP process is already running



A t OS level

ps -ef | grep mrp





No comments:

Post a Comment