ORA-03113: end-of-file on communication channel 解決方法
場景
資料庫突然崩潰了,重啟會報ORA-03113錯誤,通過查詢發現是歸檔日誌滿了
解決
使用sqlplus /nolog
進入sql中
執行startup mount
檢視歸檔日誌使用率select * from v$flash_recovery_area_usage;
發現是歸檔日誌使用率太高了 ARCHIVED LOG使用率已經接近百分之百
解決思路:
1.擴大歸檔空間為4000Malter system set db_recovery_file_dest_size=4000M;
2.使用rman命令清理現在的歸檔日誌
另開一個視窗執行如下命令:
rman
是進入rman執行命令列
crosscheck archivelog all;
是檢查歸檔日誌
delete expired archivelog all;
是刪除所有過期歸檔日誌
delete archivelog all completed before 'sysdate - 3'
手動刪除不需要的歸檔日誌檔案 (刪除 3 天以前的日誌記錄)
rman
crosscheck archivelog all;
delete expired archivelog all;
相關文章
- Oracle啟動報錯:ORA-03113: end-of-file on communication channelOracle
- 【故障處理】ORA-3113 "end of file on communication channel"
- Golang通道Channel詳解Golang
- golang-channel詳解Golang
- Wireless Communication ProjectProject
- ORA-03113錯誤分析(轉)
- Communication Complexity of Convex Optimization
- No Task Available解決方法AI
- EXE病毒解決方法
- TabError的解決方法Error
- 解決Unable to download https://packagecontrol.io/channel_v3.json after 3 attemptsHTTPPackageJSON
- SCIE1000 Python and CommunicationIE10Python
- LINUX inner-process communicationLinux
- 圖解Go的channel底層原理圖解Go
- Flutter系列之Platform Channel使用詳解FlutterPlatform
- hash衝突解決方法
- Method ReflectionParameter::getClass() 解決方法
- SERVICE問題解決方法
- ORA-01795解決方法
- dns劫持怎麼解決 dns劫持的解決方法DNS
- javaweb中中文亂碼解決方法總結之response和request解決方法JavaWeb
- Cross-Context Communication in BroadcastChannel APIROSContextASTAPI
- 14-Architecture-Master-Node CommunicationAST
- 通訊機制 synchronous communication
- netty系列之:netty中的Channel詳解Netty
- linux 故障解決方法彙總Linux
- PbootCMS 404 錯誤解決方法boot
- CPU挖礦病毒解決方法
- brew install gcc 卡住解決方法GC
- java.net.UnknownHostException 解決方法JavaException
- ImportError: No module named ‘torch‘ 解決方法ImportError
- 解決問題通用方法論
- 介面返回[object,Object]解決方法Object
- 遇到問題的解決方法
- linux inode已滿解決方法Linux
- hive使用報錯解決方法Hive
- bash: lspci: command not found解決方法
- As常見問題解決方法