[Oracle][OnlineREDO]資料庫無法啟動時的對應策略:
1. Start with mount.
SQL> conn / as sysdba
SQL> startup mount
2. Check the redo log in which v $ log failed.
SQL> select * from v $ log;
===> If STATUS = 'INACTIVE', perform step 3.
If STATUS = 'INACTIVE', do step 4.
3. Clear the redo log file.
SQL> alter database clear logfile group X;
SQL> alter database open;
4. Execute the recover statement.
SQL> recover database until cancel;
SQL> alter database open resetlogs;
If you can not deal with the above method, the following actions are required.
a) In the archive log mode
Apply the created archive log and recover.
b) In case of no archive log mode
Please restore the acquired cold backup.
[Oracle][OnlineREDO]資料庫無法啟動時的對應策略:
相關文章
- Oracle 12.2應用PSU後資料庫無法啟動Oracle資料庫
- Oracle日常問題-資料庫無法啟動(案例二)Oracle資料庫
- Oracle日常問題處理-資料庫無法啟動Oracle資料庫
- MYSQL資料庫服務無法啟動MySql資料庫
- 針對Sybase資料庫無法啟動的情況,我有話要說資料庫
- 應用使用JNDI,資料庫無法連線,導致的程序無法啟動問題處理資料庫
- 資料庫資料恢復-oracle資料庫報錯無法開啟的如何恢復資料?資料庫資料恢復Oracle
- [20201106]瞭解oracle資料庫啟動時間.txtOracle資料庫
- Oracle資料庫啟動步驟Oracle資料庫
- 達夢資料庫dmap服務無法正常啟動資料庫
- 【資料庫資料恢復】無法啟動MongoDB服務的資料恢復案例資料庫資料恢復MongoDB
- 4 配置Oracle資料庫自動啟動Oracle資料庫
- 【資料庫資料恢復】突然斷電造成Syabse資料庫無法啟動的資料恢復案例資料庫資料恢復
- 資料庫資料恢復——Windows無法啟動MongoDB服務的資料恢復案例資料庫資料恢復WindowsMongoDB
- PostgreSQL 恢復大法 - 恢復部分資料庫、跳過壞塊、修復無法啟動的資料庫SQL資料庫
- Oracle Haip無法啟動問題學習OracleAI
- 11G oracle資料庫重新啟動crsOracle資料庫
- Oracle資料庫啟動問題彙總(一)Oracle資料庫
- 【資料庫資料恢復】Oracle ASM例項無法掛載的資料恢復案例資料庫資料恢復OracleASM
- mysql 資料庫無法啟動Ignoring the redo log due to missing MLOG_CHECKPOINT betweenMySql資料庫
- ORA-00600 [kokasgi1]資料庫無法啟動的模擬與恢復資料庫
- oracle Mysql PostgreSQL 資料庫的對比OracleMySql資料庫
- oracle資料庫資料字典應用Oracle資料庫
- oracle資料庫的啟動關閉與各種服務Oracle資料庫
- ORACLE DSG資料同步軟體程式導致資料庫無法正常關閉Oracle資料庫
- oracle手工建庫後rman無法啟用(RMAN-04015)Oracle
- Oracle資料庫開啟NUMA支援Oracle資料庫
- oracle測試資料庫啟用Oracle資料庫
- redo損壞修復啟動資料庫辦法資料庫
- 資料洩密的危害,原因,與應對策略
- Oracle資料庫啟動過程及狀態詳解Oracle資料庫
- jdbc連線oracle rac資料庫的寫法JDBCOracle資料庫
- Redis叢集資料沒法拆分時的搭建策略Redis
- iis網站資料庫無法連線資料庫網站資料庫
- 記一次ORA-01102導致資料庫例項無法啟動案例資料庫
- 淺析大資料時代政務網路輿情的應對策略大資料
- 電腦無法開機系統無法啟動,如何進行資料恢復?資料恢復
- 資料庫如何應對保障大促活動資料庫
- 無外網Oracle資料庫遷移Oracle資料庫