【原创】oracle 12c DataGuard Real Time 模式与非Real Time模式

时间:2019-05-11 21:32:58   收藏:0   阅读:146

// 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 > -- 

原文:https://www.cnblogs.com/fengaix6/p/10850123.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!