全部課程
發(fā)布時間: 2021-06-17 13:34:24
ORACLE數(shù)據(jù)庫打開報ORA-03113錯誤簡單快速辦法:
錯誤信息內(nèi)容如下:
ORA-03113: end-of-file on communication channel
Process ID: 11564
Session ID: 191 Serial number: 3
--以上錯誤信息一般為閃回區(qū)目錄滿了,解決辦法我們選擇最簡單直接的方法:
解決辦法:
sqlplus / as sysdba;
startup nomount;
alter database mount; --打開數(shù)據(jù)到mount狀態(tài)
然后通過命令方式進入rman操作界面:
rman target /
rman>crosscheck archivelog all; --檢查控制文件和實際物理文件的差別
rman>delete expired archivelog all; --同步控制文件的信息和實際物理文件的信息
rman>alter database open; --打開數(shù)據(jù)庫,然后就會成功了
上一篇: Oracle Analytics Cloud 6.0 發(fā)布
下一篇: VMware 擴展云原生應用的新方法