Starting MRP0 process in 12.1.0.2.0
Until 11g I've been starting managed recovery process with this command below. But 12.1.0.2.0 I'm getting that as warning in alert.log. How to start managed recovery in 12c?
Warning: ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE has been deprecated.
Warning: ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE has been deprecated.
alter database recover managed standby database disconnect from session using current logfile
Attempt to start background Managed Standby Recovery process (bobprod1)
Thanks