restore old backup rman (obsolete)

Hello

How can restore us an old backup of rman?
in the backup from the list, I don't see this backup, but we have restored the rman backup folder in our recovery flash (from tsm system file backup)?

do you know if it's possible?


Best regards

first added this file in RMAN, for example.
Catalog recovery area;
and accept only the new files or catalog only the directory selected.

Then, try to restore in the test test env. (of course ;-)) using backup controlfile format " option.

I think it's possible.

Tags: Database

Similar Questions

  • How to remove the old backup RMAN

    Hello Experts,

    Please English me to remove my old backups RMAN. We act in RMAN backup on a daily basis on the disc. you want to delete the previous day from the disk backup.

    Any help?

    Ideally if your backup is automatic, you need to add a line "delete noprompt obsolete device type disk;" at the end of backup scripts based on your retention policy clean the old not required for backups.

    HTH.

  • Restoring a backup RMAN to a new instance of the database

    Hi guys,.

    I have a problem with restoring a backup RMAN I have with me a new instance of the database. I have with me are:

    1. backup of the SPFile. (O1_MF_NCNNF_CTLFILE_BU_92DVGYO2_. BKP)

    2. backup of the control file (O1_MF_NNSNF_SPFILE_BU_92DVGW9H_. BKP)

    3. the full backup (O1_MF_NNSNF_FULLPROD_BU_92DVGW9H_. BKP)

    I received these files to a client environment and I need to restore these to a new instance of the database on a local computer. I gave an attempt as follows (in Oracle 10 g):

    1, creates a new instance of the (Test75) database using the Oracle Database Configuration Assistant

    2 SET ORACLE_SID = Test75

    3 connection to this instance with RMAN

    4 tried to restore the SPFILE from the BKP file received.


    I make mistakes and cannot continue. I don't know if I will carry out the correct steps. Please help me telling me how I should achieve this goal.


    Thank you.

    1. backup of the SPFile. (O1_MF_NCNNF_CTLFILE_BU_92DVGYO2_. BKP)

    2 backup of control file (O1_MF_NNSNF_SPFILE_BU_92DVGW9H_. BKP)

    The first backuppiece resembles a ControlFile and the other looks like a SPFILE'

    > I get error and cannot continue

    What is the error?  (I assume that you have tried to restore the O1_MF_NNSNF_SPFILE_BU_92DVGW9H_ SPFILE. BKP

    Note that you must also SET the DBID before restoring the controlfile

    Hemant K Collette

  • Restore old backup android on my new Xperia z5 premium

    Hello Sir/mam

    I got a samsung camera before and he had a copy of backup on my pc

    I lost this device and always keep this backup

    is it possible to restore or move the old backup copy of samsung to my new xperia (Z5 double Premium (E6833))

    Android version: 6.0.1

    Build number: 32.2.A.0.253

    Depending on how you have generated the backup, you can be out of the chance of the differences between the two marks, if it is a compressed file, you may be able to decompress it and then manually copy data from your computer to the new.

    Is saving a file or is it a directory?

  • 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

  • corrupted backup iPhone: you can restore old backup from Time Machine?

    Hello

    I recently had my iPhone 6 (last iOS 9.2) stolen and when I bought my new 6 iPhone updated to iOS 9.3.1 and it synchronized, he said that the March 21 backup was corrupt or incompatible.

    Leaving aside Why is it (except if in your knowledge, it has an effect), I was wondering is it possible to go into the Time Machine and find the last iPhone backup (hopefully not corrupt or incompatible) and then use it when you synchronize and put up my new phone?

    So in this case I would lose a week / a month value of the data over the year or so for my backup previously listed on my iTunes currently.

    More important still, I need to get my SMS and notes.

    For now, my contacts seem to have all come finer.

    A big thank you for any help you can provide.

    See you soon

    You should be able to do. Follow the instructions here to find and restore the backup on your hard drive.

    Use Time Machine to back up or restore your Mac - Apple Support

  • restore the backup rman 11.2.0.2 in another 11.2.0.4 server and open the normal ORA-39710

    Hi guys,.

    I have a backup in oracle 11.2.0.2, and tried to restore this backup in oracle 11.2.0.4. I'm working on windows server 2008.

    I think that I did a few steps well until that stage;

    ALTER database open resetlogs upgraded;

    then I could access the database normally, but when I try to do an export (EXP) tradicionally command line says:

    ORA-39710: only connect AS SYSDBA is allowed when it is OPENED in UPGRADE mode

    How can I open database in normal mode?

    Has what measures he forgotten?

    Best regards.

    Hey, guys, sorry...

    Thank you for your response.

    I did following:

    upgrade of start-up;

    @?/rdbms/admin/catupgrd.sql

    Take a few minutes and finish.

    Then

    sqlplus / as sysdba

    startup

    And worked hard.

    Then:

    @?/rdbms/admin/utlrp.sql

    Thank you.

  • restore the backup - RMAN optimization

    Hello

    Please help me define "restoring backup optimization on ' RMAN?

    Version 10G / 11G

    Kind regards
    Mathew.

    He didn't need any special settings. Its default behavior.
    http://download.Oracle.com/docs/CD/B28359_01/backup.111/b28270/glossary.htm#CHDJBHID

    HTH
    Aman...

  • BlackBerry smartphones restore old backup of 9800 again 9800 phone

    I had a torch blackberry 9800 which I supported up to the blackberry desktop then it was sent for repair and they have replaced with new 9800 tried to recover everything from the desktop but it says I need the old firsy blackberry how can I get my suggestions in return fo

    Yes. You can use the Blackberry Backup Extractor tool to check if you have existing local backups on your computer. It can extract data such as SMS, emails, calendars, contacts, notes, etc. from backup, you can import according to your new BB. I hope this helps.

  • use the old backup RMAN after OPEN RESTLOGS

    Hello
    in 10g R2, we can use the backups made before one:
    ALTER DATABASE OPEN RESETLOGS 
    Thank you.

    Salvation;
    In 10g, yes you can, click on the link:
    http://emrebaransel.blogspot.com/2009/01/performing-recovery-after-RESETLOGS.html

  • Restore from old backup in 11 g

    Hello

    I wonder about the process of restoring a database to an old backup rman in GR 11, 2. As I understand it, the concept is based on an incomplete recovery using a + until time + or + YVERT + clause. For example:

    {code}
    target of $ rman / catalog rman/rman@rcat

    (a) RMAN > list incarnation;
    (b) RMAN > reset in the incarnation 4 database;
    (c) RMAN > strength of startup nomount;
    (d) RMAN > run {}
    (e) RMAN > set up to that time "to_date('2010-10-05:12:00:00','YYYY-MM-DD:HH24:MI:SS')";
    (f) RMAN > restore controlfile;
    (g) RMAN > change the editing of the database;
    (h) RMAN > restore database;
    (i) RMAN > restore database;
    (j) RMAN > alter database open resetlogs;
    {code}

    Why do I need to reset the incarnation of the database when I restore an old controlfile?

    Clause of apparently OF backup AUTOMATIC is not necessary when you use the recovery catalog.

    How can I know that a restoration of the controlfile is necessary - I still have need to restore the controlfile if there were changes to the database structure?

    Thank you
    Markus

    Does this mean a RESET DATABASE is intended to be valued using the current controlfile?

    Yes

    That's why when you are using a backup controlfile a REST DATABASE is obsolete?

    Do not reset.

    What confuses me, is http://download.oracle.com/docs/cd/B12037_01/server.101/b10734/rcmrecov.htm

    Recovery point-in-time to a previous Incarnation

    In this case, you want return of database of State passed, according to time, that this time located before the resetlogs, so you need to ressetting, otherwise you will get an error.

    The following example performs a DATABASE RESET, followed of a CONTROLFILE RESTORE of backup inside a command "set tile view deleted time" running - is the RESET DATABASE needed?

    In this case, you have the recovery catalog, and if your backup controlfile location current incarnation so yes then reset the database.
    This case, you use a backup controlfile, you use a recovery catalog, because of this, you need to reset database.

    Published by: Alex on October 13, 2010 05:59

  • Restore from different database Rman backup RMAN

    Hello world

    I'm practicing Rman, so I request that the way to restore the rman backup in a different database.

    For example:

    1. I have backup Rman of DB1 to level 0 and level 1 cumulative data base more archievelog

    2. I need to import or restore the backup Rman of DB1 to a different database DB2.

    What is the procedure to make the queries above. Please anyone one help out me.

    I use oracle 10g r2 running in windows server 2003.

    Thanks in advance.

    flanged wrote:
    Hello world

    I'm practicing Rman, so I request that the way to restore the rman backup in a different database.

    For example:

    1. I have backup Rman of DB1 to level 0 and level 1 cumulative data base more archievelog

    2. I need to import or restore the backup Rman of DB1 to a different database DB2.

    What is the procedure to make the queries above. Please anyone one help out me.

    I use oracle 10g r2 running in windows server 2003.

    Thanks in advance.

    If you want to restore the database from one node to the node of dfiferent, you can follow below url

    http://mohamedazar.WordPress.com/2011/03/13/disaster-recoveryrestore-database-from-one-server-to-another-server-when-different-location/

    but you couldnot able to restore the database backup entire rman in another database instance struture.

  • Complete restoration of old backup database.

    How can I restore database (9i) using old full backup? I want to do this because my redo log group (current) broke down and the database cannot be opened, his mount in State.

    RMAN details
    -No used catalog

    RMAN > show all.

    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO RECOVERY OF 2 DAYS WINDOW;
    CONFIGURE BACKUP OPTIMIZATION
    SET UP DEFAULT DISK DEVICE TYPE;
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT for DEVICE TYPE DISK TO ' / backup/rman-backup/cf%F';
    SET UP THE DEVICE TYPE DISK PARALLELISM 2;
    CONFIGURE BACKUP OF DATA TO DISK FILE TYPE DEVICE TO 1; # by default
    CONFIGURE BACKUP ARCHIVELOG FOR DEVICE TYPE DISK TO 1; # by default
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT ' / backup/rman-backup/ora_df%t_s%s_s%p';
    RMAN configuration has not stored or default settings
    CONFIGURE MAXSETSIZE TO UNLIMITED;
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO ' / backup/rman-backup/snapcf_PROD.f';

    I ran BACKUP DUPLICATION and REMOVE OBSOLETE.


    "Backup from the list" gives the latest backup games. I deleted all the games of the last backup of ' / rman backup/backup /' and copied all the full backup old value for ' / rman backup/backup /'. It looks like RMAN is aware of the last backup and not the old full backup files which I copied ' / rman backup/backup /'.

    RMAN > restore validate the database.

    From restoration to May 24, 10

    using channel ORA_DISK_1
    using the ORA_DISK_2 channel
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the restore command at 24/05/2010 17:50:19
    RMAN-06026: some targets not found - abandonment of restoration
    RMAN-06023: no backup or copy of datafile 419 found to restore

    Hi rajkum,

    In 9i, you don't have the ability to backup backupset catalog.
    You must restore a created with the controlfile autobackup controlfile right after that "the old full backup set" was created.

    This controlfile will contain the necessary backup game info, so you can perform the restore.

    Kind regards

    Tycho

  • Do not lock - automate the deletion of backups RMAN old day after a success

    Hi all

    Admin: Do not lock this thread. I moved here the database instance based on the suggestion of another Member, and the question to this forum. If you want to lock a thread, lock one in the forum of the database, not this one.

    I am looking for a way to automate the deletion of backups RMAN old days only after the occurrence of a success. At the present time, I have daily backups of L0 via crontab, and I need to create a script that can tell if a successful backup is done, then delete the old L0 if it has. Any suggestions on how to start? I'm stuck in code to see if a successful backup has been performed.

    Oracle 11.2.0.3

    Exadata (4 nodes)

    Linux 5.10

    * a from database forum

    A backup is completed when the backup command is complete.

    You have two 'blocks execution' in your rman script.

    Put the DELETE OBSOLETE between the end of the last execution block and EXIT:

    OUTPUT CHANNEL fs1b;
    OUTPUT CHANNEL fs2b;
    OUTPUT CHANNEL fs3b;
    CHANNEL fs4b;
    CHANNEL fs5b;
    CHANNEL fs6b;
    CHANNEL fs7b;
    CHANNEL fs8b;

    }

    remove the backup noprompt obsolete;
    "exit";

    You also want to do some other household:

    cross-checking of backup;

    delete expired backup noprompt.

    overlap archivelog all;

    delete noprompt expired archivelog all;

  • ORA-01152: 1 no file has been restored from a sufficiently old backup

    Hi all

    I have restored my database,

    and after it's over, I've tried.

    RMAN > alter database open resetlogs;

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure to modify the order db at 2010-05-26 14:53:08
    ORA-01152: 1 no file has been restored from a sufficiently old backup
    ORA-01110: data file 1: ' D:\ORACLE\BISE1\ORADATA\BISE1DB\SYSTEM01. DBF'


    is there a solution to the situation?

    Thank you

    Ugur

    Here is the explanation:

    ORA-01152: file string has not been restored from a sufficiently old backup

    Cause: An incomplete recovery session was launched, but an insufficient number of logs have been applied to standardize the data base. This file is always in the future than the last applied log. The most likely cause of this error is forgetting to restore the file from a backup before proceeding with an incomplete recovery.

    Action: Apply more marbles until data is coherent or restore the database from a previous backup and recovery of repeat file.

    Also, check out the following link:
    http://oraware.blogspot.com/2008/05/ora-01152-file-1-was-not-restored-from.html

    Published by: Kamran Agayev, a., 26 May 2010 17:02

Maybe you are looking for