Oracle啟動報錯:ORA-03113: end-of-file on communication channel
Oracle啟動報錯:ORA-03113: end-of-file on communication channel
問題背景:客戶啟動測試環境資料庫報錯
SQL> startup
ORACLE instance started.
Total System Global Area 1068937216 bytes
Fixed Size 2220200 bytes
Variable Size 885002072 bytes
Database Buffers 176160768 bytes
Redo Buffers 5554176 bytes
Database mounted.
ORA-03113: end-of-file on communication channel
Process ID: 17509
Session ID: 416 Serial number: 3
1> 檢視alert日誌
ARC3 started with pid=23, OS id=17541
ARC2: Archival started
ARC1: Becoming the 'no FAL' ARCH
ARC1: Becoming the 'no SRL' ARCH
ARC2: Becoming the heartbeat ARCH
Errors in file /u01/app/oracle/diag/rdbms/ecology/ecology/trace/ecology_ora_17509.trc:
ORA-19815: WARNING: db_recovery_file_dest_size of 53687091200 bytes is 99.99% used, and has 3795456 remaining bytes available. ---歸檔目錄以及100%
************************************************************************
You have following choices to free up space from recovery area:
1. Consider changing RMAN RETENTION POLICY. If you are using Data Guard,
then consider changing RMAN ARCHIVELOG DELETION POLICY.
2. Back up files to tertiary device such as tape using RMAN
BACKUP RECOVERY AREA command.
3. Add disk space and increase db_recovery_file_dest_size parameter to
reflect the new space.
4. Delete unnecessary files using RMAN DELETE command. If an operating
system command was used to delete files, then use RMAN CROSSCHECK and
DELETE EXPIRED commands.
************************************************************************
Errors in file /u01/app/oracle/diag/rdbms/ecology/ecology/trace/ecology_ora_17509.trc:
ORA-19809: limit exceeded for recovery files
ORA-19804: cannot reclaim 40733696 bytes disk space from 53687091200 limit
ARCH: Error 19809 Creating archive log file to '/u01/app/oracle/flash_recovery_area/ECOLOGY/archivelog/2019_10_22/o1_mf_1_10288_%u_.arc'
Errors in file /u01/app/oracle/diag/rdbms/ecology/ecology/trace/ecology_ora_17509.trc:
ORA-16038: log 1 sequence# 10288 cannot be archived
ORA-19809: limit exceeded for recovery files
ORA-00312: online log 1 thread 1: '/u01/app/oracle/oradata/ecology/redo01.log'
USER (ospid: 17509): terminating the instance due to error 16038
Instance terminated by USER, pid = 17509
2> 從alert日誌看出歸檔目錄已經滿了,需要清理歸檔目錄
SQL> shutdown immediate
SQL> startup mount
rman target /
crosscheck archivelog all;
delete archivelog until time 'sysdate -3';--刪除三天前的日誌
重新啟動Oracle成功,,
ps:不建議客戶使用預設歸檔目錄,可以調整為本地目錄並配置定期刪除指令碼
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69950231/viewspace-2660980/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle startup報錯ORA-03113: end-of-file on communication channel 解決方案Oracle
- 啟動資料庫至open狀態報錯:ORA-03113: end-of-file on communication channel資料庫
- ORA-03113: end-of-file on communication channel 解決方法
- ORA-03113: 通訊通道的檔案結束/ORA-03113: end-of-file on communication channel
- mongodb 啟動報錯MongoDB
- php啟動報錯PHP
- MySQL報錯:waiting for initial communication packetMySqlAI
- 誤刪重做日誌檔案組導致啟動資料庫報錯ORA-03113資料庫
- myeclipse啟動報錯Eclipse
- 本地nacos啟動報錯
- Homestead 啟動 elasticsearch 報錯Elasticsearch
- apache啟動報錯:httpd: aprApachehttpd
- laravel sail 首次啟動報錯LaravelAI
- sqlplus 啟動報錯SQL
- 啟動ASM 例項報錯ASM
- 【ASM】Oracle RAC css啟動報錯"Duplicate voting file found"ASMOracleCSS
- oracle 12C RAC 啟動報錯 ORA-00845Oracle
- 水煮oracle24---- oracle em 啟動報錯 相關問題解決Oracle
- redhat as4 安裝oracle 9204 rac啟動Oracle Cluster Manager報錯!RedhatOracle
- 【故障處理】ORA-3113 "end of file on communication channel"
- [Oracle] ORA-03113錯誤分析與解決Oracle
- Oracle監聽日誌2g-監聽啟動報錯Oracle
- Oracle RAC啟動CRS報錯:登陸許可權問題Oracle
- Mac 上啟動 appium 報錯MacAPP
- mongodb啟動報錯怎麼辦MongoDB
- Centos7啟動Nginx報錯。CentOSNginx
- Apache Hive啟動報NoClassDefFoundError錯誤ApacheHiveError
- oracle歸檔日誌滿了,導致無法啟動 ORA-03113Oracle
- ORACLE 18C啟動資料庫報錯ORA-04031Oracle資料庫
- Oracle 12c DG備庫啟動報錯standby database requires recoveryOracleDatabaseUI
- zabbix-server啟動報錯解決Server
- nginx 啟動報錯 unknown directive "server"NginxServer
- mysql安裝/啟動報錯彙總MySql
- springboot專案啟動報錯Spring Boot
- DBCA啟動報錯Java.Lang.NoclassdeffounderrorJavaError
- oracle 啟動監聽報錯TNS-12547: TNS:lost contactOracle
- Oracle 11g啟動報ORA-28056、OS 1502錯誤Oracle
- oracle 8.1.7.4建立dblink出現ora-03113錯誤Oracle