RMAN Backup Restore from tape

Hello Gurus
We have lvl0 RMAN database backup restored from tape but due to some reasons we could not apply recovery on it. On checking the information in controlfile, it identified only the system file and no other file. So, we recreated the controlfile and decided to recover using backup controlfile option (until cancel or until change or until time). However, to my surprise, when I listed the checkpointchange# and checkpoint_time columns of v$datafile_header, I found the difference in timestamps ranging 24 hrs -- which menat we had to apply 24 hrs of archiving to bring all dbfs to a consistent state (before it allowed us to open the db) -- so far so good, it worked that way.
My question is that, while I trigger a lvl0 RMAN backup at say 4PM on 27th July and it finishes on 4PM on 28th July (as I am directly pushing around 1 TB data to tapes) -- what is the consistency timestamp of this backup. In other words, is this backup available for a restore of 4PM 27th July? Or is it available only for a restore of 4PM 28th July and later ...?
Isn't it that RMAN works at block level and when I fire a backup it should give me all the dbf's of that timestamp..?
Appreciate your inputs/comments.

When taking a online backup with RMAN, the datafiles backup is always inconsistent because it needs the archived redo logs generated during the backup to be consistent: http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/intro005.htm#sthref70.
A full online backup can only be used to restore the database to a point in time starting after backup end: if a backup starts at 4PM on 27th July and it finishes on 4PM on 28th July you can use it to restore the database to a point in time after 28-JUL 4PM.

Similar Messages

  • RMAN backup restore from RAC to single instance ASM

    Hi,
    We are using oracle 11gR2 on AIX 6.1,
    We need to restore RMAN backup from RAC to single instance ASM,
    Im new to RAC & ASM, What will be the changes
    What will be steps involved into it.
    Thanks

    Hello,
    Refer this MOS doc *HowTo Restore RMAN Disk backups of RAC Database to Single Instance On Another Node [ID 415579.1]*
    On the Single Instance ASM, you need to specify the diskgroup name for the parameters "control_files, db_create_file_dest"
    Handle:      user10745179
    Email:      [email protected]
    Status Level:      Newbie (5)
    Registered:      Feb 24, 2009
    Total Posts:      168
    Total Questions:      74 (52 unresolved)
    Name      Devesh
    Location      Mumbai If you feel that your questions have been answered, then please consider closing the threads by providing appropriate points. Please keep the forum clean !!
    Regards,
    Shivananda

  • Restore backup piece from tape to disk?

    Hi,
    Is it possible to restore rman backup piece from tape to disk? Please advice.
    Thanks,

    Is it possible to restore rman backup piece from tape to disk? Please advice.I dont think so it is related with ORACLE database to copy backup pieces from tape to disk.
    You might have any other vendors like veritas, Symmetrix & all. We backup an Oracle database via the TDP application to tape

  • Restore backup pieces from tape to disk

    Hello,
    I want to restore the backup pieces from tape to disk.   Is there any way of getting those bacup pieces to disk. 
    I have contacted storage team, that they can't copy the files, only through rman utility the files can be used.
    I just need to restore the files from tape to disk.  No, need to restore the database.  I just need this for future purpose...
    Thanks,
    Ramesh G

    You can try to use LIST BACKUP to get the backup piece name and then use Veritas tool to restore the backup piece from tape to disk.

  • Steps to  setup MML on veritas Netbackup to perform rman restore from tape

    RMAN backup is taken to tape...
    can anyone please give the steps to setup the MML on veritas Netbackup ...
    and also the steps to perform rman restore from tape to a new server ....
    Thanks in advance

    can u please answer them ..
    1)how to find out that the which tape is mounted on a backup server ?? command please ....
    2)how to find out that the rman backup was successful on the tape ?
    3)how to find out what are the tapes involved in that backup ?
    4)do u have to the create a auxillary database while restoring from rman by tape to a new server ?
    5)is there a way to findout how many GB completed in x timeframe by RMAN on oracle 11.2.0.2/10g and and oracle 9i during the backup process ??
    and also please answer ...
    #)RMAN backup is taken to tape...
    can anyone please give the steps to setup the MML on veritas Netbackup ...
    and also the steps to perform rman restore from tape to a new server ....
    and
    #)--- can i know the steps for the MML
    CATALOG command to define new locations
    ----May i know the commands

  • RMAN RESTORE FROM TAPE DIRECTLY

    Dear All,
    We are in the process of testing the restore functionality of our production Db. The Backup is taken by Rman which is integrated with Netbackp. The backup files are directly going to the Tape storage.
    Scenario
    1. We need to restore the backup into a different host which doesn't have access to the Netbackup server and Production Db (Its a DR site)(DR excercise).
    2. System team can provide the tape on the standby server.
    Concerns
    1. How can i proceed with restore in the secondary host.
    2. Is there any way to read the backup pieces from Tape and catalog it using rman
    If any come across this scenario, kindly share me the solution.
    Thanks in Advance

    If it is a NETBACKUP device, you can't restore without NETBACKUP. Well, there have been articles written on howto, but they all seem to end in "I just installed netbackup, imported the tape and restored from there."
    I NEVER, EVER backup directly to tape - always to disk - most frequently with enough space to store 2 full backups plus enough archivelog file space to span before and after those backups, then sweep the backup location to tape. Recovering from tape can take 50-150% longer. If you use NETBACKUP, install it where it is needed. Going "cheap" could potentially cost the company more in downtime, than the licenses would have costs. If you NEED data, you NEED licenses to run the tools required to recover from a disaster.
    The sad part is that should a catastrophic failure occur, it is usually at the most inopportune time.
    Companies should treat their data [required to run their business] with the same security and backup strategies as if it was cash in the bank. I have seen a very large company literally throw away over $8M in unrecoverable orders due to impatience with bringing a system back online and not allowing the proper recovery processes to occur. Not having the proper licenses would fall into this category. Can your company afford to lose $8M in income?
    Sounds like your company really needs a Business Continuity Review of your DR processes and procedures.
    onedbguru - CISSP.

  • RMAN Restore from tape

    Hi,
    I have weekly full and daily archived RMAN backup directory to tape. I want to do clone on another server. I have all information HANDLE , TAG etc. What is the best way to restore to another server and clone database. Do I need to restore tape contents to disk and clone?
    Thanks

    1)Using DUPLICATE TARGET DATABASE command
    sample :
    On clonedb do following:
    rman target <targetconnectiondetails> catalog <catalogdbdetails> auxiliary /
    run
    allocate channel ch1 <copy the channel allocation command from source database >
    set until database to_time('till what time you need data')
    duplicate target database to 'clonedbname'
    2)From 11g you can use ACTIVE DATABASE DUPLICATE. which does not rely on backups

  • Restore from tape speed check

    Restore from tape : how we can find out out restore speed in MBs? and how to check if there are any bottlenecks/slow speed and what are things to adjust to increase its speed.

    Hi DBA2008,
    With rman the backup of only the data will be transfered to tape so an almost empty 2g datafile will be faster than a full 2g datafile.
    To actually measure the speed you should time a backup to tape and with <list backup;> get information about the amount of data transfered.
    Than time the restore this will give you an idea.
    Depending on your hardware allocating more channels in the rman command can improve performance.
    You could also check the backup system documentation for helpful information to measure/improve the speed.
    Regards,
    Tycho

  • RMAN backup restore leads to the error "ORA-00600: internal error code, arguments: [kccsbck_first], [2], [2349545192]" on DB startup

    Hi All,
    DB:11.2.0.3.0
    OS: Sun Solaris SPARC 64 bits
    I am facing an issue -  RMAN backup restore leads to the error "ORA-00600: internal error code, arguments: , , " on DB startup. Restored from RMAN backup DB test2 to DB test1.
    <p mcekeep="true">  $ sqlplus / as sysdba
    <p mcekeep="true">   SQL*Plus: Release 11.2.0.3.0   Production on Sun Oct 6 09:31:28 2013
    <p mcekeep="true">   Copyright (c) 1982, 2011,   Oracle.  All rights reserved.
    <p mcekeep="true">   Connected to an idle instance.
    <p mcekeep="true">  
    SQL> startup
    ORACLE instance started.
    Total System Global Area 4277059584 bytes
    Fixed Size                  2166160 bytes
    Variable Size            1493176944 bytes
    Database Buffers         2768240640 bytes
    Redo Buffers               13475840 bytes
    ORA-00600: internal error code, arguments: , , ,
    SQL> exit
    DB test2 database validated:
    RMAN> validate Database;
    No issues reported.
    Could anyone please let me the what's the cause of this error
    Thanks for your time
    Regards,
    user10088255

    HI,
    CASE : I
    C:\>set ORACLE_SID=xxxx
    C:\>sqlplus sys/XXXXX@rosen as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Sat Jan 29 12:28:00 2011
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area   3423965184 bytes
    Fixed Size                      2180544 bytes
    Variable Size                2080377408 bytes
    Database Buffers           1325400064 bytes
    Redo Buffers                   16007168 bytes
    ORA-00600: internal error code, arguments: [kccsbck_first], [1], [3978145973],
    Solution:   AFTER GETTING  ORA-00600, SHUT THE DATABASE AND STARTUP IT INTO MOUNT STAGE  AND  THEN ALTER  DATABASE   TO OPEN STAGE .
    SQL> shut immediate
    ORA-01507: database not mounted
    ORACLE instance shut down.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area 3423965184 bytes
    Fixed Size                      2180544 bytes
    Variable Size                 2080377408 bytes
    Database Buffers           1325400064 bytes
    Redo Buffers                    16007168 bytes
    Database mounted.
    SQL> alter database open;
    Database altered.
    SQL> select name,open_mode from v$database;
    NAME      OPEN_MODE
    ROSEN     READ WRITE
    CASE :: II
    C:\>sqlplus sys/XXXX@royalton as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Sat Jan 29 12:37:37 2011
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  3423965184 bytes
    Fixed Size                      2180544 bytes
    Variable Size                  1979714112 bytes
    Database Buffers            1426063360 bytes
    Redo Buffers                  16007168 bytes
    ORA-00600: internal error code, arguments: [kccsbck_first], [1], [73515151],[], [], [], [], [], [], [], [], []
    Solution :  As in above case, I have started the database in mount and then alter it to the open mode but it doesnot work out. After some analysis ,troubleshooting and googling, we have decided to flush the shared pool  component of the SGA . So, we have started the database in mount stage and then flush the shared pool and further alter it to open stage . Below are the steps performed to solve this issue .
    SQL> shut immediate
    ORA-01507: database not mounted
    ORACLE instance shut down.
    C:\>set ORACLE_SID= royalton
    C:\>sqlplus sys/xxxxxxxx@royalton  as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Sat Jan 29 12:28:00 2011
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area 3423965184 bytes
    Fixed Size                     2180544 bytes
    Variable Size                 2080377408 bytes
    Database Buffers            1325400064 bytes
    Redo Buffers                  16007168 bytes
    Database mounted.
    SQL> alter system flush shared_pool;
    SQL> alter database open
    Database altered.
    SQL> select name,open_mode from v$database;
    NAME            OPEN_MODE
    ROYALTON        READ WRITE
    Conclusion : Though this is not the solution but a workaround to solve ORA-00600  which is having same argument as above, then you may follow the above steps.
    Please chek this link : One Can Succeed at Almost Anything For Which He Has Enthusiasm...: ORA-00600: internal error code, arguments: [kccsbck_f…

  • How to copy the backup files from TAPE to Local disc

    Hi Gurs,
    i want to make as replica trrough  PRD offline backup , on new server, while database installing i will take the option systemcopy /backup/restore , so for that how installation master can recognise the tape from tape device, so that now i wanted to copy the backup files from Tape to local disk so that it was already mounted ,i can show the path of backup files.
    the OS is Susi 9
    Oracle 9i
    ECC 5.0
    please any one can help me
    cheers

    What do you use to backup the files to disk? cpio? dd?
    Markus

  • Backup/Restore from PC Suite with N71 worthless

    Hi,
    I have used Backup from PC Suite (Version 6.82.22.0) to backup my N71 data before I gave the N71 to a repair shop. The N71 camera was not working.
    After four weeks I got a N71 replacement. A brand new N71 with a different serial number which is not good because some S60 apps now no longer work.
    But anyway the real surprise I got was after I run Restore from PC Suite to get all data back. The Restore finished without any error but almost nothing useful was restored!!
    No Contacts, No Messages, No phone Setup (Themes, Bluetooth Config, Apps).
    Huh???
    Is this really how Backup/Restore from PC Suite with a Symbian S60 3rd Nokia N71 us supposed to work??
    If yes, than Backup is utterly worthless!!
    I am not aware that I did something wrong. I have used Backup regularly and never got any error messages.
    But it is painfully obvious that the most important data from the phone are not saved!
    All the Restore did was restore some audio and image files and the Notes contents.
    Regards,
    Gagome

    you can check the backup log for the details of the backuped content. or try this tool to view the content of the .nbu.
    What's the law of the jungle?

  • Problem restoring from  tape a backup with different retention days

    As part of our procedure to test data restore for the SAP platform, recently we tried to restore a backup of the QAS SAP database from tape but had problems . During the analysis we think this problem happened because the retention of the backup on tape differs from the one in the configuration of SAP initSID.utl file; originally, the backup was made to a virtual tape using the brbackup tool /expiration parameter of 3 days, then cloned to a physical tape with a longer retention (30 days).
    As a temporary solution to restore the data, we extended the u2018expirationu2019 parameter in the brbackup/brrestore configuration file (.utl) and since we still had the logs of the original backup (.anf file), we were able to complete the restore succesfully. We then changed back to the original the expiration time in the .utl file
    We need to run the restore option in Production (PRO) environment but still we are not sure if this workaround is acceptable. Does anyone know if this option is correct or if thereu2019s another known solution for this case

    Hi Julio
    I believe you have posted your query in the wrong forum and hence you might not be getting the responses you would want.
    This forum is for Operational Performance Management Business Applications like Spend Performance Management and SCPM.
    Regards
    Rajesh

  • Netbackup related parameters when restoring from tape to a different server

    Db version: 11.2.0.2 / Solaris 10
    Media Management layer : Symantec Netbackup v7
    Production server : qualmh214
    Prod DB Name : NEHPROD
    We take backup of our prod database using a script similair to the below
    run
         ALLOCATE CHANNEL c1 TYPE 'SBT_TAPE';
         SEND 'NB_ORA_CLIENT=qualmh214,NB_ORA_POLICY=qualmh214_rman, NB_ORA_SERV=hlsngt238, NB_ORA_SCHED=Weekly';
         backup incremental level 0 database tag='NEHPROD_full' plus archivelog ;
         backup format  'NEHPROD_%d_%U_%t.rbk' ;
    }We have a test server :
    dreyth169Every week we need to Clone the above Prod DB from its latest Level 0 Backup stored in Tape.
    We have installed Symantec netbackup on our test server.
    To restore using RMAN, in run block for the restore, shouldn't NB_ORA_CLIENT be the test server name dreyth169 ? ie. If we keep NB_ORA_CLIENT=qualmh214 (Prod server), then RMAN will do the restore in the PROD !!! Right? That would be a disaster.
    What about NB_ORA_POLICY for test server ? Should I create new policy NB_ORA_POLICY for my test server ?

    Hello;
    Yes, for example if you were doing an RMAN duplicate you would set it to : ( very similar operation )
    NB_ORA_CLIENT=target_server
    Should I create new policy NB_ORA_POLICY for my test server ?
    That's the way I would do it. It may work without it however.
    Since you are using oracle 11.2 another option is "Active Database duplication" If your database isn't too large and you have decent network speed and some off peak time once a week I would consider this.
    I've used this with great success and you can script it fairly easy in Unix/Linux. If the Remote Host has the Same Directory Structure this get even easier. With a couple of INIT files and a clean up script on the remote this becomes a cookie cutter. Since the job would run from the remote you can avoid RMAN conflicts with your backups.
    http://docs.oracle.com/cd/E11882_01/backup.112/e10643/rcmsynta020.htm
    Best Regards
    mseberg
    Edited by: mseberg on Jun 25, 2012 2:50 PM

  • RMAN backup restoring to new server help!

    I'm using Oracle 8.1.7. The production database was copied (datafiles, controlfile etc) to a NEW server that I'm trying to set up as a development DB. I take full database backups using RMAN from the production server, and I want to restore them on the development server. I think I somehow have to specify the filename/location of the backup file but I can't seem to figure out how to do it.
    I am not using a recovery catalog.
    Any help is appreciated.

    If you restore the controlfile backup to the development server RMAN
    will "read" the expected location of the backupsets from there.
    In 8i you cannot use the CATALOG command so you have to copy all
    the backupsets to the same path on the development server as on the
    production server.
    Once you have your init.ora and controlfiles in place (and created the
    expected target directory structure for the database and redolog files),
    you can use STARTUP MOUNT and thene RESTORE from RMAN.
    I believe that you should be able to rename files in 8i RMAN as well.
    If not, you'll have to stick to restoring to the same location.
    The key thing is that the controlfile records the "location" of the RMAN backupsets
    and the "location" where datafiles are to be restored to.

  • Speed up restore from tape

    The restore from the tape runs always slow and use only one channel everytime. Is there any way we can speed up the restore using parallellism. Please suggest.
    FYI - We are not using the RMAN catalog.

    Hi Boochi,
    Could someone let me know how to run duplicate target database command with degree of parallelism?.Open more channels of both types:
    allocate channel tc1;
    allocate auxiliary channel ac1;
    allocate channel tc2 ;
    allocate auxiliary channel ac2 ;
    Or if you are using tape channels:
    allocate channel tc1 type 'SBT_TAPE';
    allocate auxiliary channel ac1 type 'SBT_TAPE';
    allocate channel tc2 type 'SBT_TAPE';
    allocate auxiliary channel ac2 type 'SBT_TAPE';
    Rgds,
    Tycho

Maybe you are looking for

  • Need Java API doc for the preference Manager class

    Where can I get Java Doc for the following classes import oracle.webcenter.peopleconnections.preference.Preference; import oracle.webcenter.peopleconnections.preference.PreferenceException; import oracle.webcenter.peopleconnections.preference.Prefere

  • Disable Driver Enforcement for Virtual Audio Cable?

    Hi, I'm trying to get this thing called "Virtual Audio Cable" Working, but It is apparently not signed, so I cant even use it. Is there a fix to this? I've tried to use bcdedit -set. I have tried to use DSEO Too, but I dont know what file it wants me

  • I cant get application fold to stay on the dock

    hui i cant get the applications folder to stay on the doc.  I know how to drag and drop but all it does is copy to desk top and not on to the dock... can you help thanks

  • Freight Condition on Contract is copied to Release PO Header

    Hello, We have a contract for raw materail with freight condition (value) attached to the line item not the header.    When release purchase order is created the freight condition is copied over to the HEADER not the line item and Is distributing the

  • How delet and replicate a vendor in SRM.

    Hi, Can any one help me whether a vendors BP number can be deleted using FM: BBP_BUPA_EVENT_DELE2 Actually I have updated the currency of my Vendor master record in the back end I want that to be replicated in SRM. only for a single vendor. Is there