ORA-16038: log 3 sequence# 510 cannot be archived
#問題描述:啟動報錯
SQL> startup
ORACLE instance started.
Total System Global Area 1787138048 bytes
Fixed Size 2254104 bytes
Variable Size 956304104 bytes
Database Buffers 822083584 bytes
Redo Buffers 6496256 bytes
Database mounted.
ORA-03113: end-of-file on communication channel
Process ID: 32429
Session ID: 1137 Serial number: 5
#檢視告警日誌
[oracle@ora2 ~]$ tail -f /u01/oracle/diag/rdbms/orcl/orcl/trace/alert_orcl.log
......
Errors in file /u01/oracle/diag/rdbms/orcl/orcl/trace/orcl_ora_32429.trc:
ORA-16038: log 3 sequence# 510 cannot be archived
ORA-19502: write error on file "", block number (block size=)
ORA-00312: online log 3 thread 1: '/u01/oracle/oradata/orcl/redo03.log'
USER (ospid: 32429): terminating the instance due to error 16038
......
#檢視trace檔案
more /u01/oracle/diag/rdbms/orcl/orcl/trace/orcl_ora_32429.trc
......
Executing ASYNC actions
----- END DDE Actions Dump (total 0 csec) -----
ORA-16038: log 3 sequence# 510 cannot be archived
ORA-19502: write error on file "", block number (block size=)
ORA-00312: online log 3 thread 1: '/u01/oracle/oradata/orcl/redo03.log'
kjzduptcctx: Notifying DIAG for crash event
......
#解決方案
SQL> conn / as sysdba
Connected to an idle instance.
SQL> startup mount
ORACLE instance started.
Total System Global Area 1787138048 bytes
Fixed Size 2254104 bytes
Variable Size 956304104 bytes
Database Buffers 822083584 bytes
Redo Buffers 6496256 bytes
Database mounted.
SQL> alter database clear unarchived logfile group 3;
Database altered.
SQL> alter database open;
Database altered.
SQL>
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28572479/viewspace-2645113/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-01623: log is current log for thread - cannot dropthread
- 清除Oracle控制檔案中的歸檔資訊v$archived_logOracleHive
- 怎樣清除v$archived_log檢視中的過期資訊Hive
- ORA-16024: parameter LOG_ARCHIVE_DEST_1 cannot be parsedHive
- 【log3】background
- 510檢查項開發
- 【ASK_ORACLE】檢查點錯誤“Cannot allocate new log”和“Checkpoint not complete”Oracle
- ABB變頻器acs510故障維修
- Archived Redo Logs歸檔重做日誌介紹及其優點Hive
- Canalys:2022 年Q3印度 PC 市場出貨量為 510 萬臺 同比下降 4%
- B3log開源部落格compose搭建
- undo log和redo log
- ERROR: Cannot uninstall ‘PyYAML‘. It is a distutils installed project and thus we cannot accuratelyErrorYAMLProject
- 【Mysql】三大日誌 redo log、bin log、undo logMySql
- MySQL error log和bin logMySqlError
- 解決cannot find module providing package或cannot find main modulePackageAI
- 部落格已遷移至 http://vanessa.b3log.orgHTTP
- 部落格已遷移至 https://88250.b3log.orgHTTP
- cannot instantiate QtProjectEngine objectQTProjectObject
- diskgroup "DATADG" cannot be mounted
- xxx cannot be resolved to a type
- exclude Log4j print Log
- MySQL的Redo log 以及Bin logMySql
- LeetCode 285 & 510. 二叉樹中序後繼 I & IILeetCode二叉樹
- MySQL中的redo log和undo logMySql
- MySQL Undo Log和Redo Log介紹MySql
- fork failed - Cannot allocate memoryAI
- ‘error: ‘‘this‘‘ cannot be implicitly captured in this context‘ErrorAPTContext
- Cannot read property ‘aDataSort‘ of undefinedUndefined
- Uncaught Error: Cannot instantiate interfaceError
- Cannot set property 'innerHTML' of nullHTMLNull
- ImportError: cannot import name parseImportError
- log 工具
- git logGit
- MySQL的general_log和slow_logMySql
- trick整理:序列二分log^2轉log
- 配置LOG4J(log4j-1.2.17)
- webstorm vue3+ts報錯:Cannot find module ‘@/views/xxx.vue‘ or its corresponding type declarationsWebORMVueView