[oracle@subhendb01 dbs]$ rman target /
Recovery Manager: Release 11.2.0.3.0 - Production on Wed Aug 28 15:12:16 2013
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
connected to target database (not started)
RMAN> startup
startup failed: ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file '/oracle/app/database/11.2.0.3/dbhome_1/dbs/initORCL.ora'
starting Oracle instance without parameter file for retrieval of spfile
Oracle instance started
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of startup command at 08/28/2013 15:12:28
ORA-00205: error in identifying control file, check alert log for more info
RMAN> restore spfile from autobackup recovery area '+DATA01' db_name 'ORCL';
Starting restore at 28-AUG-13
using target database control file instead of recovery catalog
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=429 device type=DISK
recovery area destination: +DATA01
database name (or database unique name) used for search: ORCL
channel ORA_DISK_1: AUTOBACKUP +data01/ORCL/AUTOBACKUP/2013_08_28/s_824655882.307.824655883 found in the recovery area
AUTOBACKUP search with format "%F" not attempted because DBID was not set
channel ORA_DISK_1: restoring spfile from AUTOBACKUP +data01/ORCL/AUTOBACKUP/2013_08_28/s_824655882.307.824655883
channel ORA_DISK_1: SPFILE restore from AUTOBACKUP complete
Finished restore at 28-AUG-13
RMAN> shutdown immediate
Oracle instance shut down
RMAN> startup nomount
connected to target database (not started)
Oracle instance started
Total System Global Area 5344731136 bytes
Fixed Size 2237776 bytes
Variable Size 4630514352 bytes
Database Buffers 704643072 bytes
Redo Buffers 7335936 bytes
RMAN> restore controlfile from autobackup recovery area '+DATA01' db_name 'ORCL';
Starting restore at 28-AUG-13
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=1149 device type=DISK
recovery area destination: +DATA01
database name (or database unique name) used for search: ORCL
channel ORA_DISK_1: AUTOBACKUP +data01/ORCL/AUTOBACKUP/2013_08_28/s_824655882.307.824655883 found in the recovery area
AUTOBACKUP search with format "%F" not attempted because DBID was not set
channel ORA_DISK_1: restoring control file from AUTOBACKUP +data01/ORCL/AUTOBACKUP/2013_08_28/s_824655882.307.824655883
channel ORA_DISK_1: control file restore from AUTOBACKUP complete
output file name=/oracle/app/database/11.2.0.3/dbhome_1/dbs/cntrlORCL.dbf
Finished restore at 28-AUG-13
RMAN> alter database mount
2> ;
database mounted
released channel: ORA_DISK_1
RMAN> restore database;
Starting restore at 28-AUG-13
Starting implicit crosscheck backup at 28-AUG-13
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=385 device type=DISK
Crosschecked 4 objects
Finished implicit crosscheck backup at 28-AUG-13
Starting implicit crosscheck copy at 28-AUG-13
using channel ORA_DISK_1
Crosschecked 2 objects
Finished implicit crosscheck copy at 28-AUG-13
searching for all files in the recovery area
cataloging files...
cataloging done
List of Cataloged Files
=======================
File Name: +data01/ORCL/AUTOBACKUP/2013_08_28/s_824645393.441.824645393
File Name: +data01/ORCL/AUTOBACKUP/2013_08_28/s_824648207.309.824648209
File Name: +data01/ORCL/AUTOBACKUP/2013_08_28/s_824655882.307.824655883
using channel ORA_DISK_1
channel ORA_DISK_1: starting datafile backup set restore
channel ORA_DISK_1: specifying datafile(s) to restore from backup set
channel ORA_DISK_1: restoring datafile 00001 to +DATA01/ORCL/datafile/system.314.824655691
...................
....................
channel ORA_DISK_1: piece handle=+DATA01/pptnwxbr/backup/pptnwxbr_db_thoie5nb_1_1 tag=TAG20130828T120914
channel ORA_DISK_1: restored backup piece 1
channel ORA_DISK_1: restore complete, elapsed time: 00:00:36
Finished restore at 28-AUG-13
RMAN> recover database;
Starting recover at 28-AUG-13
using channel ORA_DISK_1
starting media recovery
archived log for thread 1 with sequence 981 is already on disk as file +DATA01/ORCL/archivelog/2013_08_28/thread_1_seq_981.326.824655769
archived log file name=+DATA01/ORCL/archivelog/2013_08_28/thread_1_seq_981.326.824655769 thread=1 sequence=981
unable to find archived log
archived log thread=1 sequence=1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of recover command at 08/28/2013 15:17:43
RMAN-06054: media recovery requesting unknown archived log for thread 1 with sequence 1 and starting SCN of 20072557
RMAN> alter database open resetlogs;
database opened
Recovery Manager: Release 11.2.0.3.0 - Production on Wed Aug 28 15:12:16 2013
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
connected to target database (not started)
RMAN> startup
startup failed: ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file '/oracle/app/database/11.2.0.3/dbhome_1/dbs/initORCL.ora'
starting Oracle instance without parameter file for retrieval of spfile
Oracle instance started
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of startup command at 08/28/2013 15:12:28
ORA-00205: error in identifying control file, check alert log for more info
RMAN> restore spfile from autobackup recovery area '+DATA01' db_name 'ORCL';
Starting restore at 28-AUG-13
using target database control file instead of recovery catalog
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=429 device type=DISK
recovery area destination: +DATA01
database name (or database unique name) used for search: ORCL
channel ORA_DISK_1: AUTOBACKUP +data01/ORCL/AUTOBACKUP/2013_08_28/s_824655882.307.824655883 found in the recovery area
AUTOBACKUP search with format "%F" not attempted because DBID was not set
channel ORA_DISK_1: restoring spfile from AUTOBACKUP +data01/ORCL/AUTOBACKUP/2013_08_28/s_824655882.307.824655883
channel ORA_DISK_1: SPFILE restore from AUTOBACKUP complete
Finished restore at 28-AUG-13
RMAN> shutdown immediate
Oracle instance shut down
RMAN> startup nomount
connected to target database (not started)
Oracle instance started
Total System Global Area 5344731136 bytes
Fixed Size 2237776 bytes
Variable Size 4630514352 bytes
Database Buffers 704643072 bytes
Redo Buffers 7335936 bytes
RMAN> restore controlfile from autobackup recovery area '+DATA01' db_name 'ORCL';
Starting restore at 28-AUG-13
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=1149 device type=DISK
recovery area destination: +DATA01
database name (or database unique name) used for search: ORCL
channel ORA_DISK_1: AUTOBACKUP +data01/ORCL/AUTOBACKUP/2013_08_28/s_824655882.307.824655883 found in the recovery area
AUTOBACKUP search with format "%F" not attempted because DBID was not set
channel ORA_DISK_1: restoring control file from AUTOBACKUP +data01/ORCL/AUTOBACKUP/2013_08_28/s_824655882.307.824655883
channel ORA_DISK_1: control file restore from AUTOBACKUP complete
output file name=/oracle/app/database/11.2.0.3/dbhome_1/dbs/cntrlORCL.dbf
Finished restore at 28-AUG-13
RMAN> alter database mount
2> ;
database mounted
released channel: ORA_DISK_1
RMAN> restore database;
Starting restore at 28-AUG-13
Starting implicit crosscheck backup at 28-AUG-13
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=385 device type=DISK
Crosschecked 4 objects
Finished implicit crosscheck backup at 28-AUG-13
Starting implicit crosscheck copy at 28-AUG-13
using channel ORA_DISK_1
Crosschecked 2 objects
Finished implicit crosscheck copy at 28-AUG-13
searching for all files in the recovery area
cataloging files...
cataloging done
List of Cataloged Files
=======================
File Name: +data01/ORCL/AUTOBACKUP/2013_08_28/s_824645393.441.824645393
File Name: +data01/ORCL/AUTOBACKUP/2013_08_28/s_824648207.309.824648209
File Name: +data01/ORCL/AUTOBACKUP/2013_08_28/s_824655882.307.824655883
using channel ORA_DISK_1
channel ORA_DISK_1: starting datafile backup set restore
channel ORA_DISK_1: specifying datafile(s) to restore from backup set
channel ORA_DISK_1: restoring datafile 00001 to +DATA01/ORCL/datafile/system.314.824655691
...................
....................
channel ORA_DISK_1: piece handle=+DATA01/pptnwxbr/backup/pptnwxbr_db_thoie5nb_1_1 tag=TAG20130828T120914
channel ORA_DISK_1: restored backup piece 1
channel ORA_DISK_1: restore complete, elapsed time: 00:00:36
Finished restore at 28-AUG-13
RMAN> recover database;
Starting recover at 28-AUG-13
using channel ORA_DISK_1
starting media recovery
archived log for thread 1 with sequence 981 is already on disk as file +DATA01/ORCL/archivelog/2013_08_28/thread_1_seq_981.326.824655769
archived log file name=+DATA01/ORCL/archivelog/2013_08_28/thread_1_seq_981.326.824655769 thread=1 sequence=981
unable to find archived log
archived log thread=1 sequence=1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of recover command at 08/28/2013 15:17:43
RMAN-06054: media recovery requesting unknown archived log for thread 1 with sequence 1 and starting SCN of 20072557
RMAN> alter database open resetlogs;
database opened
No comments:
Post a Comment