[oracle@linuxForOra coldbackup]$ sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on Wed Sep 7 20:39:55 2011
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> conn / as sysdba;
Connected.
SQL> shutdown abort;
ORACLE instance shut down.
SQL> !rm -f /u01/oracle/oradata/general10g/redo*
SQL> startup;
ORACLE instance started.
Total System Global Area 167772160 bytes
Fixed Size 1218316 bytes
Variable Size 75499764 bytes
Database Buffers 88080384 bytes
Redo Buffers 2973696 bytes
Database mounted.
ORA-00313: open failed formembers of log group 1 of thread 1
ORA-00312: online log 1 thread 1: '/u01/oracle/oradata/general10g/redo01.log'
ORA-27037: unable to obtain file status
Linux Error: 2: No such file or directory
Additional information: 3
SQL>
SQL> select group#,archived,status from v$log;
GROUP# ARC STATUS
---------- --- ----------------
1 NO CURRENT
3 YES UNUSED
2 YES INACTIVE
SQL> recover database until cancel;
ORA-00279: change 4202761 generated at 09/07/2011 20:29:53 needed forthread 1
ORA-00289: suggestion :
/u01/oracle/flash_recovery_area/GENERAL10G/archivelog/2011_09_07/o1_mf_1_2_%u_.a
rc
ORA-00280: change 4202761 forthread 1 isinsequence #2
Specify log: {=suggested | filename | AUTO | CANCEL}
auto
ORA-00308: cannot open archived log
'/u01/oracle/flash_recovery_area/GENERAL10G/archivelog/2011_09_07/o1_mf_1_2_%u_.
arc'
ORA-27037: unable to obtain file status
Linux Error: 2: No such file or directory
Additional information: 3
ORA-00308: cannot open archived log
'/u01/oracle/flash_recovery_area/GENERAL10G/archivelog/2011_09_07/o1_mf_1_2_%u_.
arc'
ORA-27037: unable to obtain file status
Linux Error: 2: No such file or directory
Additional information: 3
ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
ORA-01194: file 1 needs more recovery to be consistent
ORA-01110: data file 1: '/u01/oracle/oradata/general10g/system01.dbf'
SQL> recover database until cancel;
ORA-00279: change 4202761 generated at 09/07/2011 20:29:53 needed forthread 1
ORA-00289: suggestion :
/u01/oracle/flash_recovery_area/GENERAL10G/archivelog/2011_09_07/o1_mf_1_2_%u_.a
rc
ORA-00280: change 4202761 forthread 1 isinsequence #2
Specify log: {=suggested | filename | AUTO | CANCEL}
auto
ORA-00308: cannot open archived log
'/u01/oracle/flash_recovery_area/GENERAL10G/archivelog/2011_09_07/o1_mf_1_2_%u_.
arc'
ORA-27037: unable to obtain file status
Linux Error: 2: No such file or directory
Additional information: 3
ORA-00308: cannot open archived log
'/u01/oracle/flash_recovery_area/GENERAL10G/archivelog/2011_09_07/o1_mf_1_2_%u_.
arc'
ORA-27037: unable to obtain file status
Linux Error: 2: No such file or directory
Additional information: 3
ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
ORA-01194: file 1 needs more recovery to be consistent
ORA-01110: data file 1: '/u01/oracle/oradata/general10g/system01.dbf'
SQL>
SQL> recover database until cancel;
ORA-00279: change 4202761 generated at 09/07/2011 20:29:53 needed forthread 1
ORA-00289: suggestion :
/u01/oracle/flash_recovery_area/GENERAL10G/archivelog/2011_09_07/o1_mf_1_2_%u_.a
rc
ORA-00280: change 4202761 forthread 1 isinsequence #2
Specify log: {=suggested | filename | AUTO | CANCEL}
/u01/oracle/coldbackup/redo01.log
Log applied.
Media recovery complete.
SQL>