RMAN Backup restore issue

Hi Guys,
I am running 2 node RAC 11G R2 on windows. I am taking the database backup by issuing the following command:
backup database format='d:\backup\DGtest\%U_DB' include current controlfile spfile plus archivelog  ;
(My source sid is "ABC" and I want to restore it into "xyz")
After taking the above backup I have to restore but I am getting the following error while restoring:
I have created the spfile and copy to ASM instance.
I have restore the controlfile into ASM.
But during database restore I am facing the follwoing issues:
RMAN> restore database;
Starting restore at 25-JUN-13
using channel ORA_DISK_1
creating datafile file number=1 name=+DATA1/abc/datafile/system.261.757702567
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 06/25/2013 09:32:04
ORA-01180: can not create datafile 1
ORA-01110: data file 1: '+DATA1/abc/datafile/system.261.757702567'
RMAN> restore backup;
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00558: error encountered while parsing input commands
RMAN-01009: syntax error: found "backup": expecting one of: "archivelog, channel, check, controlfile, database, datafil
, device, force, from, high, preview, primary, skip readonly, spfile, standby, tablespace, to restore point, until rest
re point, until, validate, ("
RMAN-01007: at line 1 column 9 file: standard input
RMAN>
Any help would be appreciated.

Is your database open? I think it should only be mounted.

Similar Messages

  • 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…

  • RMAN backup restoration on diff OS

    Hi,
    Is it possible to restore an RMAN backup taken on AIX on Solaris?
    Any special tasks need to be done?
    TIA.
    KV

    Pavan Kumar wrote:
    Hi,
    Alternatives are available.
    Refer to doc : http://youngcow.net/doc/oracle10g/backup.102/b14191/rcmrecov002.htm (Old one)
    Try to test since I have not tested on AIX.
    - Pavan Kumar NHi Pavan
    As you know, AIX and Solaris are two different type of operating systems. It's not possible to copy RMAN backups from one host (AIX) and restore it at the second host (Solaris)
    File headers will be different and the system will not recognize the datafiles

  • 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.

  • RMAN backup restoration on a different server under ASM .

    Hello Experts,
    This is regarding new installation of Oracle RAC 11gR2 on AIX 6.1 . Its a two node cluster setup , using ASM . As i am newbie for RMAN , I would like to know how i can restore my rman backup to another uat server which has standby database again cofigured under asm .
    Thanks for your kind help .

    Hi ,
    Thanks for reply
    1) I performed the full database backup on source .
    2) Source (prod) and target remote database (uat) are in ASM and have same DG for datafiles .
    3) I have transfered the backup from production to UAT . I have already running uat database
    do i need to drop it before i start the restoration ? My final purpose is just to refresh target with production backup . Kindly advice the steps from here to proceed with .
    Thank you

  • 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

  • RMAN backup, restore across different versions

    OS : Solaris 10
    I have an RDBMS software only installation of 11.2.0.3 in a server ---> Server B
    I have my source DB running on another server which is of version 11.2.0.1.0 -----> Server A
    Is it possible to take RMAN backup of the source DB of version 11.2.0.1.0 and use it create a DB of 11.2.0.3.0 in server B ?
    Is the same possible for 10.2.0.1.0 to 11.2.0.3.0 ?

    I believe its this
    alter database open resetlogs upgrade;The startup has to be either MOUNT or NOMOUNT ( double checking )
    Create a spfile and then
    SQL*Plus: Release 11.2.0.3.0 Production on Fri Jul 13 15:33:24 2012
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup nomounth2. Super example
    See Levi Pereira's post here :
    alter database open resetlogs upgrade ;         throwing error
    Best Regards
    mseberg
    Edited by: mseberg on Jul 25, 2012 10:18 AM

  • 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.

  • Fusion drive and backup/restore issues

    Hi,
    since I installed a fusion drive on my early 2008 iMac, consisting of an internal 256GB SSD and an (external FW800) 320GB hard disk, I occassionally run into trouble when system updates are pending. In the past, at worst the time machine backup couldn't be restored and I had to reformat and reinstall the system from scratch - which is not really comfortable!
    Currently, running Mountain Lion, when I try to select the startup disk, it complains that Boot-Caches on the Boot-Helper-Partition cannot be created. Nevertheless the system starts fine (and runs fast ;-).
    Before upgrading to Mavericks, I would like to know
         - if someone else ran into similar problems with fusion drives, when updating/upgrading system software.
         - Is it normal that a Time Machine backup cannot be (completely) restore a Fusion drive?
    Yes, I know that having the harddisk part of a fusion drive externally is not recommended/supported by Apple - and my Mac is nearly 6 years old, but that would not explain why system updates/restores nearly always fail and sometimes the Time Machine backup drive has a broken file system (needed reformatting)! And I always checked the disks with Disk Utility prior to updating...
    Any comments are appreciated.

    You can file feedback here. The more who file the more the faster the issues may be fixed.
    Also you shoud look on the CCC forums.

  • RMAN backup restoration

    Hi,
    We have full database backup and increamenal level 1 backup.
    then we have sucessfcully restored level 0 backup.
    After taht we are tring to recover database using recover database command...
    getting below error..
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 05/09/2011 22:40:13
    ORA-19693: backup piece /cddump/EKBPSIT_backup/3rdMay2011_backup/rman/02-05-11-Level-2/EKBPSIT_tblspc_4tmbab0n_1_1.bak already included

    It is a "clean" restore. I mean I have a cold backup and I did a restore.
    In the meantime I found out why it gave me this "strange" error, or at least a work around.
    I set the compatibility mode to 9.2.0 and tried the restore again.
    commands used:
    run{
    set new name
    restore database;
    (control file was already restored with restore controlfile from 'controlfilebacku.rmn';)
    After I opened the database with startup upgrade, I received ora-0600 when trying to recompile invalid objects. I searched the internet for the error (which was
    Errors in file c:\oracle\product\10.2.0\admin\rstorage\udump\rstorage_ora_2512.trc:
    ORA-00600: internal error code, arguments: [17069], [0x342C1524], [], [], [], [], [], []Then I remember that I changed the compatibility to 9.2 so I switched back to 10.2.0.5 and re-executed catupgrade script. It worked fine. (except for invalid objects :) )

  • Iphone 4s Backup - Restore issue

    Hi,
    I am using iPhone 4s with iOS 6.1.3.
    I took backup in in Aug'13 and yesterday.
    Issue:
    Yesterday I upgaded to iOS7 and it was successful.
    But due to some usage issue I try to revertback but haflfway it faled due to storage issue in my pc (C drive was not having enough storage) and all the data gone from iPhone.
    So I freeup space and try to continue the restoration and I couldn't restore the backup ( i tried both and not working). In the mean time I lost all my data including the contacts.
    Since yesterday I am having the iOS7 with no previous data.
    Please help me to guide me to restore the iOS 6.1.3 backup which I took earlier prior to the upgrade.
    Thank you for all to help me to resolve  this issue.
    Cheers
    Senthilkumar

    If you are trying to revert to iOS 6 from iOS 7, that is not possible.
    If you are trying to restore your phone from a previous backup, and the data you are missing is not in that backup, then it can't be restored to your phone.
    In any event your phone will be restored with iOS 7.

  • IOS 7 upgrade and data backup restored issue reg.

    Sir,
    I have using Iphone with IOS 6. Last sunday I have
    upgraded my iphone IOS 6 to IOS 7 version.
    Before upgrading i had backuped my phone.
    After Upgrading my iphone to IOS 7. I tried to
    restore my backup data from itunes to my Iphone
    that time restoring process only compltes 20% and the
    iphone get hanged and not responding.
    Kindly help me solve the above problem and restored my old data from backup.
    thanks in advance.
    Jagadeesh
    email : [email protected]

    I was able to see it earlier. When the noticed the warning messgae to disable find my iphone while attempting a restore, i removed it from my account in web. Still i am not able to restore to a back up as iCloud is disabled. It is always popping up a message to accept iCloud terms and conditions. Upon clicking View Terms it opens the settings page.
    I think it might be related to the ongoing issue
    https://discussions.apple.com/thread/5335046
    Please confirm.

  • RMAN backup restore on new server with CATALOG START WITH

    Hello Experts,
    CATALOG START WITH
    is this required RMAN in catalog mode ?
    reference of post
    Disastor Recovery with RMAN : Restore backup on new separate Server
    Edited by: 873142 on Jul 18, 2011 9:27 PM

    If you use a recovery catalog and want to duplicate database in a fresh server.
    1. connect with the target database.
    2. connect with the recovery catalog.
    3. connect with the auxiliary database.
    4. Run the duplicate command.
    Before running the duplicate command copy the backup piece to your fresh server from the target server. Both mount point should be same.
    Regards
    Asif Kabir
    -- mark your helpful post as correct/helpful.

  • New Camera Roll backup/restore issue...

    Hello,
    I have a massive problem and cannot find an answer to this anywhere....so, i'm hoping someone here can help. (I'm not great with computers!)
    I upgraded from iphone4 to 4S in February. I set-up with icloud, but turned off both the Camera Roll and a secret folder app to save icloud memory as they were enormous. I have regularly synced my iphone with my computer (windows, not Mac). I assumed that this saved all photos into itunes and onto my computer.
    Today i got a replacement handset due to a faulty one. I made sure to backup to icloud and sync my iphone before going to the Apple store. I restored the new one from icloud in the store and plugged the handset into my itunes when i got home to retrieve my photos... Then the problems began...
    I have lost all photos from the camera roll and secret photo app. I am desperate to retrieve them. The only backup my computer shows in itunes is February, when I first recieved and registered the iphone 4s... The last one i did this morning is gone, as are all the others
    Have I been wrong to assume that if the photos are not stored to icloud, they are stored automatically to itunes? Are the photos lost completely or are they hiding somewhere? Any help would be much appreciated!!
    I really dont want to have lost them!
    Thank you

    Dparrish209 wrote:
    I went to iTunes, edit, preferences, device, and it showed my recent backups, and the back up i made is listed. Are you saying that even though this backup is on my computer, there is no way to access the picture files and transfer them to the phone?
    You can try it.
    Hopefully it will work, but thisd is not how you should keep your pics.

  • Pre-Mavericks to Post-Mavericks iPhoto backup Restoring Issues

    A few months ago, I wiped my hard drive on my 2009 Macbook and installed Mavericks.  Now I cannot restore my iPhoto library from the pre-mavericks time machine backup.  Is there a workaround or have i just lost several years of photos? 

    Why can't you restore the old backup? (remember we only know what you tell us - we can not see you or your computer)
    Basically you need to install iPhoto '11 version 9.5.x and restore the iPhoto library and then convert it to the new iPhoto format - if the old library is from iPhoto '08 (version 7.x.x) or earlier you must first download and run the iPhoto library upgraded and then launch iPhoto to finish the conversion - if the old library is from iPhoto '09 or '11 simply put it in the pictures folder an launch iphoto
    restoring from TM is covered here - Mac Basics: Time Machine backs up your Mac
    LN

Maybe you are looking for

  • Macbook Pro Mid 2012 kernel_task

    Hi, I seem to be at a loss. I've been experiencing crashes with my Macbook Pro where I'm presented with a grey screen with a message along the lines of, 'Your computer restarted because of a problem'. I first thought it was related to Google Chrome b

  • How to move phones from one CUCM server to another?

    How easy is it to migrate IP phones from one CUCM server to another? The situation is this: A vessel currently sitting in dry dock has 14 IP phones onboard which currently register with a CUCM server half way round the world (literally). As you can i

  • Require a Message mapping for this Logic.

    Hi Experts, I require a Message mapping for this Logic. In the Source there are 4 fields and, the Target side, the fields should appear like this. Source Structure- File Record |-> Header Order_No Date |-> Item Mat_No Quantity Target Structure-IDoc I

  • How to create the groups in OID Using Java API.

    Hi, I need to create the group in OID Using Java API's only(i.e., javax.naming.* only). I need to achieve it without using any oracle specific jars. Is there any way to achieve it?.If there's a option to achieve it,do let me know. I also need to crea

  • Modeling ProComp in ESR

    Hi, I am new to modeling in ESR and would like to ask a basic question. When I am building a ProComp model, I select a Business Object and subsequently click on the "Operation" icon to model a service operation. At this time, two options appear. They