Oracle 11g DataGuard增加standby日誌組報錯"ORA-01156: recovery or flashback"
Oracle 11g DataGuard增加standby日誌組報錯
SQL> alter system set standby_file_management=manual;
System altered.
SQL> ALTER DATABASE ADD STANDBY LOGFILE thread 1 GROUP 9 ('/ORADATA/redolog/GTFDBDG/onlinelog/standby_group_09_01.log',
'/ORADATA/redolog/GTFDBDG/onlinelog/standby_group_09_02.log') SIZE 512M; 2
ALTER DATABASE ADD STANDBY LOGFILE thread 1 GROUP 9 '/ORADATA/redolog/GTFDBDG/onlinelog/standby_group_09_01.log',
*
ERROR at line 1:
ORA-01156: recovery or flashback in progress may need access to files
解決方法:
關閉備庫日誌應用程式
SQL> alter database recover managed standby database cancel;
Database altered.
SQL> ALTER DATABASE ADD STANDBY LOGFILE thread 1 GROUP 9 ('/ORADATA/redolog/GTFDBDG/onlinelog/standby_group_09_01.log',
'/ORADATA/redolog/GTFDBDG/onlinelog/standby_group_09_02.log') SIZE 512M; 2
Database altered.
SQL> alter system set standby_file_management=manual;
System altered.
SQL> ALTER DATABASE ADD STANDBY LOGFILE thread 1 GROUP 9 ('/ORADATA/redolog/GTFDBDG/onlinelog/standby_group_09_01.log',
'/ORADATA/redolog/GTFDBDG/onlinelog/standby_group_09_02.log') SIZE 512M; 2
ALTER DATABASE ADD STANDBY LOGFILE thread 1 GROUP 9 '/ORADATA/redolog/GTFDBDG/onlinelog/standby_group_09_01.log',
*
ERROR at line 1:
ORA-01156: recovery or flashback in progress may need access to files
關閉備庫日誌應用程式
SQL> alter database recover managed standby database cancel;
Database altered.
'/ORADATA/redolog/GTFDBDG/onlinelog/standby_group_09_02.log') SIZE 512M; 2
Database altered.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28211342/viewspace-2129276/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORACLE 11G RAC 增加日誌組及增大日誌檔案Oracle
- 10G DATAGUARD增加REDO日誌組、刪除日誌組、刪除日誌成員實驗
- dataguard之物理standby 日誌切換
- 【DataGuard】Oracle 11g physical standby switchoverOracle
- ORACLE 11G DATAGUARD 日誌中斷處理方案Oracle
- 【DataGuard】Oracle 11g DataGuard 新特性之 Snapshot Standby DatabaseOracleDatabase
- Physical Standby上開啟flashback database實驗日誌Database
- Oracle DataGuard Standby database ID mismatch錯誤OracleDatabase
- Oracle dataguard報錯:Error 1017 received logging on to the standbyOracleError
- DATAGUARD_standby刪除歸檔日誌的指令碼指令碼
- 【rac】實驗四:增加日誌組
- Oracle 12c DG備庫啟動報錯standby database requires recoveryOracleDatabaseUI
- Oracle 11g Dataguard 暫停物理備庫的日誌傳輸Oracle
- 【recovery】android使用串列埠列印recovery除錯日誌Android串列埠除錯
- Oracle 11g Data Guard (physical standby - active dataguard) [final]Oracle
- 【DataGuard】Oracle DataGuard 日誌傳輸狀態監控Oracle
- Oracle DataGuard環境主備庫日誌組數和大小調整Oracle
- ORACLE 11G DataGuard Failover後如何修復standby庫OracleAI
- Oracle日誌組新增冗餘檔案和日誌組Oracle
- 關於11G DataGuard 日誌傳輸的案例
- 【DataGuard】Oracle 11g DataGuard 新特性之 Active Standby:Real-Time Apply+QueryOracleAPP
- 【rac】實驗三:增加日誌組成員
- oracle 之dataguard standby 切換Oracle
- Oracle 9I dataguard(standby)Oracle
- oracle中清空日誌組Oracle
- 附錄A Oracle Dataguard 物理Standby跨平臺組合支援列表Oracle
- DataGuard故障:Standby日誌檔案正常傳輸但沒有ApplyAPP
- oracle 修改日誌大小及增加日誌成員Oracle
- Oracle 11g Dataguard環境下資料檔案、日誌檔案管理(下)Oracle
- Oracle 11g Dataguard環境下資料檔案、日誌檔案管理(上)Oracle
- hpux的報錯日誌UX
- 11g閃回日誌(flashback log)保留時間引數 - db_flashback_retention_target
- 在ASM下增加一個日誌組成員ASM
- oracle dataguard 自動刪除歸檔日誌Oracle
- 11g Dataguard中的snapshot standby特性
- oracle 11g的警告日誌Oracle
- 物理備庫open報錯ORA-10458: standby database requires recoveryDatabaseUI
- oracle 11g dataguardOracle