Manual Log Switching Causing Cannot Allocate New Log in Alert Log_435887.1
Manual Log Switching Causing "Thread 1 Cannot Allocate New Log" Message in the Alert Log (文件 ID 435887.1)
In this Document
Applies to:Oracle Database - Enterprise Edition - Version 10.2.0.1 to 11.2.0.3 [Release 10.2 to 11.2]Information in this document applies to any platform. Oracle Server Enterprise Edition - Version: 10.2.0.1 to 11.2.0.3 SymptomsWhen you manually switch the online redo logs with an alter system command as below.
SQL> alter system switch logfile; The Alert log will display the following messages.
Thread 1 cannot allocate new log, sequence 207 - or -
Thread 1 cannot allocate new log, sequence 746 ChangesImplemented a scheduler job to manually switch the online redo logs every 15 minutes. CauseWhen you switch logs, all private strands have to be flushed to the current log before the switch is allowed to proceed. Solution
This is expected behavior according to development. Following is an extract from unpublished Bug 5241081 on why this can occur during manual log switch.
Then manually switch the logs in the original session, and now the alert log shows the following messages. Or the following.
Thread 1 cannot allocate new log, sequence 85 This is not a problem, but expected behavior. So when you manually switch logs on a DB with any activity at all, you will likely see these messages written to the alert log. This can also occur when have archive_lag_target set. ReferencesNOTE:147468.1 - Checkpoint Tuning and Troubleshooting Guide |
|
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17252115/viewspace-1432951/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【轉】cannot allocate new log
- Thread 1 cannot allocate new logthread
- cannot allocate new log 的解決方法
- Thread 1 cannot allocate new log,Checkpoint not completethread
- Thread 1 cannot allocate new log, sequence NNN 錯誤thread
- Thread 1 cannot allocate new log 的處理辦法thread
- Thread 1 cannot allocate new log Private strand flush not complete 警告thread
- 【ASK_ORACLE】檢查點錯誤“Cannot allocate new log”和“Checkpoint not complete”Oracle
- a new blog
- Queries to view Alert Log content And Alert LocationView
- Oracel 12c Alert日誌中的Creating new log segment
- alert log on Oracle11gOracle
- Oracle11g_alert_logOracle
- fork failed - Cannot allocate memoryAI
- 解決Can not allocate log問題的方法
- alert log檔案的變化
- 警告日誌檔案alert_.log
- Alert Dialog "Done"按鈕定義.
- Linux : logrotate: ALERT exited abnormally with [1]LinuxlogrotateORM
- [Shell] monitor oracle alert.log file and sendmailOracleAI
- alert_log設定成external table
- Sskgxp_ip: Primary Interface Down In Alert Log
- 熟練使用alert.log日誌
- ORA-01623: log is current log for thread - cannot dropthread
- Alert.log shows No Standby Redo Logfiles Of Size 153600 Blocks AvailableBloCAI
- Alert Log中回收站物件操作告警物件
- 8.Monitor oracle alert.log file and sendmailOracleAI
- PMON failed to acquire latch, see PMON dump in alert logAIUI
- We Boost the Adoption of New Technology
- Cannot complete applications logonAPPGo
- Redis 寫磁碟出錯 Cannot allocate memoryRedis
- redis 寫磁碟出錯Cannot allocate memoryRedis
- Oracle清理trace、alert、aud、listener.log檔案Oracle
- console.log()和alert()區別
- Dialogue: New Chapter in the History of ComputingAPT
- Alert.log shows No stdby Redo Logfiles Of Size 153600 Blocks Available-405836.1BloCAI
- alter database archivelog manual__導致oracle10g switch logfile不自動歸檔DatabaseHiveOracle
- Ubuntu Cannot allocate memory 錯誤解決方案Ubuntu