rman報錯問題 RMAN-03002: failure of recover command

RMAN> recover database;oracle

Starting recover at 17-MAR-16
using channel ORA_DISK_1app

starting media recoveryide

channel ORA_DISK_1: starting archived log restore to default destination
channel ORA_DISK_1: restoring archived log
archived log thread=1 sequence=1428
channel ORA_DISK_1: reading from backup piece /oracle/backup/2016-03-17/arch_POWERDES_20160317_16.bak
channel ORA_DISK_1: piece handle=/oracle/backup/2016-03-17/arch_POWERDES_20160317_16.bak tag=TAG20160317T202918
channel ORA_DISK_1: restored backup piece 1
channel ORA_DISK_1: restore complete, elapsed time: 00:00:03
archived log file name=/oracle/app/oracle/flash_recovery_area/POWERDES/archivelog/2016_03_17/o1_mf_1_1428cgog3ons.arc thread=1 sequence=1428
channel default: deleting archived log(s)
archived log file name=/oracle/app/oracle/flash_recovery_area/POWERDES/archivelog/2016_03_17/o1_mf_1_1428cgog3ons.arc RECID=2 STAMP=906760822
unable to find archived log
archived log thread=1 sequence=1429
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of recover command at 03/17/2016 22:00:29
RMAN-06054: media recovery requesting unknown archived log for thread 1 with sequence 1429 and starting SCN of 31576222oop

RMAN> .net

解決:直接恢復到SCN點31576222上rest

RMAN> recover database until scn 31576222;blog

Starting recover at 17-MAR-16
using channel ORA_DISK_1hadoop

starting media recovery
media recovery complete, elapsed time: 00:00:00get

Finished recover at 17-MAR-16flash


轉載
做者:csdnhadoop
來源:CSDN
原文:https://blog.csdn.net/csdnhadoop/article/details/50967995

相關文章
相關標籤/搜索