RMAN restore and recovery

Hello

If I have two full backups in my FRA (say 7 to 14 days)

Q1. I assume that if I run it.

RMAN > restore database;

It will go to the last backup (7 days ago)?

Q2. How to restore the backup of ago 14 days instead?

Q3. If I restore the database of 14 days but then question

RMAN > recover database until < 3 days >

RMAN would simply apply the recovery logs archived for 14 days to the point of recovery or it would be smart enough to realize, there a backup to restore all first 7 days ago, then apply 7 days recovery logs, to the point of recovery?

Q4. Can you do an online backup as a copy of the Image instead of a backup set or you can offline backups when you use a copy of the Image?

All wisdom, greatly appreciated

Jim

(1) switching is not required for recovery. You have just enough do to standardize the data files. It doesn't matter if the switch is produced or not.

(2) "extra small set of archivelogs" can be enormous if the backup is long-term with many DML during backup.

You need a sufficiently archivelogs, regardless of the copy backupset or image, to make the data files in compliance.

(3) hot RMAN copy backup data files, while they are updated, but in order to avoid a block inconsistent read to avoid corruption. The data files are not frozen, as with the hot user managed backup.

Tags: Database

Similar Questions

  • Copy image RMAN restore and recovery

    Hi all

    I took picture of full DB file backup RMAN copy and control in A HOST

    How can I restore this copy of the image to the new database and recover DB? in HOSTB!

    Thanks in advance

    Hello

    I think the link from Oracle ACE Hemant K Chitale is very useful for you.

    If the answer to your question, then set answered! for clearly forum.

    Thank you
    Mr. Mahir Quluzade

  • Database is underway after the restore and recovery

    Database is in the waiting state after the restore and recovery.
    The database cannot start today and it displays an error message: 2 log file can be archived. Then I run the following command:
    SQL> select group#, sequence#, bytes, members, status from v$log;
    
        GROUP#  SEQUENCE#      BYTES    MEMBERS STATUS
    ---------- ---------- ---------- ---------- ----------------
             1        452   52428800          1 CURRENT
             3        451   52428800          1 INACTIVE
             2        450   52428800          1 INACTIVE
    SQL> ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 3;
    
    Database altered.
    
    SQL> ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 2;
    
    Database altered.
    SQL> alter database open;
    
    Database altered.
    
    SQL> shutdown immediate;
    ORA-01109: database not open
    
    
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    
    Total System Global Area  566231040 bytes
    Fixed Size                  1220580 bytes
    Variable Size             125829148 bytes
    Database Buffers          432013312 bytes
    Redo Buffers                7168000 bytes
    Database mounted.
    Database opened.
    But when I try to log on by using the EM console, it shows that the database is not open. Then I restore and recover the database by using the EM Console. But the database and then enter in pending status.
    What to do next?

    Stop the console 'EM, and then restart it. I hope all is well.

  • How to skip unwanted tablespaces restoration and recovery

    DB version: 11.2.0.1.0
    Version of the OS: AIX 6.1

    I have a full backup (level 0, level 1, archives, controlfile, spfile) for a database. Now, I have to restore and recover the database on another server. I know that some storage spaces that are not necessary. This means, the tablespace are just for the backup of tables etc. and storage spaces are not recovered & restored then also it very well. My main idea is to save time by not restore & recovery of unwanted files. Here is the output of outline report.
    RMAN> report schema;
    
    Report of database schema for database with db_unique_name CORE
    
    List of Permanent Datafiles
    ===========================
    File Size(MB) Tablespace           RB segs Datafile Name
    ---- -------- -------------------- ------- ------------------------
    1    2048     SYSTEM               YES     /u04/oradata/CORE/system01.dbf
    2    1024     SYSAUX               NO      /u04/oradata/CORE/sysaux01.dbf
    3    1024     UNDOTBS              YES     /u04/oradata/CORE/undots01.dbf
    4    1046     USERS                NO      /u04/oradata/CORE/users01.dbf
    5    1024     TEST_TAB             NO      /u04/oradata/CORE/test_tab01.dbf
    
    List of Temporary Files
    =======================
    File Size(MB) Tablespace           Maxsize(MB) Tempfile Name
    ---- -------- -------------------- ----------- --------------------
    1    1024     TEMP                 1024        /u04/oradata/CORE/temp01.dbf
    I used "RMAN > sql ' alter database datafile offline to drop 4"; "take one data file for users of tablespaces in offline mode. Here are the complete logs.
    Recovery Manager: Release 11.2.0.1.0 - Production on Fri Feb 1 13:27:34 2013
    
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    
    connected to target database (not started)
    connected to recovery catalog database
    
    RMAN> startup nomount
    
    Oracle instance started
    
    Total System Global Area    4275781632 bytes
    
    Fixed Size                     2213632 bytes
    Variable Size                822085888 bytes
    Database Buffers            3439329280 bytes
    Redo Buffers                  12152832 bytes
    
    RMAN> restore controlfile from autobackup;
    
    Starting restore at 01-FEB-13
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=65 device type=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: SID=127 device type=DISK
    
    channel ORA_DISK_1: looking for AUTOBACKUP on day: 20130201
    channel ORA_DISK_1: AUTOBACKUP found: /oraclebackup/CORE/CTL_c-912678878-20130201-02
    channel ORA_DISK_2: looking for AUTOBACKUP on day: 20130201
    channel ORA_DISK_2: skipped, AUTOBACKUP already found
    channel ORA_DISK_1: restoring control file from AUTOBACKUP /oraclebackup/CORE/CTL_c-912678878-20130201-02
    channel ORA_DISK_1: control file restore from AUTOBACKUP complete
    output file name=/u01/oradata/CORE/control01.ctl
    output file name=/u02/oradata/CORE/control02.ctl
    output file name=/u03/oradata/CORE/control03.ctl
    Finished restore at 01-FEB-13
    
    RMAN> alter database mount;
    
    database mounted
    released channel: ORA_DISK_1
    released channel: ORA_DISK_2
    
    RMAN> sql 'alter database datafile 4 offline for drop';
    
    sql statement: alter database datafile 4 offline for drop
    
    RMAN> restore database;
    
    Starting restore at 01-FEB-13
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=96 device type=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: SID=127 device type=DISK
    
    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 00002 to /u04/oradata/CORE/sysaux01.dbf
    channel ORA_DISK_1: restoring datafile 00004 to /u04/oradata/CORE/users01.dbf
    channel ORA_DISK_1: restoring datafile 00005 to /u04/oradata/CORE/test_tab01.dbf
    channel ORA_DISK_1: reading from backup piece /oraclebackup/CORE/DF_L0_CORE_01022013_2no0slbn_87_1
    channel ORA_DISK_2: starting datafile backup set restore
    channel ORA_DISK_2: specifying datafile(s) to restore from backup set
    channel ORA_DISK_2: restoring datafile 00001 to /u04/oradata/CORE/system01.dbf
    channel ORA_DISK_2: restoring datafile 00003 to /u04/oradata/CORE/undots01.dbf
    channel ORA_DISK_2: reading from backup piece /oraclebackup/CORE/DF_L0_CORE_01022013_2oo0slbn_88_1
    channel ORA_DISK_2: piece handle=/oraclebackup/CORE/DF_L0_CORE_01022013_2oo0slbn_88_1 tag=LEVEL0
    channel ORA_DISK_2: restored backup piece 1
    channel ORA_DISK_2: restore complete, elapsed time: 00:04:06
    channel ORA_DISK_1: piece handle=/oraclebackup/CORE/DF_L0_CORE_01022013_2no0slbn_87_1 tag=LEVEL0
    channel ORA_DISK_1: restored backup piece 1
    channel ORA_DISK_1: restore complete, elapsed time: 00:04:16
    Finished restore at 01-FEB-13
    
    RMAN> recover database;
    
    Starting recover at 01-FEB-13
    using channel ORA_DISK_1
    using channel ORA_DISK_2
    
    starting media recovery
    
    archived log for thread 1 with sequence 1 is already on disk as file /u05/oradata/CORE/CORE_11806244987.ARC
    archived log for thread 1 with sequence 2 is already on disk as file /u05/oradata/CORE/CORE_21806244987.ARC
    archived log file name=/u05/oradata/CORE/CORE_11806244987.ARC thread=1 sequence=1
    archived log file name=/u05/oradata/CORE/CORE_21806244987.ARC thread=1 sequence=2
    unable to find archived log
    archived log thread=1 sequence=3
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 02/01/2013 13:37:07
    RMAN-06054: media recovery requesting unknown archived log for thread 1 with sequence 3 and starting SCN of 365298
    
    RMAN> alter database open resetlogs;
    
    database opened
    new incarnation of database registered in recovery catalog
    starting full resync of recovery catalog
    full resync complete
    But in the newspapers, I don't see that datafile 4 is always restored which means that I spend more time on the restoration of files that I need. Is it possible to do that?

    Hello;

    You can make a leap like this:

    RMAN > RECOVER DATABASE SKIP users TABLESPACE; (for multiples use the comma between)

    Temp history, RESTORE DATABASE SKIP TABLESPACE;

    You will need to provide the Tablespace names in single quotes.

    Your RESTORE command must also include SKIP TABLESPACE tablespacename or SKIP FOREVER TABLESPACE tablespacename to exclude the specific tablespace.

    http://www.di.unipi.it/~GHELLI/didattica/bdldoc/B19306_01/backup.102/b14192/recov004.htm (6.4.3.2 Performing Media Recovery of restored database, Tablespace or Datafile)

    Best regards

    mseberg

  • DB restoration and recovery when you use followed the change block

    Does anyone know of a document that explains the restoration of the database and recovery when you use the block and the incremental backups the track changes? I understand how to turn the OTC market, and how it can shorten the time to do an incremental backup. I need advice when choosing the frequency of backups of 1-0 and level level and how it affects my food options. I also need to decide if the level 1 backups update the copy of most recent data on the disk file.

    If the copy of the data on disk file is updated by each level 01:00 am I right to say that I can restore to point in time that this moment occurs after level 1 has been taken? If so, then maybe I don't have level 1 update the copy of the data file on disk. If I take a level 0 Sunday and daily level 1 Monday - Saturday, so I think I can restore to any point in time after the 0 level.

    A lot of documentation explains my backup options, but there is less material tell how my backup choice affects my food options.


    Thank you
    Bill

    BCT applies to backups only, there is no connection with the restoration.
    I think you are confused about the difference between

    (1) incremental of backups
    and
    (2) "normal incremental backups".

    In the first case (see http://docs.oracle.com/cd/E11882_01/backup.112/e10642/rcmbckba.htm#CHDEHBFF), in the base implementation because an incremental backup is applied to a still image copies and you cannot go back to an earlier point in time – before the changes applied.

    'Normal' incremental backups are done after a full backup (level 0), you can return to the level 0 backup earlier.
    RMAN follows rules of detention, in the basic version of an incremental backup that is updated, you have a retention of redundancy policy 1. This means that a full backup (image of copies, which are updated by the incremental backups again and again) is available.
    Backup incremental 'Normal' in most cases after a few days recovery windows - a time window.

    Werner

  • [HELP] Problem with the restoration and recovery in the new host

    Hi, guys!

    I have tried for two days, but still can't make it work.
    I took a hot (online) full backup archive as well as the control file logs with the SPFILE and then copy the backup to the new host with the same directory structure and parameters. Finally, I tried to restore and recover the database on the new host, but failed during the restore process.

    The original host and the new host have the same subject Oracle installed until the patch level. I couldn't understand the solution to this problem based on my knowledge on Oracle DB.

    Could someone help me out here? Any advice would be appreciated!

    -----
    RMAN > restore the database up to the wire of the sequence 10 1;

    From restoration to November 8, 11
    using channel ORA_DISK_1

    channel ORA_DISK_1: from datafile backupset restoration
    channel ORA_DISK_1: specifying datafile (s) to restore from backup set
    restoring datafile 00001 to D:\DBDATA\PRODDB\SYSTEM01. DBF
    restoring datafile 00002 to D:\DBDATA\PRODDB\UNDOTBS01. DBF
    restoring datafile 00003 to D:\DBDATA\PRODDB\SYSAUX01. DBF
    restoring datafile 00004 to D:\DBDATA\PRODDB\USERS01. DBF
    restoring datafile 00005 to D:\ORA_DATADATA01. DBF
    restoring datafile 00006 to D:\ORA_DATA\DATA02. DBF
    restoring datafile 00007 to D:\ORA_DATA\INDX01. DBF
    restoring datafile 00008 to D:\ORA_DATA\INDX02. DBF
    channel ORA_DISK_1: backup C:\ORACLE\PRODUCT\10.2.0\FLASH_REC piece reading
    OVERY_AREA\PRODDB\BACKUPSET\2011_11_07\O1_MF_NNNDF_TAG20111107T175037_7CH6YYVJ_. BK
    P

    switch to the previous backup

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the restore command at 11/08/2011 11:41:33
    RMAN-06026: some targets not found - abandonment of restoration
    RMAN-06023: no backup or copy of the file 4 found to restore
    RMAN-06023: no backup or copy of datafile 3 found to restore
    RMAN-06023: no backup or copy of datafile 2 found to restore
    RMAN-06023: no backup or copy of datafile 1 found to restore
    -----

    Here is some additional information you might want to know about:

    -----
    RMAN > list incarnation;


    List of Incarnations of the database
    DB key Inc key STATE ID DB name DB reset reset time SNA
    ------- ------- -------- ---------------- --- ---------- ----------
    1 1 PRODDB 3774691295 PARENT 1 17 APRIL 07
    2 2 3774691295 PRODDB PARENT 521803 6 OCTOBER 11
    3 3 3774691295 PRODDB PARENT 1595143 20 OCTOBER 11
    4 4 3774691295 PRODDB PARENT 1600974 20 OCTOBER 11
    5 5 3774691295 PRODDB PARENT 1952053 27 OCTOBER 11
    6 6 PRODDB 3774691295 CURRENT 2146951 7 NOVEMBER 11

    RMAN > backup recoverable list;


    List of backup sets
    ===================

    Time of accomplishment BS key Type LV size device Type elapsed time
    ------- ---- -- ---------- ----------- ------------ ---------------
    37 full 822,34 M DISK 00:29:47 7 November 11
    BP key: 37 status: AVAILABLE Tablet: NO Tag: TAG20111107T175037
    Part name: C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\PRODDB\BACKUPSET\
    2011_11_07\O1_MF_NNNDF_TAG20111107T175037_7CH6YYVJ_. BKP
    List of files to backup data value 37
    Name of file LV Type cash SNA cash time
    ---- -- ---- ---------- --------- ----
    2149673 full 1 7 November 11 D:\DBDATA\PRODDB\SYSTEM01. DBF
    2 full 2149673 D:\DBDATA\PRODDB\UNDOTBS01 7 November 11. DBF
    3 full 2149673 D:\DBDATA\PRODDB\SYSAUX01 7 November 11. DBF
    4 integer 2149673 D:\DBDATA\PRODDB\USERS01 7 November 11. DBF
    5 integer 2149673 D:\ORA_DATA\DATA01 7 November 11. DBF
    full 2149673 D:\ORA_DATA\DATA02 6 7 November 11. DBF
    7 full 2149673 D:\ORA_DATA\INDX01 7 November 11. DBF
    8 whole 2149673 D:\ORA_DATA\INDX02 7 November 11. DBF

    Time of accomplishment BS key Type LV size device Type elapsed time
    ------- ---- -- ---------- ----------- ------------ ---------------
    38 full 6.95 M DISK 00:00:03 7 November 11
    BP key: 38 status: AVAILABLE Tablet: NO Tag: TAG20111107T182034
    Part name: C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\PRODDB\AUTOBACKUP
    \2011_11_07\O1_MF_S_766606834_7CH8Q439_. BKP
    Control file included: cash SNA: 2151141 cash time: 7 November 11
    SPFILE included: Modification Date: 7 November 11

    Time of accomplishment time BS key size Device Type
    ------- ---------- ----------- ------------ ---------------
    18,46 39 M DISK 00:00:05 8 NOVEMBER 11
    BP key: 39 status: AVAILABLE Tablet: NO Tag: TAG20111108T093359
    Part name: C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\PRODDB\BACKUPSET\
    2011_11_08\O1_MF_ANNNN_TAG20111108T093359_7CJY7TG1_. BKP

    List of newspapers archived on backup value 39
    The next time that THRD Seq YVERT low low time next YVERT
    ---- ------- ---------- --------- ---------- ---------
    1 1 2146951 7 NOVEMBER 11 2149493 NOVEMBER 7, 11
    1 2 2149493 7 NOVEMBER 11 2149519 NOVEMBER 7, 11
    1 3 2149519 7 NOVEMBER 11 2149565 NOVEMBER 7, 11
    1 4 2149565 7 NOVEMBER 11 2149641 NOVEMBER 7, 11
    1 5 2149641 7 NOVEMBER 11 2172859 NOVEMBER 7, 11
    1 6 2172859 7 NOVEMBER 11 2197851 NOVEMBER 7, 11
    1 7 2197851 7 NOVEMBER 11 2220349 NOVEMBER 8, 11
    1 8 2220349 8 NOVEMBER 11 2222621 NOVEMBER 8, 11
    1 9 2222621 8 NOVEMBER 11 2222729 NOVEMBER 8, 11
    1-10 2222729 8 NOVEMBER 11 2223088 NOVEMBER 8, 11

    Time of accomplishment BS key Type LV size device Type elapsed time
    ------- ---- -- ---------- ----------- ------------ ---------------
    40 full 6.95 M DISK 00:00:00 November 8, 11
    BP key: 40 status: AVAILABLE Tablet: NO Tag: TAG20111108T093411
    Part name: C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\PRODDB\AUTOBACKUP
    \2011_11_08\O1_MF_S_766661651_7CJY84LK_. BKP
    Control file included: cash SNA: 2223097 cash time: November 8, 11
    SPFILE included: Modification Date: 8 November 11
    -----

    Thanks in advance!

    Jay

    In short, the RCS of the controlfile will be generally higher than corresponding SCN of the data in the event of hot backup (online) file; However, the two SNA will be the same in the case of cold (off-line) backup. Am I entitled?

    Yes, it's true. In a backup cold (assuming that the CLOSURE was not a SURRENDER but was NORMAL, TRANSACTIONAL, or IMMEDIATE) all files in the database (data files, redo log and controlfiles files) are 'compatible' - at the same point in time, to the same SCN. In a hot backup, the files are updated. RMAN is not necessarily take all the data files at the same time - for example when you have several data files, RMAN would backup the files in batches of 4 or 8 - data files are therefore controlled at different points in time. Similarly, the controlfile is saved last.

    Hemant K Collette

  • Simulate the operation restore and recovery RMAN

    Hello

    RMAN allows us to clone our production database which is 3 TB in size.
    Often we set until sequence set wrong for which the recovery fails.
    But it takes several hours just to see him fail.
    is there a way simulate the RMAN backup before restoring?

    as it is there noapply order patching to see what changes patches will be.


    Kind regards
    Marjorie Dutta

    It may depend on what type of failure, you mean. You can check with the BACKUP from the LISTavailable backups, but you can also consider using RESTORATION... OVERVIEW. You can also consider RESTORATION... VALIDATE, but it may take much longer.

  • RMAN restore error - recovery of media asking unknown journal: thread 1 seq 7

    IM using RMAN to copy a database to another server. The new server is IDENTICAL to the former. By identical I mean she has the same break the name, ip address, operating system, directory structure and the Oracle version.

    The new server has already created instance, (same name as the old server example, paths etc.)

    The backup files have been restored manually on the new server, the same places that they were on the old. (RMAN makes a backup controlfile automatic and also the archivelogs on the old server).

    Ive restored the control file to the new server from the elements of RMAN backup.

    Ive cataloged items of RMAN backup on the new server.

    I know that the last available in the backup of the archivelogs sequence running on the new server:

    backup from the list of the archivelog all;

    List of backup sets
    ===================

    Time of accomplishment time BS key size Device Type
    ------- ---------- ----------- ------------ ---------------
    14,43 5 M DISK 00:00:03 11 MAY 11
    BP key: 9 situation: AVAILABLE Tablet: NO Tag: TAG20110511T163502
    Part name: C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\SAT\BACKUPSET\
    011_05_11\O1_MF_ANNNN_TAG20110511T163502_6WOC5833_. BKP

    List of newspapers archived on backup the value 5
    The next time that THRD Seq YVERT low low time next YVERT
    ---- ------- ---------- --------- ---------- ---------
    1 2 550217 10 MAY 11 556559 11 MAY 11
    1 3 556559 11 MAY 11 559776 11 MAY 11
    1 4 559776 11 MAY 11 560093 11 MAY 11
    1 5 560093 11 MAY 11 560794 11 MAY 11

    Time of accomplishment time BS key size Device Type
    ------- ---------- ----------- ------------ ---------------
    RECORD OF 15.50 K 7 00:00:01 11 MAY 11
    BP key: 10 location: AVAILABLE Tablet: NO Tag: TAG20110511T163653
    Part name: C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\SAT\BACKUPSET\
    011_05_11\O1_MF_ANNNN_TAG20110511T163653_6WOC8PMP_. BKP

    List of newspapers archived in backup set 7
    The next time that THRD Seq YVERT low low time next YVERT
    ---- ------- ---------- --------- ---------- ---------
    1 6 560794 11 MAY 11 560851 11 MAY 11


    So far its all perfectly fine.

    Now I want to restore the data files and recover. So I ran:

    RMAN run {restore database; recover database; alter database open resetlogs ;}}

    This gave me the result below is going very well, but I get a final error, I think that the error is because its search for an archive log that is not in the backup set, but it should be. However, I think 560851 SNA is for a journal that had not yet been created on the old server when the backup was run?

    I address, how to fix the error? Its interesting to note the journal, "archive log filename=C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\SAT\ARCHIVELOG".
    \2011_05_11\O1_MF_1_6_6WOK1X4W_. ARCH-recid = 10 = 750881741 "stamp is not on the old server or which explains why this isn't in the backup set.

    I can do an alter database open reset connects but Id prefer to know why its failure.


    Any help would be appreciated.

    ........................................................


    RMAN > run {restore database, recover databases; alter database open resetlogs ;}}

    From restoration to 11 May 11
    using channel ORA_DISK_1

    channel ORA_DISK_1: from datafile backupset restoration
    channel ORA_DISK_1: specifying datafile (s) to restore from backup set
    restoring datafile 00001 to C:\ORACLE\PRODUCT\10.2.0\ORADATA\SAT\SYSTEM01. DBF
    restoring datafile 00002 to C:\ORACLE\PRODUCT\10.2.0\ORADATA\SAT\UNDOTBS01. DBF
    restoring datafile 00003 to C:\ORACLE\PRODUCT\10.2.0\ORADATA\SAT\SYSAUX01. DBF
    restoring datafile 00004 to C:\ORACLE\PRODUCT\10.2.0\ORADATA\SAT\USERS01. DBF
    channel ORA_DISK_1: backup C:\ORACLE\PRODUCT\10.2.0\FLASH_REC piece reading
    OVERY_AREA\SAT\BACKUPSET\2011_05_11\O1_MF_NNNDF_TAG20110511T163507_6WOC5CM7_. BKP

    channel ORA_DISK_1: restored the backup part 1
    room handle=C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\SAT\BACKUPSET\2011_05_
    11\O1_MF_NNNDF_TAG20110511T163507_6WOC5CM7_. Tag BKP = TAG20110511T163507
    channel ORA_DISK_1: restore complete, duration: 00:00:55
    Restoration finished in 11 May 11


    From back to 11 May 11
    using channel ORA_DISK_1

    starting media recovery

    channel ORA_DISK_1: from the archives to default destination log restore
    channel ORA_DISK_1: restore the newspaper archive
    archive log thread = 1 sequence = 6
    channel ORA_DISK_1: backup C:\ORACLE\PRODUCT\10.2.0\FLASH_REC piece reading
    OVERY_AREA\SAT\BACKUPSET\2011_05_11\O1_MF_ANNNN_TAG20110511T163653_6WOC8PMP_. BKP

    channel ORA_DISK_1: restored the backup part 1
    room handle=C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\SAT\BACKUPSET\2011_05_
    11\O1_MF_ANNNN_TAG20110511T163653_6WOC8PMP_. Tag BKP = TAG20110511T163653
    channel ORA_DISK_1: restore complete, duration: 00:00:01
    archive log filename=C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\SAT\ARCHIVELOG
    \2011_05_11\O1_MF_1_6_6WOK1X4W_. Wire ARC = 1 sequence = 6
    default channel: delete records or newspapers
    archive log filename=C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\SAT\ARCHIVELOG
    \2011_05_11\O1_MF_1_6_6WOK1X4W_. ARCH-recid = stamp 10 = 750881741
    Cannot find the log archiving
    archive log thread = 1 sequence = 7
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the command recover at 11/05/2011 18:15:42
    RMAN-06054: recovery of media asking unknown journal: thread 1 seq 7 lowscn 560851

    RMAN >

    Published by: user12173666 on May 11, 2011 10:28

    He asked all of the available archives, whenever you give the database recovery, he keeps searching for the next archives, actually these archives are not yet generated, then you can ignore.

    Now just connect to SQL and give

    SQL > alter database open resetlogs;

    It should work.

  • confusion about rman restore

    Hello world
    I have some confusion about rman restore and recover procedures. I read doc available in this regard and google as well. A few more questions unanswered in my mind.
    1. do the restore backup command restore controlfile also alongwith datafiles.
    2 database is running in noarchivelog mode. Suppose one of say users.dbf data files has been removed. control files intact. the same seq # is available since the last log backup. Now to restore the database, I use the following steps.
    1 rman > shutdown immediate
    2 rman > startup mount
    3 rman > restore database
    4 rman > restore database
    5 rman > alter database open;

    I'm wrong. This is the one. In this scenario, the steps above can be used.

    3. even when logseq is not available when the database is saved, I take the following steps.
    1 rman > startup nomount;
    2 rman > restore controlfile autobackup.
    3 rman > change the editing of the database;
    4 rman > restore database;
    5 rman > recover noredo db;
    6 rman > alter database open resetlogs;
    It is a right. can I adopt this procedure in my scenario.

    Please do not give all the links I want some explanation of your minds.

    Geetanjali.

    sonidba wrote:
    Hello world
    I have some confusion about rman restore and recover procedures. I read doc available in this regard and google as well. A few more questions unanswered in my mind.
    1. do the restore backup command restore controlfile also alongwith datafiles.
    2 database is running in noarchivelog mode. Suppose one of say users.dbf data files has been removed. control files intact. the same seq # is available since the last log backup. Now to restore the database, I use the following steps.
    1 rman > shutdown immediate
    2.RMAN > startup mount
    3.RMAN > restore database
    4.RMAN > restore database
    5.RMAN > alter database open;

    I'm wrong. This is the one. In this scenario, the steps above can be used.

    If after the last COLD backup is there not get command of newspaper (this means journal seq number is the same), so you can restore your database since the last backup and can retrieve it. And if thi does not need perform full restoration/recovery. At instead step 3 with DATA RESTORE (or RESTORE TABLESPACE USERS) file and step 4 instead with RECOVER DATAFILE (or RECOVER TABLESPACE USERS) and after that you can open the database by using ALTER DATABASE OPEN. If you have lost datafile users.dbf it means that this (tablespace) datafie has been automatically disconnected.

    3. even when logseq is not available when the database is saved, I take the following steps.
    1 rman > startup nomount;
    2 rman > restore controlfile autobackup.
    3.RMAN > change the editing of the database;
    4 rman > restore database;
    5 rman > recover noredo db;
    6 rman > alter database open resetlogs;
    It is a right. can I adopt this procedure in my scenario.

    Yes you are right in this case. There, you have to restore/recovery complete database, because of your database running in NOARCHIVELOG mode. But after database restore (step4) you can just issue RESTORE database and can open with RESETLOGS options also. Also if you have incremental backups can run NOARCHIVELOG mode even RETRIEVE the NOREDO of DATABASE then you can open the database.

  • Restore and backup RMAN recovery in a new server

    Version: 11.2
    Platform: Solaris

    I did several restorations of RMAN backups to new hosts. Whenever I do a full recovery of a cold backup, when I run the
    RECOVER DATABASE
    I used to get
    archive log filename=/u04/mvf/data/dbase/arch/arch.log1_235_678649266.dbf thread=1 sequence=235
    unable to find archive log
    archive log thread=1 sequence=236
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 12/04/2011 14:33:18
    RMAN-06054: media recovery requesting unknown log: thread 1 seq 236 lowscn 11290198
    I considered this as being 'Normal' and always used to cause
    alter database open resetlogs
    But I read the below mentioned informative post yesterday.

    Question on create Redo log after restoring files and recover

    According to the guidelines of this post, I shouldn't use
    alter database open resetlogs
    for a full recovery.


    So, what should I do
    a.
    Should I use
    ALTER DATABASE OPEN ; -- I think I got some error with this command when i issued it after RMAN-06054 error . Can't recall what error
    OR

    b.
    Should I use
    recover database until sequence 236;

    Here is how I could use a combination of RMAN (for RESTORATION) and SQL (for the OPEN RESETLOGS):

    $ rman target /
    
    Recovery Manager: Release 10.2.0.2.0 - Production on Wed Nov 16 05:40:51 2011
    
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    
    connected to target database (not started)
    
    RMAN> startup nomount
    
    Oracle instance started
    
    Total System Global Area     419430400 bytes
    
    Fixed Size                     1261164 bytes
    Variable Size                113246612 bytes
    Database Buffers             297795584 bytes
    Redo Buffers                   7127040 bytes
    
    RMAN> restore controlfile from autobackup;
    
    Starting restore at 16-NOV-11
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=156 devtype=DISK
    
    recovery area destination: /usr/oracle/flash_recovery_area
    database name (or database unique name) used for search: MYNDB
    channel ORA_DISK_1: autobackup found in the recovery area
    channel ORA_DISK_1: autobackup found: /usr/oracle/flash_recovery_area/MYNDB/autobackup/2011_11_16/o1_mf_n_767337675_7d6l55ck_.bkp
    channel ORA_DISK_1: control file restore from autobackup complete
    output filename=/usr/oracle/oradata/MYNDB/control01.ctl
    output filename=/usr/oracle/oradata/MYNDB/control02.ctl
    Finished restore at 16-NOV-11
    
    RMAN> sql 'alter database mount';
    
    sql statement: alter database mount
    released channel: ORA_DISK_1
    
    RMAN>
    RMAN> restore database;
    
    Starting restore at 16-NOV-11
    Starting implicit crosscheck backup at 16-NOV-11
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=156 devtype=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: sid=155 devtype=DISK
    Crosschecked 16 objects
    Crosschecked 3 objects
    Finished implicit crosscheck backup at 16-NOV-11
    
    Starting implicit crosscheck copy at 16-NOV-11
    using channel ORA_DISK_1
    using channel ORA_DISK_2
    Finished implicit crosscheck copy at 16-NOV-11
    
    searching for all files in the recovery area
    cataloging files...
    cataloging done
    
    List of Cataloged Files
    =======================
    File Name: /usr/oracle/flash_recovery_area/MYNDB/autobackup/2011_11_16/o1_mf_n_767337675_7d6l55ck_.bkp
    
    using channel ORA_DISK_1
    using channel ORA_DISK_2
    
    channel ORA_DISK_2: starting datafile backupset restore
    channel ORA_DISK_2: specifying datafile(s) to restore from backup set
    restoring datafile 00003 to /usr/oracle/oradata/MYNDB/sysaux01.dbf
    restoring datafile 00004 to /usr/oracle/oradata/MYNDB/users01.dbf
    restoring datafile 00005 to /usr/oracle/oradata/MYNDB/datafile/o1_mf_example_7c4qzn5k_.dbf
    restoring datafile 00006 to /usr/oracle/oradata/MYNDB/undotbs.dbf
    channel ORA_DISK_2: reading from backup piece /usr/oracle/flash_recovery_area/MYNDB/backupset/2011_11_16/o1_mf_nnndf_TAG20111116T052209_7d6l4227_.bkp
    channel ORA_DISK_1: starting datafile backupset restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    restoring datafile 00001 to /usr/oracle/oradata/MYNDB/system01.dbf
    restoring datafile 00002 to /usr/oracle/oradata/MYNDB/datafile/o1_mf_hemant_7c4qzn0o_.dbf
    restoring datafile 00007 to /usr/oracle/oradata/MYNDB/datafile/o1_mf_assm_tbs_7c4qzn0q_.dbf
    restoring datafile 00008 to /usr/oracle/oradata/MYNDB/datafile/o1_mf_mssm_tbs_7c4qzn0x_.dbf
    channel ORA_DISK_1: reading from backup piece /usr/oracle/flash_recovery_area/MYNDB/backupset/2011_11_16/o1_mf_nnndf_TAG20111116T052209_7d6l4216_.bkp
    channel ORA_DISK_1: restored backup piece 1
    piece handle=/usr/oracle/flash_recovery_area/MYNDB/backupset/2011_11_16/o1_mf_nnndf_TAG20111116T052209_7d6l4216_.bkp tag=TAG20111116T052209
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:35
    channel ORA_DISK_2: restored backup piece 1
    piece handle=/usr/oracle/flash_recovery_area/MYNDB/backupset/2011_11_16/o1_mf_nnndf_TAG20111116T052209_7d6l4227_.bkp tag=TAG20111116T052209
    channel ORA_DISK_2: restore complete, elapsed time: 00:00:35
    Finished restore at 16-NOV-11
    
    RMAN>
    RMAN> exit
    
    Recovery Manager complete.
    $ sqlplus '/ as sysdba'
    
    SQL*Plus: Release 10.2.0.2.0 - Production on Wed Nov 16 05:42:52 2011
    
    Copyright (c) 1982, 2005, Oracle.  All Rights Reserved.
    
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    
    SQL> alter database open;
    alter database open
    *
    ERROR at line 1:
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
    
    SQL> alter database open resetlogs;
    
    Database altered.
    
    SQL>
    

    Note This error message 1589 is:

    $ oerr ora 1589
    01589, 00000, "must use RESETLOGS or NORESETLOGS option for database open"
    // *Cause:  Either incomplete or backup control file recovery has been
    //          performed. After these types of recovery you must specify either
    //          the RESETLOGS option or the NORESETLOGS option to open your
    //          database.
    // *Action: Specify the appropriate option.
    $
    

    Hemant K Collette

  • [RMAN BEGINNER] Backup and recovery

    Hi all

    Can I ask a question?

    1. they are the same ARCHIVELOG = newspapers archived DB log?

    2. can I use the tracking order cross server

    #Server 1

    RMAN > run {}

    immediate stop

    Startup mount

    allocate channels disk1 disk format='d:\backup\ora_d%_%T.bak'

    backup current controlfile

    database backup and archiving log

    }

    # Server 2

    RMAN > run {}

    allocate channels disk1 disk format='d:\backup\ora_d%_%T.bak'

    restore database

    output channel disk1

    }

    I have to create before catalog?

    (1) logs archiving is essentially a copy of your recovery logs, once it is filled.  Archivelog and db archivelog terms can be used interchangeably, but essentially in a database there is a redo log, then a newspaper archive.

    Archives Redo Log Management

    (2) what do you mean cross server?  Tell you backup a database on a server and then restore to another?

    If so then Yes, you can back up a database on a single server and restore to another.  If your database is in archivelog mode, then you don't need to stop the database first.

    http://docs.Oracle.com/CD/B19306_01/backup.102/b14191/rcmrecov.htm#i1007814

    Before you launch your start command to restore your database in nomount mode, restore the controlfile, set up the database and then do your restore, recover and then open resetlogs:

    SQL > startup nomount

    RMAN > restore controlfile from "xyz";

    SQL > bootable media.

    RMAN:

    Run {}

    restore the database;

    recover the database;

    ALTER database open resetlogs;

    }

    (3) you do not need a catalog of recovery, RMAN will use the controlfile.  However, if you have several database in your environment, you can use a recovery catalog.

  • RMAN restore level 0, 1 incremental level and ARCHIVELOGs

    I can't understand it and I read through the documentation and the web.

    On linux 64-bit in 11.2.0.3, I do weekly backups of level 0 and increments of 1 level every night. During the day, I also do ARCHIVELOG backups.

    I know I need to restore the LEVEL 0 database files (which I can do it), then later increments of 1 LEVEL of restoration (which I just can't), then apply ARCHIVELOGs (what I do).

    My problem is HOW to apply files of database LEVEL 1 of the above LEVEL 0 incremental backups restored?

    Thanks in advance!

    default channel: deletion of Journal archives

    And I haven't used the command "recover archivelog deletion of database; I used "recover the database.

    This isn't a problem. At the time of recovery, it is common that you see these messages.

    During restore, RMAN restores the archives at the local site, and finally when the recovery is complete, it deletes the temporarily stored archives.

    rewh2oman
         
    Handle: rewh2oman
    Status level: Beginner
    Join date: January 9, 2007
    Messages total: 87
    Total Questions: 6 (4 pending)
    Name russ

    If you feel that your questions have been answered, then please provide appropriate points and consider the son of closing. Please clean the forum!

  • RMAN - Catalog and ControlFile Recovery

    I recorded rock database (same host) and Fatima databases (in another machine) in the RECOVERY CATALOG.

    I m sticking with Faure database backup using the recovery catalog



    RMAN >

    Complete recovery manager.
    ^ C
    H:\ > rman target sys/farooq@farooq catalog rman2/cat@rock

    Recovery Manager: Release 10.2.0.1.0 - Production on Mon Sep 8 14:41:17 2008

    Copyright (c) 1982, 2005, Oracle. All rights reserved.

    connected to target database: FAURE (DBID = 1820635189)
    connected to the recovery catalog database

    RMAN > register database;

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03009: failure of the register command to the default channel on 2008-09-08 14:41:37
    RMAN-20002: target database is already registered in the recovery catalog

    RMAN > outline report;

    Report of the database schema

    List of permanent data files
    ===========================
    Size (MB) Tablespace RB segs Datafile file name
    ---- -------- -------------------- ------- ------------------------
    1 YES D:\ORADATA\FAROOQ\SYSTEM01 480 SYSTEM. DBF
    2 35 UNDOTBS1 D:\ORADATA\FAROOQ\UNDOTBS01 YES. DBF
    SYSAUX 3 250 NO D:\ORADATA\FAROOQ\SYSAUX01. DBF
    4 5 USERS WITHOUT D:\ORADATA\FAROOQ\USERS01. DBF
    5 100 EXAMPLE NO D:\ORADATA\FAROOQ\EXAMPLE01. DBF

    RMAN > list backup;


    RMAN > backup as incremental compressed backupset of level 0 database more archivelog;


    From backup 08-SEP-08
    Current archived log
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of command thus backup archivelog at 2008-09-08 14:43:03
    RMAN-03014: implicit recovery catalog Resync failed
    RMAN-06004: error ORACLE recovery catalog database: RMAN-20020: incarnation of the database not defined

    RMAN > list incarnation of database;


    List of Incarnations of the database
    DB key Inc key STATE ID DB name DB reset reset time SNA
    ------- ------- -------- ---------------- --- ---------- ----------
    3641 3649 FAURE 1820635189 PARENT 534907 29 JULY 08
    FAURE 3641 3642 1820635189 CURRENT 695424 08-SEP-08

    RMAN > RESET DATABASE to incarnation 3642
    2 >.

    database restore the incarnation 3642

    RMAN > backup as incremental compressed backupset of level 0 database more archivelog;


    From backup 08-SEP-08
    Current archived log
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid = 142 devtype = DISK
    channel ORA_DISK_1: starting from backupset journal archive compressed
    channel ORA_DISK_1: specification of archive log backup set
    archive log entry thread = 1 sequence 1 recid = 4 = 664886867 stamp =
    archive log entry thread = 1 sequence 2 recid = 5 = 664888152 stamp =
    archive log entry thread = 1 sequence = recid 3 = 6 = 664888938 stamp
    archive log entry thread = 1 sequence 4 recid = 7 = 664889572 stamp =
    archive log entry thread = 1 sequence 5 recid = 8 = 664889658 stamp =
    archive log entry thread = 1 sequence 6 recid = 9 = 664891871 stamp =
    archive log entry thread = 1 sequence 7 recid = 10 = 664892590 stamp =
    archive log entry thread = 1 sequence 8 recid = 11 = 664900983 stamp =
    archive log entry thread = 1 sequence 9 recid = 12 = 664902190 stamp =
    channel ORA_DISK_1: from room 1 to 08 - SEP-08
    channel ORA_DISK_1: finished piece 1 to 08 - SEP-08
    piece handle = D:\ORADATA\FLASH_RECOVERY_AREA\FAROOQ\BACKUPSET\2008_09_08\O1_MF_ANNNN_TAG20080908T150314_4D9Y35PK_. Tag BKP = comment TAG20080908T150314 = NONE
    channel ORA_DISK_1: complete set of backups, time: 00:00:26
    channel ORA_DISK_1: starting from backupset journal archive compressed
    channel ORA_DISK_1: specification of archive log backup set
    archive log entry thread = 1 sequence 8 recid = 1 stamp = 664886398 =
    archive log entry thread = 1 sequence 9 recid = 2 = 664886399 stamp =
    archive log entry thread = 1 sequence 10 recid = 3 = 664886403 stamp =
    channel ORA_DISK_1: from room 1 to 08 - SEP-08
    channel ORA_DISK_1: finished piece 1 to 08 - SEP-08
    piece handle = D:\ORADATA\FLASH_RECOVERY_AREA\FAROOQ\BACKUPSET\2008_09_08\O1_MF_ANNNN_TAG20080908T150314_4D9Y407K_. Tag BKP = comment TAG20080908T150314 = NONE
    channel ORA_DISK_1: complete set of backups, time: 00:00:09
    Backup finished 08-SEP-08

    From backup 08-SEP-08
    using channel ORA_DISK_1
    channel ORA_DISK_1: additional start-up compressed 0 datafile backupset
    channel ORA_DISK_1: specifying datafile (s) in backupset
    input datafile fno = 00001 name = D:\ORADATA\FAROOQ\SYSTEM01. DBF
    input datafile fno = 00003 name = D:\ORADATA\FAROOQ\SYSAUX01. DBF
    input datafile fno = 00005 name = D:\ORADATA\FAROOQ\EXAMPLE01. DBF
    input datafile fno = name 00002 = D:\ORADATA\FAROOQ\UNDOTBS01. DBF
    input datafile fno = 00004 name = D:\ORADATA\FAROOQ\USERS01. DBF
    channel ORA_DISK_1: from room 1 to 08 - SEP-08
    channel ORA_DISK_1: finished piece 1 to 08 - SEP-08
    piece handle = D:\ORADATA\FLASH_RECOVERY_AREA\FAROOQ\BACKUPSET\2008_09_08\O1_MF_NNND0_TAG20080908T150351_4D9Y49WW_. Tag BKP = comment TAG20080908T150351 = NONE
    channel ORA_DISK_1: complete set of backups, time: 00:01:15
    Backup finished 08-SEP-08

    From backup 08-SEP-08
    Current archived log
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting from backupset journal archive compressed
    channel ORA_DISK_1: specification of archive log backup set
    archive log entry thread = 1 sequence 10 recid = 13 = 664902308 stamp =
    channel ORA_DISK_1: from room 1 to 08 - SEP-08
    channel ORA_DISK_1: finished piece 1 to 08 - SEP-08
    piece handle = D:\ORADATA\FLASH_RECOVERY_AREA\FAROOQ\BACKUPSET\2008_09_08\O1_MF_ANNNN_TAG20080908T150512_4D9Y6T1D_. Tag BKP = comment TAG20080908T150512 = NONE
    channel ORA_DISK_1: complete set of backups, time: 00:00:02
    Backup finished 08-SEP-08

    From control file and SPFILE Autobackup 08-SEP-08
    piece handle = D:\ORACLE\RMAN_BACKUP\CTL_SP_BAK_C-1820635189-20080908-09 comment = NONE
    Control finished and Autobackup SPFILE file 08-SEP-08

    RMAN > list backup;


    Backup list
    ===============
    S LV TY Device Type delay #Pieces compressed #Copies Tag key
    ------- -- -- - ----------- --------------- ------- ------- ---------- ---
    4615 DISC 08-SEP-08 1 1 YES TAG20080908T150314
    4617 B 0 A DRIVE 08-SEP-08 1 1 YES TAG20080908T150351
    4650 DISC 08-SEP-08 1 1 YES TAG20080908T150512
    4670 HAS NO DISK 1 1 08 - SEP - 08 NO TAG20080908T150517

    RMAN >



    Now, I m conneting to Faure - target database and obtaining the same information from the control file backup.

    H:\ > rman target sys/farooq@farooq

    Recovery Manager: Release 10.2.0.1.0 - Production on Mon 8 Sep 15:05:38 2008

    Copyright (c) 1982, 2005, Oracle. All rights reserved.

    connected to target database: FAURE (DBID = 1820635189)

    RMAN > LIST BACKUP SUMMARY;

    using the control file of the target instead of recovery catalog database

    Backup list
    ===============
    S LV TY Device Type delay #Pieces compressed #Copies Tag key
    ------- -- -- - ----------- --------------- ------- ------- ---------- ---
    21. A DRIVE 08-SEP-08 1 1 YES TAG20080908T150314
    22. A DRIVE 08-SEP-08 1 1 YES TAG20080908T150314
    23 B 0 A DRIVE 08-SEP-08 1 1 YES TAG20080908T150351
    24. A DRIVE 08-SEP-08 1 1 YES TAG20080908T150512
    25 A NO DISK 1 1 08 - SEP - 08 NO TAG20080908T150517

    My question: why are the information stored in the database control file (Faure) target so that its stored in the recovery catalog?

    Hello

    By default, RMAN stored metadata in the file control, all the RMAN is first written to control the file and then catalog of recovery if leaves. For example, when rman creates a new backupset, you can view the information in the v$ backup_set and you can also view the same information of the recovery RC_BAKCUP_SET catalog views.
    So every change repository is stored in two places... Control file and optionally recovery_catalog

    The catalog of recovery of the RMAN Repository versions are stored in database tables and version control repository os file stored as files in with in the control file.

    -Pavan Kumar N

  • Use 'restore factory of Rescue and Recovery' to upgrade 32-bit to 64-bit windows 7

    I have 6 GB of ram on my Lenovo SL410. It runs win 7 32-bit.
    Windows shows that it is capable of 64-bit.
    Can I use "restore factory Rescue and Recovery" to perform the installation of win 7 64 bit?

    Thank you

    Your recovery DVDs are listed here:

    http://support.Lenovo.com/us/en/products/laptops-and-netbooks/ThinkPad-SL-series-laptops/ThinkPad-SL...

    I guess if your recovery partition factory is win 7, 32 bit, it will restore win 7, 32 bit.

    You can order the win7 64 bit DVD for about $50 US recovery.

  • System broke down and how I can't restore my recovery disk or my windows disc premium one should buy another app GOLD...

    Microsoft Windows system report I am crashed right now I can't restore my recovery disk or have my windows premiun a disc buy a GOLD RECORD ANOTHER no: Please tell me I can't restore my computer right now im not on my count all ready and I have to kmnow pls before returning home that they have a free restore disk set my key it after me tell me please now Lee I really want to rto be sure after that long fight thank you cordially for you inquiry

    Hello

    1. what happens when you start on the desktop?

    2. do you have an error message?

    3. don't you make changes before that this problem occurred?

    4. are you able to boot the computer to any mode?

    Method 1:

    Start the computer in safe mode and try to run the system restore.

    Step 1: Startup options (including safe mode)

    http://Windows.Microsoft.com/en-us/Windows-Vista/advanced-startup-options-including-safe-mode

    Step 2: run system restore and check. What is system restore? http://Windows.Microsoft.com/en-us/Windows-Vista/what-is-system-restore

    Method 2: Do startup repair in Windows recovery.

    What are the system recovery options in Windows Vista?

    http://Windows.Microsoft.com/en-us/Windows-Vista/what-are-the-system-recovery-options-in-Windows-Vista

Maybe you are looking for