Alert.log shows No stdby Redo Logfiles Of Size 153600 Blocks Available-405836.1
In this Document
Applies to:
Oracle Server - Enterprise Edition - Version 10.1.0.2 to 10.2.0.5 [Release 10.1 to 10.2]Information in this document applies to any platform.
***Checked for relevance on 28-Sep-2012***
Symptoms
After real time apply works within 24hrs
the following error
occurs.
Rfs[2]: no standby redo logfiles of size 153600 blocks available
Checking the standby logs on standby database, all SRLs are ACTIVE
dated from weeks ago- normally we see 1 used for 1 thread and the others will be
UNASSIGNED
GROUP# DBID THREAD# SEQUENCE# BYTES USED ARC STATUS FIRST_CHANGE# FIRST_TIME LAST_CHANGE# LAST_TIME
---------- ---------------------------------------- ---------- ---------- ---------- ---------- --- ---------- ------------- -------------------- ------------ --------------------
7 2924799764 1 233641 157286400 148177920 NO ACTIVE 8.2227E+12 01-Dec-2006 21:36:20 8.2227E+12 01-Dec-2006 21:54:04
8 2924799764 1 233637 157286400 148179968 NO ACTIVE 8.2227E+12 01-Dec-2006 20:20:21 8.2227E+12 01-Dec-2006 20:39:22
9 2924799764 1 233635 157286400 148292608 NO ACTIVE 8.2227E+12 01-Dec-2006 19:43:15 8.2227E+12 01-Dec-2006 20:00:54
10 2924799764 1 233627 157286400 12578816 NO ACTIVE 8.2227E+12 01-Dec-2006 18:00:25 8.2227E+12 01-Dec-2006 18:01:31
11 2924799764 1 233633 157286400 148156416 NO ACTIVE 8.2227E+12 01-Dec-2006 19:06:06 8.2227E+12 01-Dec-2006 19:22:41
12 2924799764 1 233639 157286400 148199424 NO ACTIVE 8.2227E+12 01-Dec-2006 20:57:35 8.2227E+12 01-Dec-2006 21:16:32
13 2924799764 1 233629 157286400 148305920 NO ACTIVE 8.2227E+12 01-Dec-2006 18:01:41 8.2227E+12 01-Dec-2006 18:20:14
14 2924799764 1 233631 157286400 148451328 NO ACTIVE 8.2227E+12 01-Dec-2006 18:32:17 8.2227E+12 01-Dec-2006 18:48:59
15 2924799764 1 234647 157286400 3922944 YES ACTIVE 8.2228E+12 20-Dec-2006 16:37:31 8.2228E+12 20-Dec-2006 16:37:57
Cause
In Dec1 SRLs created on LG were not archived/stuck and hence remained ACTIVE
and could not longer be assigned. At the that time we see that Primary was
archiving every minute and only 1 ARCH available to archive to standby. From
standby log_archive_max_processes was set to 2, hence only 1 ARCH archiving
Locally and most likely unable to cope with the amount of archiving
required.
Solution
1. On Standby/Primary set log_archive_max_processes=10
OR
2. Another way around this if the logs have been applied as
they have in this case, the old standby logs
can be dropped and recreated to
clear the problem.
then
alter database add standby logfile group x '
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17252115/viewspace-764870/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Alert.log shows No Standby Redo Logfiles Of Size 153600 Blocks AvailableBloCAI
- oracle 線上修改online redo logfiles size 大小Oracle
- ALERT.LOG for ASM Shows "WARNING: failed to online diskgroup resource ora.GI.dgASMAI
- Oracle DG 出現 RFS[6]: No standby redo logfiles created for thread 1Oraclethread
- redo的等待log file sync和log file parallel write和redo size設定Parallel
- 4.12 st_size、st_blksize和st_blocks成員-檔案尺寸BloC
- Blocks Programming Helper ↗ Blocks in System APIsBloCAPI
- JavaScript需要BlocksJavaScriptBloC
- Oracle NoLogging Append 方式減少批量insert的redo_sizeOracleAPP
- vxdctl -c mode command shows it as inactive.
- [Shell] monitor oracle alert.log file and sendmailOracleAI
- 熟練使用alert.log日誌
- Blocks的實現BloC
- Overview of Data Blocks(二)ViewBloC
- Dumping Oracle BlocksOracleBloC
- dba_tables.blocks、dba_tables.empty_blocks和dba_segments.blocks之間是什麼關係BloC
- 【Oracle】How to Rename or Move Datafiles and Logfiles 之二Oracle
- 【Oracle】How to Rename or Move Datafiles and Logfiles 之一Oracle
- 8.Monitor oracle alert.log file and sendmailOracleAI
- (譯)窺探Blocks(2)BloC
- iOS-Blocks學習iOSBloC
- Code::Blocks Debug配置BloC
- (譯)窺探Blocks (1)BloC
- 【REDO】Oracle redo undo 學習Oracle Redo
- [linux]安裝code::blocksLinuxBloC
- Autonomous PL/SQL Blocks (151)SQLBloC
- Format of Index Blocks (207)ORMIndexBloC
- 【REDO】Oracle redo內部結構Oracle Redo
- 【REDO】Oracle redo advice-sqlOracle RedoSQL
- Recreate stdby Control File When dbf Are On ASM And Using OMF-734862.1ASM
- 【RAC】Diskgroup shows offline after restart even it is mounted in ASM instanceRESTASM
- [Shell] Monitor other host oracle instance alert.log and mailOracleAI
- Size DatabaseDatabase
- Redo Log之一:理解Oracle redo logOracle Redo
- Blocks深入理解和詳解BloC
- Code::Blocks專案配置基礎BloC
- DB_BLOCK_SIZE and DB_CACHE_SIZE in OracleBloCOracle
- MySQL redoMySql