Recover Database Fails with RMAN-06558 [ID 1185074.1]
Recover Database Fails with
RMAN-06558 [ID 1185074.1]
In this Document
Symptoms
Changes
Cause
Solution
This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process and therefore has not been subject to an independent technical review. |
Applies to:
Oracle Server - Standard Edition - Version: 11.2.0.1 and later [Release: 11.2 and later ]Information in this document applies to any platform.
Symptoms
Recover database fails with
RMAN-03002: failure of recover command at 08/23/2010 21:55:02
RMAN-06557: unable to restore archived log of thread 1 with sequence 200
RMAN-06558: archived log size of 15635 kb is bigger than available space of 10000 kb
Changes
Restore and recovery was been performedCause
The issue is caused due to lack of space in FRA(Flashback recovery area) if configured or the archive log destination.Rman will try to restore the archive logs required for recovery to these destination . If the space is not adequate then Rman would error out.
Solution
Option 1
========
For database version
>= 10.2
SQL>Show parameter db_recovery_file_dest_size
Increase the size to higher value
SQL>Alter system set db_recovery_file_dest_size=<>M ;
SQL>Show parameter db_recovery_file_dest_size
Increase the size to higher value
SQL>Alter system set db_recovery_file_dest_size=<>M ;
Retry the restore
Option 2
=======
Restore the archive log
to an alternate location which has space
RMAN> run {
set ARCHIVELOG DESTINATION TO '';
recover database until time "to_date('2010-09-14 09:25:10', 'YYYY-MM-DD HH24:MI:SS')";
}
RMAN> run {
set ARCHIVELOG DESTINATION TO '
recover database until time "to_date('2010-09-14 09:25:10', 'YYYY-MM-DD HH24:MI:SS')";
}
Option 3
=======
Set MAXSIZE limit
RMAN> run {
recover database until time "to_date('2010-09-14 09:25:10', 'YYYY-MM-DD HH24:MI:SS')" delete archivelog maxsize 50 K ; }
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17252115/viewspace-761735/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- recover database until cancel和 recover database區別Database
- Recover_DatabaseDatabase
- rman recover databaseDatabase
- recover database until timeDatabase
- 冷備手工完全恢復(recover database,recover tablespace,recover datafile)Database
- recover database using backup controlfile與 recover database 的區別Database
- Recover database after disk loss (Doc ID 230829.1)Database
- 12c-RECOVER PLUGGABLE DATABASEDatabase
- Oracle Database 12C 新功能 rman RECOVER TABLE (文件 ID 2047644.1)OracleDatabase
- Recover a Database Having Added a Datafile Since Last Backup (Doc ID 29430.1)DatabaseAST
- recover database using backup controlfileDatabase
- recover database using backup controlfile理解Database
- recover database的四條語句區別 .Database
- recover database using backup control fileDatabase
- How to restore and recover a database from an RMAN backup_881395.1RESTDatabase
- Recover physical standby database after loss of archive log(2)DatabaseHive
- Oracle Database Fails to Start with Error ORA-12547 [ID 1307075.1]OracleDatabaseAIError
- Bug 13250486 : ADD STANDBY DATABASE FOR TARGET WITH FLASHBACK ON FAILS WITH ERRDatabaseAI
- recover database delete archivelogs skip tablespace temp;報錯DatabasedeleteHive
- recover database until cancel using backup controlfileDatabase
- Recover database using backup controlfile until cancelDatabase
- Recover physical standby database after loss of archive log – roll forward(轉)DatabaseHiveForward
- ORA-279 signalled during: alter database recover logfileDatabase
- recover database skip [forever] tablespace XXX 的用法介紹Database
- recover database using backup controlfile利用archivelog files.DatabaseHive
- Database Startup Fails with ORA-01113, ORA-01110 errors (Doc ID 146039.1)DatabaseAIError
- Oracle 19c透過recover standby database from service修復GAP案例OracleDatabase
- Database Startup Fails with ORA-01113, ORA-01110DatabaseAI
- The database owner SID recorded in the master database differs from the database owner SID recorded in database 'DB_NAME'DatabaseAST
- standby庫,在sqlplus下用recover standby database進行手工恢復SQLDatabase
- 【轉】 oracle備份恢復之recover database的四條語句區別OracleDatabase
- alter database recover to logical standby xxx 很長時間,為什麼Database
- Bug 12725963 - New database connection fails with ORA-12541 after vip failoverDatabaseAI
- 體驗跨越incarnation進行flashback database相比傳統RMAN RECOVER的便捷性Database
- idea--DatabaseIdeaDatabase
- Recover A Lost Datafile With No Backup (Doc ID 1060605.6)
- cron with recover
- Fails To Open / Create The Wallet: ORA-28353 [ID 395252.1]AI