Restore Controlfile
Restore Controlfile
Help
In this Document
Goal
Solution
References
This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process, and therefore has not
been subject to an independent technical review.
Applies to:
Goal
Solution
This is the full path and file name of the backuppiece which contains the controlfile
backup. Using the example of the backup above the syntax would be:
1 of 3 02/09/2009 14:26
ShowDoc https://metalink2.oracle.com/metalink/plsql/f?p=130:3:97492798947082...
output filename=C:\ORACLE\ORADATA\ORCL92\CONTROL03.CTL
Finished restore at 00-JAN-00
If you are not sure which backuppiece contains a controlfile backup, you may wish
to try various backuppieces. If the backuppiece does not contain a backup of the
controlfile you will see an error like this:
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS
===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore
command at 01/01/2000 00:00:01
ORA-19615: some files not found in backup set
ORA-19613: datafile 0 not found in backup set
A restore of this type will not work in versions previous to 9i. The following errors will occur :
RMAN> run {
allocate channel d1 type disk;
restore controlfile from 'C:\BACKUP\27I5AVE7_1_1';
}
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE
STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00558: error encountered
while parsing input commands
RMAN-01005: syntax error: found "single-quoted-string": expecting one of: "tag"
RMAN-01007: at line 3 column 26 file: standard input
The restore of datafiles or archivelog files for any version does not work with this
syntax. The following errors will occur:
2 of 3 02/09/2009 14:26
ShowDoc https://metalink2.oracle.com/metalink/plsql/f?p=130:3:97492798947082...
This procedure does not work for versions previous to 9i which is why the 8i manual states the following:
The only way to restore and recover when you have lost all control files and do not use a
recovery catalog is to call Oracle Support Serv ices. Support will need to know the following:
References
Note 372996.1 - Using RMAN to Restore and Recover a Database When the Repository and Spfile/Init.ora Files Are
Also Lost
Note 735106.1 - How to Recreate a Controlfile
Oracle Database Backup and Recovery Reference 10g Release 2 (10.2)
Keywords
RMAN-6563 ;
Help us improve our service. Please email us your comments for this document. .
3 of 3 02/09/2009 14:26