1. 程式人生 > >RMAN備份恢復系列1: Oracle 10g rac asm資料庫恢復到10g單例項資料庫

RMAN備份恢復系列1: Oracle 10g rac asm資料庫恢復到10g單例項資料庫

RMAN> recover database;

Starting recover at 11-MAR-13
using channel ORA_DISK_1
starting media recovery

channel ORA_DISK_1: starting archive log restore to default destination
channel ORA_DISK_1: restoring archive log
archive log thread=1 sequence=10
channel ORA_DISK_1: reading from backup piece/oracle/rmanbak/arch_07o46e51_ORADB_20130310
channel ORA_DISK_1: restored backup piece 1
failover to piece handle=/u01/rmanbak/arch_07o46e51_ORADB_20130310tag=TAG20130310T155616
channel ORA_DISK_1: restore complete, elapsed time: 00:00:01
archive log filename=/u01/oracle/product/10.2/dbs/arch1_10_809286303.dbfthread=1 sequence=10
channel ORA_DISK_1: starting archive log restore to default destination
channel ORA_DISK_1: restoring archive log
archive log thread=2 sequence=9
channel ORA_DISK_1: reading from backup piece/oracle/rmanbak/arch_08o46e50_ORADB_20130310
channel ORA_DISK_1: restored backup piece 1
failover to piece handle=/u01/rmanbak/arch_08o46e50_ORADB_20130310tag=TAG20130310T155616
channel ORA_DISK_1: restore complete, elapsed time: 00:00:01
archive log filename=/u01/oracle/product/10.2/dbs/arch2_9_809286303.dbfthread=2 sequence=9
unable to find archive log
archive log thread=1 sequence=11
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of recover command at 03/11/2013 00:39:45
RMAN-06054: media recovery requesting unknown log
:thread 1 seq 11 lowscn 509191

RMAN>



SQL> set line 1000
SQL> select group#,thread#,sequence#,archived,status from v$log;
    GROUP#    THREAD#  SEQUENCE# ARC STATUS
---------- ---------- -----------------------------
        1         1        10YESINACTIVE
        2         1         11NO CURRENT
        3         2          9 YESINACTIVE
        4         2        10NO CURRENT