差点丢失数据的一次RMAN恢复
事件经过
we preform a successful backup and tried to restore on another server,seq 35333 is the first archive log when we perform backup,and 35334 is the last archivelog. after the backup successful,I runed “alter system archivelog current” from plsql and shutdown the datbase,so it comes an archive log 35335.we successful run ” restore database” with no error,then it occres the errors below when run “recover database”
Oracle Error: ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below ORA-01152: file 1 was not restored from a sufficiently old backup ORA-01110: data file 1: '/u01/oracle/oradata/dbc/data1/system01.dbf' RMAN-00571: =============================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS RMAN-00571: ================================================= RMAN-03002: failure of recover command at 04/02/2009 06:18:16 RMAN-06053: unable to perform media recovery because of missing log RMAN-03002: failure of recover command at 04/02/2009 06:18:16 RMAN-06053: unable to perform media recovery because of missing log RMAN-06025: no backup of log thread 1 seq 35332 lowscn 6103122088730 found to restore RMAN-06025: no backup of log thread 1 seq 35331 lowscn 6103119560491 found to restore .....many more old logs required
Recent Comments