// 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 > --
【原创】oracle 12c DataGuard Real Time 模式与非Real Time模式
原文:https://www.cnblogs.com/fengaix6/p/10850123.html