Performing a Failover to a Physical Standby Database
一: Performing a Failover to a Physical Standby Database
章節:8.2.2, This section describes how to perform a failover to a physical standby database.
二: activate_standby_db_clause
activate_standby_db_clause
Use the
ACTIVATE
STANDBY
DATABASE
clause to convert a standby database into a primary database.
Caution:
Before using this command, refer to for important usage information.
PHYSICAL Specify
PHYSICAL
to activate a physical standby database. This is the default.
LOGICAL Specify
LOGICAL
to activate a logical standby database. If you have more than one logical standby database, then you should first ensure that the same log data is available on all the standby systems.
FINISH APPLY This clause applies only to logical standby databases. Use it to initiate terminal apply, which is the application of any remaining redo to bring the logical standby database to the same state as the primary database. When terminal apply is complete, the database completes the switchover from logical standby to primary database.
If you require immediate restoration of the database in spite of data loss, then omit this clause. The database will execute the switchover from logical standby to primary database immediately without terminal apply.
三:Oracle 10g/11g關於activate standby database
http://blog.itpub.net/267265/viewspace-2134546/
四、failover後能夠恢復DG
https://blog.csdn.net/shiyu1157758655/article/details/55261193
為了能夠在failover後能夠恢復DG,需要在主庫上開啟flashback
關於開啟flashback 可以參考:
http://blog.csdn.net/shiyu1157758655/article/details/55095760
如果不開啟flashback的話,DG就要重新搭建
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31397003/viewspace-2676997/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Performing a Switchover to a Physical Standby Database and failoverORMDatabaseAI
- DataGuard:Physical Standby FailoverAI
- oracle Physical Standby failover stepOracleAI
- Convert a Physical Standby Database into a Snapshot Standby DatabaseDatabase
- Physical Standby Database 切換到 Snapshot Standby DatabaseDatabase
- Oracle DG建立Physical Standby DatabaseOracleDatabase
- Creating a Physical Standby DatabaseDatabase
- Oracle10G Physical Standby Database setupOracleDatabase
- ORACLE10g DataGuard 配置Physical Standby DatabaseOracleDatabase
- oracle 10g physical standby database creationOracle 10gDatabase
- Recover physical standby database after loss of archive log(2)DatabaseHive
- 同事總結的 : 用RMAN建立Physical Standby DatabaseDatabase
- oracle 9i physical standby database狀態查詢OracleDatabase
- Using RMAN Incremental Backups to Roll Forward a Physical Standby DatabaseREMForwardDatabase
- Physical Standby上開啟flashback database實驗日誌Database
- Brief description of Oracle physical standby database configuration and managementOracleDatabase
- Brief description of Oracle physical standby database configuration and managemeOracleDatabase
- Recover physical standby database after loss of archive log – roll forward(轉)DatabaseHiveForward
- Oracle physical standbyOracle
- Creating a Physical Standby using RMAN DUPLICATE FROM ACTIVE DATABASEDatabase
- ORACLE10G DG配置下Physical Standby Database的管理OracleDatabase
- oracle 9i physical standby database 中v$database switchover_status的含義OracleDatabase
- oracle 9i physical standby database 上的v$archived_logOracleDatabaseHive
- Step By Step Guide To Create Physical Standby Database Using RMAN [ID 469493.1]GUIIDEDatabase
- DataGuard:Physical Standby Switchover
- Physical Database LimitsDatabaseMIT
- 【DataGuarad】ORA-1153 trying to turn on Flashback for Physical Standby DatabaseDatabase
- Oracle11g的Dataguard測試,建立物理備庫(Physical Standby Database)OracleDatabase
- Oracle Physical Database LimitsOracleDatabaseMIT
- standby databaseDatabase
- 10g Data Guard physical standby的主備庫角色轉換測試(switchover & failover)AI
- 配置oracle 9i physical standby database時,duplicate命令的執行記錄OracleDatabase
- 配置Oracle11g的Dataguard測試,建立物理備庫(Physical Standby Database)OracleDatabase
- 【DG】Data Guard搭建(physical standby)
- DataGuard:Logical Standby FailoverAI
- standby database to primary database.Database
- Creating a 10gr2 Data Guard Physical Standby database with Real-Time applyDatabaseAPP
- Standby Database ---09Database