SMON: about to recover undo segment 1 的錯誤提示解決方法
在資料庫日誌中不斷的報以下錯誤
SMON: about to recover undo segment 1
SMON: mark undo segment 1 as available
SMON: about to recover undo segment 2
SMON: mark undo segment 2 as available
SMON: about to recover undo segment 3
SMON: mark undo segment 3 as available
SMON: about to recover undo segment 4
SMON: mark undo segment 4 as available
SMON: about to recover undo segment 5
SMON: mark undo segment 5 as available
SMON: about to recover undo segment 6
SMON: mark undo segment 6 as available
SMON: about to recover undo segment 7
SMON: mark undo segment 7 as available
SMON: about to recover undo segment 8
SMON: mark undo segment 8 as available
SMON: about to recover undo segment 9
SMON: mark undo segment 9 as available
SMON: about to recover undo segment 10
SMON: mark undo segment 10 as available
查詢metalink(Note:266159.1):
These errors do not indicate rollback segment corruption.
Oracle 8i:
These messages indicate that there is a problem with the "rollback_segments" parameter in the init.ora.
Oracle 9i:
Automatic Undo management is being used. When the instance is shutdown, during the next startup instance recovery needs to take place.
In AUM we do not have any control over which undo segments will brought online after the instance startup.
In case we require any of the offline undo segments for the instance recovery, these messages will appear in alert log.
This is not a bug, this is the intended behavior.
When SMON finds such offline undo segments with transactions needing recovery ,then it does what is intended to do , ie: perform. the transaction recovery in batches of 100 undo records.
看來並不是undo segment損壞塊的問題。用metalink上的方法處理,告警不再出現。
Oracle 8i:
Check that the rollback segment is included in the "rollback_segments" parameter then adding the rollback segment to the parameter. If not, adding the rollback segment and restarting the database will clear up the problem.
Oracle 9i:
Solution 1:
---------------
To stop this messages from appearing you can do the following workaround :
sql> alter session set "_smu_debug_mode"=4;
sql> alter rollback segment "_SYSSMU11$" online;
Where 11 is the number that is appearing in the messages in the alert log.
Solution 2:
---------------
This is fixed in 10g. With the new feature "Fast Ramp-Up" AUM enhancement.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-608944/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- SMON: recover undo segment與並行事務恢復並行
- adobe安裝提示【錯誤程式碼1】解決方法
- 【python】解決sys:1: DeprecationWarning:錯誤提示Python
- ORA-1652: unable to extend temp segment by 128 in tablespace錯誤的解決方法
- 織夢提示dedecms error warning錯誤的解決方法Error
- 印表機提示列印錯誤怎麼解決 印表機狀態錯誤的方法
- Linux yum提示Loaded plugins錯誤的解決方法LinuxPlugin
- [Windows] 解決 COM Surrogate 錯誤提示Windows
- SAP錯誤提示解決辦法
- Oracle Undo SegmentOracle
- undefined reference to錯誤的解決方法Undefined
- PHP錯誤“Thisfilehasexpired”的解決方法PHP
- PbootCMS中常見的錯誤提示及其解決方案boot
- 資料庫日誌不斷報undo segment onlined的建議解決方法資料庫
- flutter開發提示Flutter device daemon #1報錯解決方法Flutterdev
- win10系統提示遇到錯誤需要重啟的解決方法Win10
- PbootCMS 404 錯誤解決方法boot
- 錯誤Namenodeisinsafemode的解決方法
- Steam錯誤程式碼138怎麼辦?無法訪問社群提示138錯誤解決方法
- win10wifi提示密碼錯誤別的手機能用解決方法Win10WiFi密碼
- 排查開啟網站提示500錯誤的解決方法-實用技術網站
- win10系統開啟ps提示配置錯誤16的解決方法Win10
- Excel宏執行時提示錯誤1004的三個解決方法Excel
- win10系統開機提示critical service failed錯誤的解決方法Win10AI
- Win10系統玩遊戲提示runtime error錯誤的解決方法Win10遊戲Error
- Win10系統使用U盤提示引數錯誤的解決方法Win10
- vsftpd 錯誤:530 and 500 錯誤解決方法FTP
- 關閉PHP錯誤提示的方法PHP
- AFNetworkingErrorDomain 錯誤解決方法ErrorAI
- dbfread報錯ValueError錯誤解決方法Error
- 使用JPEGImageEncoder提示Access restriction:錯誤 解決方案REST
- Xamarin提示安裝包錯誤解決辦法
- UNDO表空間的ORA-1122錯誤解決(三)
- win10系統steam平臺提示錯誤程式碼-7的解決方法Win10
- Win10系統使用Office時提示WINWORD.EXE錯誤的解決方法Win10
- Win10系統使用隨身碟提示引數錯誤的解決方法Win10
- standby新增檔案錯誤的解決方法
- MYSQL中 TYPE=MyISAM 錯誤的解決方法MySql