Oracle Active Data Guard调整案例[2](2)


 
 6) Copy the hot backup of the new datafiles and the new standby controlfile to the standby.
 Please make sure the controlfiles are located in the right location with right names
 according to the init parameter control_files. Please make sure the copied datafiles are
 located in the right location as well according to name from v$datafile.

7) startup the standby database in mount mode and set standby_file_management=auto.


SQL>startup mount;
 SQL>alter system set standby_file_management=auto sid='*';


 8) Start the managed recovery.


SQL>alter database recover managed standby database disconnect;

......
 
--end--

基于同一主机配置 Oracle 11g Data Guard

探索Oracle之11g DataGuard

Oracle Data Guard (RAC+DG) 归档删除策略及脚本

Oracle Data Guard 的角色转换

Oracle Data Guard的日志FAL gap问题

Oracle 11g Data Guard Error 16143 Heartbeat failed to connect to standby 处理方法

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/e8e301c02cbc688947c44669928724fa.html