ORA-10458 ORA-01196 ORA-01110報錯解決
今天接到上家公司一個運維的電話,說dg庫啟動不了,發給我一個報錯
ORA-10458: standby database requires recovery
ORA-01196: file 1 is inconsistent due to a failed media recovery session
ORA-01110: data file 1: '/u01/app/oracle/oradata/LRWLDBST/system01.dbf'
我一看問他是做什麼操作,回答之前dg伺服器停電,現在電路恢復了,就執行startup
我一聽問題就來了,肯定是日誌的scn和控制檔案不一致導致的,處理這個也很簡單。
首先將DG庫執行startup mount,啟動到Mount狀態,讓日誌開始同步,檢視alert_sid.log檔案,待歸檔檔案傳輸完畢,再執行
alter database open。這樣DG庫就能啟動了,然後可以執行
alter database recover managed standby database using current logfile disconnect from session;
過幾分鐘,DG庫同步完畢。問題解決了。
ORA-10458: standby database requires recovery
ORA-01196: file 1 is inconsistent due to a failed media recovery session
ORA-01110: data file 1: '/u01/app/oracle/oradata/LRWLDBST/system01.dbf'
我一看問他是做什麼操作,回答之前dg伺服器停電,現在電路恢復了,就執行startup
我一聽問題就來了,肯定是日誌的scn和控制檔案不一致導致的,處理這個也很簡單。
首先將DG庫執行startup mount,啟動到Mount狀態,讓日誌開始同步,檢視alert_sid.log檔案,待歸檔檔案傳輸完畢,再執行
alter database open。這樣DG庫就能啟動了,然後可以執行
alter database recover managed standby database using current logfile disconnect from session;
過幾分鐘,DG庫同步完畢。問題解決了。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28686045/viewspace-1683452/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle Adg 備庫 ORA-10458 ORA-01196 ORA-01110: ORA-10458 故障處理Oracle
- DataGuard ORA-10458錯誤解決方案
- ORA-01110錯誤解決方法
- mybatis報錯解決MyBatis
- 物理備庫open報錯ORA-10458: standby database requires recoveryDatabaseUI
- ORACLE 11G 配置DG 報ORA-10458、ORA-01152、ORA-01110Oracle
- 解決fitz模組報錯
- SS報錯的解決
- 解決eslint報錯EsLint
- iText中文,報錯解決
- 資料庫報ORA-01110錯誤資料庫
- hive使用報錯解決方法Hive
- npm install 報錯解決NPM
- Windows分割槽報錯解決Windows
- supervisor使用報錯解決
- dbfread報錯ValueError錯誤解決方法Error
- 解決ORA-01110問題
- mongodb find報錯怎麼解決MongoDB
- 解決 Inkscape 報錯 Duplicate 問題
- 解決angular 報錯 url unsafeAngular
- 安裝sass報錯解決方案
- sysctl -P 報錯解決辦法
- 幾個報錯的解決方法
- docker系列-報錯以及解決指南Docker
- 安裝ionic 報錯 安裝canvas報錯 解決辦法Canvas
- Qt報Multiple definition錯誤的解決QT
- VSCode中Flow報錯解決VSCode
- ceph叢集安裝報錯解決方法
- mysql匯入報錯怎麼解決?MySql
- zabbix-server啟動報錯解決Server
- 完美解決xhost +報錯: unable to open display
- Laravel安裝horizon報錯解決方案Laravel
- mac Pro 安裝scrapy報錯解決Mac
- mysql MRG_MyISAM 引擎報錯解決MySql
- cnpm link 報錯解決辦法NPM
- win安裝wordcloud報錯解決方案Cloud
- couldn't set locale correctly報錯解決
- RAC: SRVCTL and VIPCA 命令報錯解決方法PCA