// 12c
-- To start the MRP in non real time apply issue,
alter database recover managed standby database using archived logfile disconnect ;
-- start managed recovery with real time apply.
alter database recover managed standby database using current logfile disconnect ;
-- < END > --