Why cant i restore/recover...

Hello all, i am trying a recovery to do point in time...but i keep getting errors...y so any ideas ??? i do a backup of my database and its says cant find backup or copy of datafiles...here is what i am doing...am i doing anything wrong ?? and the database is in mount stage..before i used the RUN block...please advice....and also looks like i do have everything...all the files are good...need to reover untill that time...i even tried just recovery....
RMAN> run {
2> set until time "to_date('12/26/2008 18:00:00','mm/dd/yyyy hh24:mi:ss')";
3> restore database;
4> recover database;
5> alter database open resetlogs;
6> }
executing command: SET until clause
Starting restore at 27-DEC-08
using channel ORA_DISK_1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 12/27/2008 15:59:39
RMAN-06026: some targets not found - aborting restore
RMAN-06023: no backup or copy of datafile 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
RMAN> show all;
RMAN configuration parameters are:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 14 DAYS;
CONFIGURE BACKUP OPTIMIZATION OFF; # default
CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/u99/backup/rman/control_n_spfile_%F';
CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '/u99/backup/rman/%U' MAXPIECESIZE 100 M;
CONFIGURE MAXSETSIZE TO UNLIMITED; # default
CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/10.2.0/db_1/dbs/snapcf_rman.f'; # default
RMAN> list backup;
List of Backup Sets
===================
BS Key Size Device Type Elapsed Time Completion Time
26 319.43M DISK 00:00:31 26-DEC-08
List of Archived Logs in backup set 26
Thrd Seq Low SCN Low Time Next SCN Next Time
1 25 459007 13-DEC-08 461330 13-DEC-08
1 26 461330 13-DEC-08 461332 13-DEC-08
1 27 461332 13-DEC-08 461335 13-DEC-08
1 28 461335 13-DEC-08 463761 13-DEC-08
1 29 463761 13-DEC-08 522401 15-DEC-08
1 30 522401 15-DEC-08 592266 16-DEC-08
1 31 592266 16-DEC-08 634021 17-DEC-08
1 32 634021 17-DEC-08 696997 19-DEC-08
1 33 696997 19-DEC-08 747307 20-DEC-08
1 34 747307 20-DEC-08 818489 22-DEC-08
1 35 818489 22-DEC-08 876594 26-DEC-08
1 36 876594 26-DEC-08 876882 26-DEC-08
Backup Set Copy #1 of backup set 26
Device Type Elapsed Time Completion Time Compressed Tag
DISK 00:00:31 26-DEC-08 NO TAG20081226T213446
List of Backup Pieces for backup set 26 Copy #1
BP Key Pc# Status Piece Name
49 1 AVAILABLE /u99/backup/rman/0qk38j3m_1_1
50 2 AVAILABLE /u99/backup/rman/0qk38j3m_2_1
51 3 AVAILABLE /u99/backup/rman/0qk38j3m_3_1
52 4 AVAILABLE /u99/backup/rman/0qk38j3m_4_1
BS Key Type LV Size Device Type Elapsed Time Completion Time
27 Full 584.45M DISK 00:01:42 26-DEC-08
List of Datafiles in backup set 27
File LV Type Ckp SCN Ckp Time Name
1 Full 876896 26-DEC-08 /u14/oradata/rman/system01.dbf
2 Full 876896 26-DEC-08 /u14/oradata/rman/undotbs01.dbf
3 Full 876896 26-DEC-08 /u14/oradata/rman/sysaux01.dbf
4 Full 876896 26-DEC-08 /u14/oradata/rman/users01.dbf
5 Full 456248 13-DEC-08 /u14/oradata/rman/test01.dbf
6 Full 876896 26-DEC-08 /u14/oradata/tspir01.dbf
Backup Set Copy #1 of backup set 27
Device Type Elapsed Time Completion Time Compressed Tag
DISK 00:01:42 26-DEC-08 NO TAG20081226T213518
List of Backup Pieces for backup set 27 Copy #1
BP Key Pc# Status Piece Name
53 1 AVAILABLE /u99/backup/rman/0rk38j4m_1_1
54 2 AVAILABLE /u99/backup/rman/0rk38j4m_2_1
55 3 AVAILABLE /u99/backup/rman/0rk38j4m_3_1
56 4 AVAILABLE /u99/backup/rman/0rk38j4m_4_1
57 5 AVAILABLE /u99/backup/rman/0rk38j4m_5_1
58 6 AVAILABLE /u99/backup/rman/0rk38j4m_6_1
BS Key Size Device Type Elapsed Time Completion Time
28 3.50K DISK 00:00:01 26-DEC-08
BP Key: 59 Status: AVAILABLE Compressed: NO Tag: TAG20081226T213703
Piece Name: /u99/backup/rman/0sk38j7v_1_1
List of Archived Logs in backup set 28
Thrd Seq Low SCN Low Time Next SCN Next Time
1 37 876882 26-DEC-08 876934 26-DEC-08
BS Key Type LV Size Device Type Elapsed Time Completion Time
29 Full 7.08M DISK 00:00:01 26-DEC-08
BP Key: 60 Status: AVAILABLE Compressed: NO Tag: TAG20081226T213705
Piece Name: /u99/backup/rman/control_n_spfile_c-1559788775-20081226-00
Control File Included: Ckp SCN: 876940 Ckp time: 26-DEC-08
SPFILE Included: Modification time: 26-DEC-08
RMAN>
NOW I TREID JUST RECOVERY ONLY...AS ALL DATAFILES EXISTS
RMAN> run
2> {
3> set until time "to_date('12/26/2008 18:00:00','mm/dd/yyyy hh24:mi:ss')";
4> recover database;
5> alter database open resetlogs;
6> }
executing command: SET until clause
Starting recover at 27-DEC-08
using channel ORA_DISK_1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of recover command at 12/27/2008 16:04:36
RMAN-06555: datafile 1 must be restored from backup created before 26-DEC-08
RMAN>

so wat time can i go upto ??? looking at my situation ?? i tried upto 2200 hours...its erroring out as well
RMAN> run
2> {
3> set until time "to_date('12/26/2008 22:00:00','mm/dd/yyyy hh24:mi:ss')";
4> restore database;
5> recover database;
6> alter database open resetlogs;
7> }
executing command: SET until clause
Starting restore at 27-DEC-08
using channel ORA_DISK_1
skipping datafile 1; already restored to file /u14/oradata/rman/system01.dbf
skipping datafile 2; already restored to file /u14/oradata/rman/undotbs01.dbf
skipping datafile 3; already restored to file /u14/oradata/rman/sysaux01.dbf
skipping datafile 4; already restored to file /u14/oradata/rman/users01.dbf
skipping datafile 5; already restored to file /u14/oradata/rman/test01.dbf
skipping datafile 6; already restored to file /u14/oradata/tspir01.dbf
restore not done; all files readonly, offline, or already restored
Finished restore at 27-DEC-08
Starting recover at 27-DEC-08
using channel ORA_DISK_1
starting media recovery
archive log thread 1 sequence 38 is already on disk as file /u05/arch/rman/1_38_673361642.dbf
Oracle Error:
ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
ORA-01152: file 1 was not restored from a sufficiently old backup
ORA-01110: data file 1: '/u14/oradata/rman/system01.dbf'
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of recover command at 12/27/2008 16:31:22
RMAN-06053: unable to perform media recovery because of missing log
RMAN-06025: no backup of log thread 1 seq 24 lowscn 458919 found to restore
RMAN-06025: no backup of log thread 1 seq 23 lowscn 458098 found to restore
RMAN-06025: no backup of log thread 1 seq 22 lowscn 458054 found to restore
RMAN-06025: no backup of log thread 1 seq 21 lowscn 456346 found to restore
RMAN-06025: no backup of log thread 1 seq 20 lowscn 456248 found to restore
RMAN>

Similar Messages

  • Why cant i restore my iphone and why does it keep turning off and on by itself

    hello all
    i just would like to know why my phone keeps turning off and on by itself
    and why i cant i restore it on itunes
    many thanks
    al

    What worked for me, is going to the camera app, switch to video, turn on flash, and record.  Let the phone record for about 10 minutes.  (your phone will probably keep reseting itself) but that is okay, let it reset, and go back the the camera app and repeat.  what you are supposed to do is let the phone sit there and wait for the back to feel sort of hot. stop recording at about 8 minutes and plug your phone into itunes, it should be charging, and once you do so you can then set your phone into DFU mode.  This might not help you, or it will.  I just fixed my iphone today, that had the same problem as you.  so keep trying and it will come back to normal again!  Cheers!

  • Why cant i restore my ipod without it freezing on the loading bar?

    my ipod touch 2g runnning 4.2.1 cant fully restore itself. once it says on my computer ''restoring software'' it loads until the very end. than my ipod loads all the way until the very end. i have tried uninstalling itunes and downloading it again, than i ''fixed'' itunes and that didnt work eigther. i looked all over youtube and i got garbage. someone please help!!

    - I would first try placing the iPod in recovery mode and then restoring. For recovery mode see:
    iPhone and iPod touch: Unable to update or restore
    - Next try DFU mode:
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - Try on another computer.

  • Why cant I restore a new installation of iTunes from  an iCloud backup to my iPad

    I recently had a virus and had to reinstall a new copy of Windows, in doing this I also had to reinstall iTunes, I always thought the idea of iCloud was that if you ended up with the situation that I was in then you could restore your equipment to the state of the last backup that you did, I have looked everywhere for a link that would allow me to obtain my last backup and there isn't one available this obviously tells me that the Apple iCloud qppearsto be a total waste of time and effort, I have also just downloaded and installed a fresh copy of iCloud manager logged in with my original iTunes ID and clicked on Sync nothing absolutely nothing came back from iCloud so perhaps someone out there can either tell me if I am doing something wrong, or is iCloud the waste of time I think it is.
    Regards
    Clive
    Using iPad with iOS 6.2

    So why were the files moved this way?
    Simply copy the ENTIRE iTunes folder from the old computer to the new computer.  Then launch iTunes and everything will be there.

  • Why cant I restore a backup to Iphone 4S (5.1.1)?

    Hi all,
    I have done a backup to my computer for my iPhone 4 (version 4.3.5)
    Had bought an iPhone 4S (version 5.1.1) and had connected my 4S to my computer and tried to restore the backup but failed.
    Did anyone experience this before and how do u solve it? Thanks in advance!

    See this one:
    Have a new iOS device and need to move your previous backup onto it? Follow the steps in How to transfer your backup from one iOS device to a new device.

  • HT5957 why cant i restore my iphone 4s from ios 7

    I am currently on ios 7 beta 5 and when i go to check for updates it says im currently up to date (which im not) i thought restoreing my iphone would help the problum but its not even letting me restore. Can someone plese help me with this problum

    As you have iOS 7 beta 5, you're obviously a developer.  Post your question in the developer forums

  • HT1212 why cant i restore my ipod? I have followed the dirctions and it will not restore

    can anyone please help me?? I CAN NOT GET IT O WORK

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: Back up and restore your iOS device with iCloud or iTunes
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        
    If problem what happens or does not happen and when in the instructions? When you successfully get the iPod in recovery mode and connect to computer iTunes should say it found an iPod in recovery mode.

  • HT201272 why cant i restore my previous purchases?

    i had an iPod a few years ago, and downloaded a bunch of songs....years went by, and i lost the iPod in the process of moving. My daughter now has an iPod, and when i went to sync her to my account, my old downloads showed up on her device. I can not, however, access these downloads from the computer. Is there any way possible to do this? If not, why?

    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • HELP! How can i restore/recover files from Bootcamp with Boot Failure - Missing operating system error?

    Hi,
    I am having a few problems with bootcamp on my imac. When i tried to move the bootcamp partition on windows 7 into free space, it crashed and turned off. Ever since i have had the error 'Missing operating system' and it fails to boot. I have some very important files on the bootcamp partition. Is it possible to recover these files or even to restore the bootcamp partition to it's original state? I do not have a backup of my bootcamp partition. Another problem i have is that ever since i tried to expand my macintosh HD partition into free space, when i hold alt while booting up (to choose which partition to boot like i normally do), the bootcamp partition has stopped appearing. This means that i cannot even boot the windows 7 bootcamp partition anymore!
    So basically here are my 2 questions:
    How can i restore/recover files from Bootcamp with Boot Failure - Missing operating system error?
    How can i make the Bootcamp partition appear in Startup Disk and when i hold the option key while starting up my computer to allow me to boot windows 7?
    Any solutions are very much apreciated!
    Thanks!
    I know that bootcamp (disk0s4) hasn't been fully deleted since it appears in disk utility (i cant do anything to it though)
    And here is the error i see when i try to launch bootcamp (back when i was actually able to boot up bootcamp to the error screen)

    WinClone 3 is OS X and saves Windows image it makes for restore - that should work but you will have to try and you would need to make a new image unless it also works with a native Windows system restore image. It is now supported and has come a long way.
    http://www.twocanoes.com/
    Paragon Clone OS works and does disk-to-disk clone just like CCC you end up with two bootable drives. But does not work with your setup. It would let you clone and move your Windows install to an SSD or another disk drive though and be bootable.
    During its clone process it checks for errors which is very helpful and lets you know - something CCC and others should adopt more of.
    http://www.paragon-software.com/downloads/demo.html
    I wish for our/my sake you had re-read and rewritten the long 'story' and broken it into a brief list of facts we needed.
    OS X
    Windows
    Backup (though external is much safer) and you want bootable OS X clones as well as TimeMachine
    https://support.apple.com/kb/HT1427
    https://support.apple.com/kb/HT1553
    There are a number of things to do like chkdsk and others as well as Windows DVD to do automatic system repairs and find out why.
    AppleHFS - the abilty to mount and read HFS volumes can be notorious.
    I would rearrange and redo your storage setup and how you use the 4-5 internal hard drive bays.

  • Why cant I add contacts on the iphone4? the mail contacts calendars button unders settings, the contacts button, the add a contacts button under message and the phone button will not work to add a contact.

    Why cant I add contacts on the iphone4? the mail contacts calendars button unders settings, the contacts button, the add a contacts button under message and the phone button will not work to add a contact.

    Have you attempted a restore?

  • Why cant i download all of the itunes songs off my wifes purchased itunes account when using the family sharing? some songs i can and some it wont let me

    why cant i download all of the itunes songs off my wifes purchased itunes account when using the family sharing? some songs i can and some it wont let me

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                          
    If recovery mode does not work try DFU mode.                         
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings         
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • My iphone wont let me use it because i don't know the password or apple id to my itunes account i cant even restore it. What can I do?

    my iphone wont let me use it because i don't know the password or apple id to my itunes account i cant even restore it. What can I do?

    How can you not know your Apple ID?
    If you can't remember it, try recovering it here: https://iforgot.apple.com

  • I wanted to update my iphone 4s to ios7 and its stuck at connect to itunes and i cant even restore it on itunes!!! what should i do?

    i updated my iphone 5 successfully but itryed to update my moms iphone as well which is the iphone 4s jailbroken and as it was charging and she was updating it through her phone the 'connect to itunes' logo came on and so i connected it to itunes. When i connect it, it said that i had to restore before i connected it to itunes. I  tryed restoring it a thousand times and it always ends up saying that it cant be restored, i connect it to itunes and it doesnt even show me the iphone summary. Please if anyone of you has the same problem and u fixed it and found a way to fix it please tell me how !!!!

    Once the Device is asking to be Restored with iTunes... it is too late to save anything... and you must continue with the Recovery...
    See Here  >  http://support.apple.com/kb/HT1808
    You may need to try this More than Once...  Be sure to Follow ALL the Steps...
    Take your time... Pay particular attention to Steps 3 and 4.
    After you have Recovered your Device...
    Re-Sync your Content or Restore from the most recent Backup...
    Restore from Backup  >  http://support.apple.com/kb/ht1766
    Note:
    Make sure you have the Current Version of iTunes Installed on your computer
    iTunes free download from www.itunes.com/download

  • Have a look see what you can do .why cant anyone help with this is it that complicated?

    HERE IS WHAT I HAVE DONE.
    All i am trying to do is insert a simple piece of audio what
    am I doing wrong. Is it my browser pluginfolder? I dont think so
    because flash shockwave mp3 mp4 midi wave avi mpeg wma quicktime
    realtime everthing plays outside dreamweaver is it dreamweaver
    plugins? I have downloaded flash and shockwave from this site via
    manually install plugins from websit preview in design view. Is it
    that my folders are just not configured correctly? Why do i get
    these errors please please please help some one has to know...
    here is what i have being doing .
    1. Made a folder and called it webwork.
    2 Made a folder and called it imagies
    3 made a folder and called it media. I have put the media
    folder in the imagies folder the imagies folder in the web folder
    so Im left with one main folder.
    4 I have defined dreamweaver site as follows. local
    rootfolder (webwork) c/documentsandsettings/myusername/webwork
    default imagies folder
    c/documentsandsettings/myusername/webwork/imagies
    5 on starting a web page I call it my webwork1.html and save
    it.
    6 I import a converted media file from flash encoder put it
    in the media folder along with an none converted media file just to
    see .
    7 I goto insert media shockwave or insert plugin or insert
    flash( look in webwork imagies media select the file (my tune)
    8 When I try to play this in design view i get the error
    message (unable to find media that handles this media type
    dreamweaver looks in both the configuration/plugins folder and the
    plugin folders of each of your web browsers)so i copy my web
    browser plugin folder and put it in my webwork media folder still
    nothing
    9 When I view it on my browser the media icon(shockwave)
    disapears and the puzzel icon appears (plugin) when i click the
    plugin no plugins are found
    10 When i do this process through flash button paper or text
    and load it up to my web browser it downloads the tune and plays
    away via my plugin winamp5?
    11 All I want to do is to emmbed a tune so you have the
    option of playing it stopping it (but not downloading it to listen
    to) why cant this work for me? Is there a fault with the browser or
    dw8 or me.
    system windows 2000xp
    browser firefox 1.5 plugins all
    PLEASE HELP I HAVE TRIED ALL FOR TWO WEEKS
    for one on one and 10mins of
    your time please mail me

    Connect the iPod to your computer and restore via iTunes
    iTunes: Restoring iOS software

  • Restore/recover from cold user-managed backup.

    i shutdown db,(db is in no-archivelog mode), copy the dir having *.ctl, *.log & *.dbf files, what would be steps to recover in case,
    my idea is restore all files in original dir and alter database open resetlogs should do the work,
    if that did'n work then mount db and try
    recover database using backup controlfile until cancel;
    and give path one of online logfile and hit enter; & open db with resetlogs.make me right, if i am not......or any quick way to restore/recover tip?

    DBA2008 wrote:
    i shutdown db,(db is in no-archivelog mode), copy the dir having *.ctl, *.log & *.dbf files, what would be steps to recover in case,
    my idea is restore all files in original dir and alter database open resetlogs should do the work,
    if that did'n work then mount db and try
    recover database using backup controlfile until cancel;
    and give path one of online logfile and hit enter; & open db with resetlogs.make me right, if i am not......or any quick way to restore/recover tip?Why resetlogs ? All what you need is a pfile, if its not there already and start the db. That's all!
    Aman....

Maybe you are looking for

  • Excise Duty not calculated at MIRO

    Hi We have upgraded the patch level of SAP_APPL  from 10 to 11. Now, in PO we have assigned a tax code for calculation of excise duty at 14.42%. In the tax details in PO Items, system is showing the calculation of excise duties correctly.When the exc

  • "Access Denied" pop up error while opening adobe online form in IE8.

    "Access Denied" pop up error while opening adobe online form in IE8. I use crosslink to connect to client network and then open IE with App Tunnel. Tried to re-install Acrobat reader multiple times but issue still persist. Even tried to change the PD

  • 500 Internal Server Error  when run test_fwktutorial.jsp

    oracle.apps.fnd.common.AppsException: oracle.apps.fnd.common.PoolException: Exception creating new Poolable object. at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1509) at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.jav

  • On at selection-screen event

    hi, i have two fields in seelction screen .if i enter delivery number on selection screen field automatically delivery date to filled in second field of selection screen. how it solved..

  • Re: URGENT: - REGARDING PP  TUTORIALS

    HI,    I want to know bet tutorials for pp as i am new to dis module and i have to make report on it ,he or she will be definately rewarded... for giving best solution.