oracle9i(9204)dg(data guard)_ place the standby database in manual recovery mode
To place the standby database in manual recovery mode
- Use SQL*Plus to connect to the standby instance and then start the Oracle instance at the standby database. For example, enter:
STARTUP NOMOUNT pfile=initSTANDBY.ora
- Mount the standby database:
ALTER DATABASE MOUNT STANDBY DATABASE;
- If log
transport services are not archiving logs automatically to the standby
site, then manually copy the logs to the desired location on the
standby site using an appropriate operating system utility for
transferring binary data. For example, enter:
% cp /oracle/arc_dest/*.arc /standby/arc_dest
- Issue a RECOVER statement to place the standby database in manual recovery mode.
Note:Specify the FROM 'location' option only if the archived log group is not in the location specified by the LOG_ARCHIVE_DEST_n parameter (where n is an integer from 1 to 10) or the LOG_ARCHIVE_DEST_n parameter in the standby initialization parameter file.
For example, execute one of the following statements:
RECOVER STANDBY DATABASE # uses location for logs specified in
# initialization parameter file
RECOVER FROM '/logs' STANDBY DATABASE # specifies nondefault location
As the Oracle database server generates archived redo logs, you must continually copy and apply them to the standby database to keep it current.
When Is Manual Recovery Required?
Manual recovery mode is required in a non-Data Guard environment. A non-Data Guard environment is one in which you manually:
- Transfer the archived redo logs from the primary site to the standby site
- Apply the archived redo logs to the standby database
Even if you implement a Data Guard environment, you might occasionally choose to perform. manual recovery on the standby database. For example, you might choose to manually resolve an existing archive gap by using manual recovery mode
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9240380/viewspace-628179/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【DG】Data Guard搭建(physical standby)
- Oracle DG Standby Database型別OracleDatabase型別
- Oracle DG建立Physical Standby DatabaseOracleDatabase
- Oracle DG建立Logical Standby DatabaseOracleDatabase
- Oracle 12c DG備庫啟動報錯standby database requires recoveryOracleDatabaseUI
- Oracle 12.2 How to Generate AWRs in Active Data Guard Standby DatabasesOracleDatabase
- 【DG】Data Guard主備庫Failove切換AI
- 【DG】Data Guard主備庫Switchover切換
- 在Oracle DG Standby庫上啟用flashback database功能OracleDatabase
- Convert a Physical Standby Database into a Snapshot Standby DatabaseDatabase
- 【ASK_ORACLE】Oracle Data Guard(一)DG架構Oracle架構
- 【mos 1265700.1】Oracle Patch Assurance - Data Guard Standby-First Patch ApplyOracleAPP
- Oracle 19C Data Guard基礎運維-06 PROTECTION MODEOracle運維
- 【DATAGUARD】Data Guard 12C 新特性:Far Sync Standby (Doc ID 2179719.1)
- Oracle 19C Data Guard基礎運維-01安裝物理standbyOracle運維
- 12c DG新特性 - Active Data Guard Far Sync (Doc ID 2179719.1)
- G008-ORACLE-DG ORACLE 19C Active Data Guard DML RedirectionOracle
- Performing a Failover to a Physical Standby DatabaseORMAIDatabase
- Setup Standby Database on One PC(轉)Database
- Oracle 12.2 使用Database Link優化Standby Database WorkloadOracleDatabase優化
- DG -- READ ONLY模式開啟物理Standby模式
- Oracle Data Guard Broker元件Oracle元件
- Oracle Data Guard簡介Oracle
- 單機搭建Data Guard
- standby_file_management為manual造成dataguard延遲
- 3.2.3 Opening a Database in Read-Only ModeDatabase
- [20230110]sql profile run standby database.txtSQLDatabase
- 1 關於 Oracle Data GuardOracle
- 2 Oracle Data Guard 安裝Oracle
- 1 Oracle Data Guard Broker 概念Oracle
- bd_ticket_guard_client_dataclient
- Oracle Data Guard和Broker概述Oracle
- Oracle 19C Data Guard基礎運維-07 failover後閃回恢復dg架構Oracle運維AI架構
- 使用Data Guard Broker進行Data Guard物理備用庫配置(Oracle 19c)Oracle
- ORA-01102: cannot mount database in EXCLUSIVE modeDatabase
- Oracle RAC+DG 調整redo/standby log fileOracle
- mysql database manual(mysql資料庫手冊)MySqlDatabase資料庫
- 8 Oracle Data Guard Broker 屬性Oracle
- 9 Oracle Data Guard 故障診斷Oracle