Oracle 11g Data Guard Enabling Active Data Guard
Oracle 11g Data Guard Enabling Active Data Guard
開啟ADG需要standby database instance redo-only mode and starting redo logfiles
The general process of enabling Active Data Guard is as simple as opening the
standby database in read-only mode and starting Redo Apply.
This section describes how to enable Active Data Guard on a standby database.
1. If the standby instance and redo apply have been cleanly shut down
a. Using SQL*PlusMaximum Availability Architecture
Oracle Active Data Guard: Oracle Data Guard 11g Page 9
i. Start the standby instance in read-only mode.
SQL> startup
ii. Once the database is open, start Redo Apply:
SQL> recover managed standby database disconnect
using current logfile;
b. If you are using the Data Guard broker to manage your Data
Guard configuration
i. Start the standby instance in read-only mode. Connect
to the standby instance using DGMGRL and issue the
following command:
DGMGRL> startup
ii. The default state for the standby database is APPLY ON
and Redo Apply starts automatically. If the default has
been changed, then start Redo Apply by issuing the
following command:
DGMGRL> EDIT DATABASE ‘RTQ' SET STATE=‘APPLY-ON’
2. If the standby database is mounted and redo apply is running using the following steps
a. Using SQL*Plus
i. Stop redo apply
SQL> recover managed standby database cancel;
ii. Open the database read only
SQL> alter database open read only;
iii. Once the database is open, start redo apply:
SQL> recover managed standby database disconnect
using current logfile;
b. If you are using the Data Guard broker to manage your Data
Guard configuration
i. Stop redo apply using DGMGRL
DGMGRL> EDIT DATABASE ‘RTQ' SET STATE=‘APPLY-OFF’
ii. In SQL*Plus open the database read only
SQL> alter database open read only;
iii. Restart redo apply by issuing the following command:
DGMGRL> EDIT DATABASE ‘RTQ' SET STATE=‘APPLY-ON’
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26442936/viewspace-768476/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle 11g Data Guard 使用duplicate from active databaseOracleDatabase
- Active Data Guard初探(一)
- 【DataGuard】11g 新特性:Active Data Guard
- 實戰11g active data guard on rac
- Oracle 11g Data GuardOracle
- Oracle 11g Data Guard (physical standby - active dataguard) [final]Oracle
- Oracle Active Data Guard調整案例[2]Oracle
- 搭建Active Data Guard環境
- oracle data guard!!Oracle
- 介紹ORACLE DATA GUARD——DATA GUARD概念和管理Oracle
- 搭建11g data guard(duplicate from active database方式)Database
- oracle 11g data guard維護Oracle
- Oracle 11g Data Guard 使用 duplicate from active database 建立 standby databaseOracleDatabase
- Oracle 11g Data Guard 使用duplicate from active database 建立 standby databaseOracleDatabase
- oracle active data guard real-time apply特性OracleAPP
- Oracle Data Guard配置Oracle
- ORACLE 11G Data Guard 角色轉換Oracle
- Oracle 12.2 How to Generate AWRs in Active Data Guard Standby DatabasesOracleDatabase
- Oracle 12c 新特性 Active Data Guard Far SyncOracle
- DATA GUARD部署模式——DATA GUARD概念和管理模式
- Oracle Data Guard Broker元件Oracle元件
- Oracle Data Guard簡介Oracle
- Oracle Data Guard 介紹Oracle
- ORACLE Data Guard--IOracle
- [Data Guard]Oracle10g Data Guard學習筆記(一)Oracle筆記
- [Data Guard]Oracle10g Data Guard學習筆記(二)Oracle筆記
- [Data Guard]Oracle10g Data Guard學習筆記(三)Oracle筆記
- 11g data guard 新特性
- Script to Collect Data Guard Physical and Active Standby Diagnostic InformationORM
- Oracle 11g RAC Data Guard 物理standby 建立Oracle
- 搭建Oracle Data Guard 11g(物理備用)Oracle
- Oracle 12c新特性 - Active Data Guard功能增強Oracle
- Data guard搭建
- 1 關於 Oracle Data GuardOracle
- 2 Oracle Data Guard 安裝Oracle
- 1 Oracle Data Guard Broker 概念Oracle
- Oracle Data Guard和Broker概述Oracle
- Oracle11g Data GuardOracle