No recovery possible after red_log 100000 and log_archive_format changing

Hello Together,
on a big production database (> 1TB, SAP-System) we passed the number 100000, so we was costrict to set log_archive_format explizit --> log_archive_format = %t_%s <---
Once a month we refresh a preproduction system (it is a job we know well at it is done sapprox 80 - 100 times, no joke, not only this system, but also other systems ;-)).
This was the first refresh after changing that parameter. Now the Refreshed database
(Original Database SID=PCT , rerfreshed also PCT) we are not able to recover.
It is anyway if I give the right archivelog or a wrong one, every time the same error.
Can sombody hel?
Thanks in advance
If you want to phone me, 0049 7633 160 368 I am still trying
Best Regards
Salvatore
SQL> recover database until time '2006-07-21:04:04:00' using backup controlfile;
ORA-00279: change 4462668304 generated at 07/20/2006 18:11:51 needed for thread
4830
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
AUTO
ORA-00266: name of archived log file needed
ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
ORA-01195: online backup of file 1 needs more recovery to be consistent
ORA-01110: data file 1: 'H:\ORACLE\PCT\SAPDATA1\SYSTEM_1\SYSTEM.DATA1'
SQL> recover database until time '2006-07-21:04:04:00' using backup controlfile;
ORA-00279: change 4462668304 generated at 07/20/2006 18:11:51 needed for thread
4830
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
G:\oracle\PCT\saparch\PCTarchARC105199.001
ORA-00325: archived log for thread 4830, wrong thread # 1 in header
ORA-00334: archived log: 'G:\ORACLE\PCT\SAPARCH\PCTARCHARC105199.001'
ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
ORA-01195: online backup of file 1 needs more recovery to be consistent
ORA-01110: data file 1: 'H:\ORACLE\PCT\SAPDATA1\SYSTEM_1\SYSTEM.DATA1'
SQL> recover database until time '2006-07-21:04:04:00' using backup controlfile;
ORA-00279: change 4462668304 generated at 07/20/2006 18:11:51 needed for thread
4830
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
G:\oracle\PCT\saparch\PCTarchARC105198.001
ORA-00325: archived log for thread 4830, wrong thread # 1 in header
ORA-00334: archived log: 'G:\ORACLE\PCT\SAPARCH\PCTARCHARC105198.001'
ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
ORA-01195: online backup of file 1 needs more recovery to be consistent
ORA-01110: data file 1: 'H:\ORACLE\PCT\SAPDATA1\SYSTEM_1\SYSTEM.DATA1'
SQL> recover database until time '2006-07-21:04:04:00' using backup controlfile;
ORA-00283: recovery session canceled due to errors
ORA-01110: data file 1078: 'N:\ORACLE\PCT\SAPDATA11\BTABI_301\BTABI.DATA301'
ORA-01157: cannot identify/lock data file 1078 - see DBWR trace file
ORA-01110: data file 1078: 'N:\ORACLE\PCT\SAPDATA11\BTABI_301\BTABI.DATA301'
SQL> recover database until time '2006-07-21:04:04:00' using backup controlfile;
ORA-00279: change 4462668304 generated at 07/20/2006 18:11:51 needed for thread
4830
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
AUTO
ORA-00266: name of archived log file needed
ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
ORA-01195: online backup of file 1 needs more recovery to be consistent
ORA-01110: data file 1: 'H:\ORACLE\PCT\SAPDATA1\SYSTEM_1\SYSTEM.DATA1'
SQL>

Hello orafad,
Txs for the help
Did you change only the name format mask for redo log archiving?we only applied in the initPCT.ora the log_archive_format from standard to log_archive_format = %t_%s
ORA-00279: change 4462668304 generated at 07/20/2006
18:11:51 needed for thread 4830
Hm, isnt that a strange thread number?yep, but that's the answer from the system
SQL> recover database until time '2006-07-21:04:04:00' using backup controlfile;...
What happened here? Are you running multiple recovery sessions?no, no multiple sessions, sorry, thats an error that is not significant,
I placed the wrong messages, I have took this problem from a collegue
that was the moment where the Disk N: was not present als N:
Her again the Messages; IMHO the 105209 redo is the correct one.
I tried e.g. with 105208 and 105210 etc.
SQL> recover database until time '2006-07-21:04:04:00' using backup controlfile;
ORA-00279: change 4462668304 generated at 07/20/2006 18:11:51 needed for thread
4830
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
AUTO
ORA-00266: name of archived log file needed
ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
ORA-01195: online backup of file 1 needs more recovery to be consistent
ORA-01110: data file 1: 'H:\ORACLE\PCT\SAPDATA1\SYSTEM_1\SYSTEM.DATA1'
SQL> recover database until time '2006-07-21:04:04:00' using backup controlfile;
ORA-00279: change 4462668304 generated at 07/20/2006 18:11:51 needed for thread
4830
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
ORA-00266: name of archived log file needed
ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
ORA-01195: online backup of file 1 needs more recovery to be consistent
ORA-01110: data file 1: 'H:\ORACLE\PCT\SAPDATA1\SYSTEM_1\SYSTEM.DATA1'
SQL> G:\oracle\PCT\saparch\PCTARCHARC105209.001
SQL> recover database until time '2006-07-21:04:04:00' using backup controlfile;
ORA-00279: change 4462668304 generated at 07/20/2006 18:11:51 needed for thread
4830
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
G:\oracle\PCT\saparch\PCTARCHARC105209.001
ORA-00325: archived log for thread 4830, wrong thread # 1 in header
ORA-00334: archived log: 'G:\ORACLE\PCT\SAPARCH\PCTARCHARC105209.001'
ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
ORA-01195: online backup of file 1 needs more recovery to be consistent
ORA-01110: data file 1: 'H:\ORACLE\PCT\SAPDATA1\SYSTEM_1\SYSTEM.DATA1'
SQL> recover database until time '2006-07-21:04:04:00' using backup controlfile;
ORA-00279: change 4462668304 generated at 07/20/2006 18:11:51 needed for thread
4830
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
G:\oracle\PCT\saparch\PCTARCHARC105208.001
ORA-00325: archived log for thread 4830, wrong thread # 1 in header
ORA-00334: archived log: 'G:\ORACLE\PCT\SAPARCH\PCTARCHARC105208.001'
ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
ORA-01195: online backup of file 1 needs more recovery to be consistent
ORA-01110: data file 1: 'H:\ORACLE\PCT\SAPDATA1\SYSTEM_1\SYSTEM.DATA1'
SQL> recover database until time '2006-07-21:04:04:00' using backup controlfile;
ORA-00279: change 4462668304 generated at 07/20/2006 18:11:51 needed for thread
4830

Similar Messages

  • Hello! I have installed Photoshop on PC WIN 7 64bit. When I store first time a Photoshop docuument, it works fine - after re-opening and doing changes I trying again to store it - it does not work anymore! First it does not accept the name (message "It ca

    Hello! I have installed Photoshop on PC WIN 7 64bit. When I store first time a Photoshop docuument, it works fine - after re-opening and doing changes I trying again to store it - it does not work anymore! First it does not accept the name (message "It can not be stored because the nam is invalid" With 2. trial it tells me that the data is blocked and I don't have the rights - and I should chenge them. But I am working as the Admin on my PC - and each trial to change the rights of the data is as well not possible because of missing rights - even I am Admin! I must always store the data with a new name, then it works, but I also cannot remove the old datas or shift them into the waste paper - because of no rights! -- sorry for not perfect english, I am German native speaker! Tahnks a lot for help!

    Hi,
    I am using a Nvidia 4200M adapter in my Laptop, Driver 266.96, Direct X 11
    In my desktop I am using an ATI XFX 6950, latest revision drivers (I am not at home right now so I cant get that info).
    The issue I did describe above, but it was a long explanation.
    In some flash games the game files load initially and get as far as the "click to start" button. Then the flash area usually goes either all white or all black (usually depending on the falsh game default background color) and then it stays that color. Cant see anything after hitting start (usually most games have an intro video or animation before the game starts, but I cant see any of it.
    For the very few games that do start, the flash game or application does not seem to work correctly in that when the rare game starts, it wont save any game files or save files to the pc and so if I exit the game (navigate away to another page or close browser) and then later come back, even though I click the option to save games (and ensure that the flash application slider shows it can save files and lots of space) it does not save and I have to start from the beginning all the time.
    More explanation I gave above.

  • Is Recovery  possible after homogeneous copy

    Hi all,
                 my database is oracle 9i
    1.I have 20 days old backup.using this backup I created a new system(by homogeneous system copy).Can I recover database using offline redolog files up to today date?
    Thanks in advance
    Regards
    nani

    yes it is possible, but you may need to rename your offline redologs so that it contains the SID.
    20 days of redologs is a lot. hopefully, you have all offline redologs available and hopefully, you do not have any corrupted files...
    it is better to take daily backups.

  • IPhone 4s stuck in recovery mode after failed restore, and won't connect to iTunes

    I tried restoring my iPhone 4s with iTunes. I download the latest firmware from apple's website, and when I tried to restore my iphone with it on itunes, it gave me an error message and put it in recovery mode. I tried to restore again, but it will not connect to itunes.I've tried turning to DFU mode and other things, but it still won't show up on itunes as a phone in recovery mode, or anything. Is it bricked, or can I still fix it?

    What was the exact error message, including any numbers?  Was this phone ever jailbroken?
    See this:
    If you can't update or restore your iOS device

  • HT4097 please my ipad in recovery mode after last update and i tried the previous steps and it is same condition in recovery mode please i need your help

    please i need your help i made update to my ipad to the last version then i find it in recovery mode and tried to restore it using i tunes but it the same in recovery mode please i need your help to solve this problem

    If you followed these instructions and you were unable to enter recovery mode, I'm still leaning toward a hardware problem.  Also, since you have IOS-7, read this.  It might help.

  • Continuously in recovery mode, after several restores, drive letter changes

    My ipod/itunes usage has been acting very odd for the last week. iTunes stopped being able to add songs to the ipod a couple days ago, then it stopped recognizing the ipod and itunes (newest version, 7.0.1.8) would crash. So I uninstalled itunes, all my previous ipod software, hoping to start from scratch. Downloaded itunes again, rebooted Windows (XP), installed itunes, hooked up the ipod, same problem.
    So I restored my ipod, and afterwards I got this message: "iTunes has detected an iPod in recovery mode. You must restore this iPod before it can be used with iTunes." So I restored it again, and the same message appeared. This cycle happened a few times before I went online to find a solution.
    In the support pages, I saw that if this happens, I should change the drive letter that Windows assigns the ipod (http://docs.info.apple.com/article.html?artnum=93499#changedrive), so I did that to change the ipod from the E drive to the G drive. No difference, itunes still didn't like it. I restore it again, and I get the same message, about the ipod being in recovery mode and that i should restore it. So I tried to change the drive letter another time. Same thing. No change.
    What do I do now?
    5th gen ipod with video   Windows XP  

    I connected my 30 gig, 5th gen. iPod to my computer,
    and it recognized it. I clicked on 'check for
    update', of which there was one, ironically described
    as "bug fixes". After the update, my iPod restarted
    itself and is now in recovery mode. However, when I
    look under 'My Computer', it still recognizes my iPod
    by the name I gave it, and all of my photos are still
    intact and viewable in this mode. I have tried
    changing the drive letter and reinstalling iTunes,
    but both my iPod and iTunes are still giving me the
    recovery mode message.
    5th Generation iPod with Video, 30GB
      Windows XP Pro  
    Funny you should say that, and i'm so glad that i looked in here, as i first thought that it was something that i had done wrong, but now i am starting to wonder.
    I have a similar problem with the 30gb ipod, i loaded everything ok onto my computer, even got to put some music on my ipod!
    the next day i decided to re-arrange some tracks and remove some music that i no longer listen to. at this point I also recieved the update called "bug fixes" and since then the actual ipod says to connect to my computer and use itunes to restore, I have done this, and itunes goes through the process of restoring, says it has finished, and as soon as the ipod icon re-appears, it says that my ipod is in recovery mode and i need to restore.
    I have done this now about 20 times, and i have tried various procedures that have been suggested on the web page, which includes removing and re-installing itunes, assign a new drive letter to the ipod, reinstalling the drivers.
    I have tried everything that i can find with any relevance, but as i am not an IT technician, i dont want to keep trying things that i don't really understand.
    Please help, as I want to listen to my music on this expensive music player, like i should be able to!
    thanks in advance
    Del
      Windows XP  

  • Reconnecting Canon PIXMA 860 after iMac upgrade and router change

    I just upgraded to a new iMac. I downloaded all the drivers for my Canon PIXMA 860 but the computer can not find the printer on the network (new router too) or if connected by USB. How do I get my iMac to recognize the printer? TIA

    Modesto:
    I have a Pixma 800 and I assume setting up yours is the same as mine. You have to connect the printer to the computer via USB cable directly and set it up wired with the setup disc that came with the printer. After you've done this disconnect the USB cable from the computer and connect it to the USB port of your router. In my case, it is the Airport Extreme station. I'm not sure after this but I would go to System Preferences under the Apple and then click on printer and Fax. If you do not find the printer there, click on the "+" and after a time, the printer should show up because the printer driver has been downloaded. I don't know if your printer driver has been downloaded with the Apple OS software. Then click on the Pixma 800 which should show up and then click add. I'm not sure about the rest but you must first make a direct USB connection between the printer and the computer. I hope this starts you on the way.

  • Phone not working after line move and number change

    Hi. I just removed my line on my on plan and changed my number. Now my phone will not work such as making calls.

    Did you reactivate the phone?
    Try restarting the phone by holding down the top/power button and the Home button at the same time until the phone restarts.
    Try dialing *228 from the phone and follow the instructions to activate the phone.
    Try logging on to your MyVerizon account from a computer and select "Activate Device".

  • Rearrange workitems after organisation and staffing change

    Hello,
    I have a question regarding workitems after an organisation and staffing change.
    Old situation
    Organisation A has Position A and B.
    Position A is described by responsibility E
    Position B is described by responsibility F
    Position C is described by responsibility G
    Position D is described by responsibility H
    New situation
    We disconnect responsibilies E, F, G and H from position A, B, C and D.
    We created Organisation Q with position W and X.
    Position W is described by responsibility E, F.
    Position X is described by responsibility G, H.
    I expected that the workitems which were not already assigned to users were taken over to the new positions. This is not the case.
    Should I run a job or did I do something wrong?
    Regards, Ramon.

    Hi,
    I run the program, assigned an item to myself and then released it. The workitem is now attached to the new position and not to any user. This is what I want.
    Is there a transaction/program to assign and release workitems en masse?
    It's about 21.000 workitems which have to be reassigned.
    Thank you in advance.

  • IPhone 4 in recovery mode after failed update with most recent software (3/25/13), I only have the past 30 days worth of photos and my contacts in iCloud, how do I get the rest of my pictures off of my phone? I have read the apple article already.

    Basically headline says it all, my phone is in recovery mode following a failed update through the phone and I want all my photos back.  I have already read the "iOS: Unable to Update or Restore" and it indicates that when restoring through iTunes, you lose all data on the phone. I have checked my iCloud (I am a Windows7 user so uploading does not happen automatically, as I unfortunately just figured out) and it only will upload my past 30 days of photos and contacts, inline with what I've read about the cloud only storing 30 days of your past data. I really would like to get all of my photos off of my phone, I had photostream activated and most were in that stream. Is there anything I can do? I don't know what operating system is on there currently, but I have always updated my phone succesfully until today when this happened, so I'm assuming whatever is most up to date until today is the OS it has. Thank you!

    When your phone is in recovery mode, it's like it crashed.  The only way that you can get it out of recovery mode is by restoring, and this erases all your data as well.   
    You can believe what you wish by "reading all over the internet".  This is Apple's technical support forum.  We do know what we're talking about.
    since you have very important photos on your phone, why haven't you been importing them to your computer as soon as possible after taking them?  This is how the phone is meant to be used.  Keeping critical data on only a device which can be easily stolen, dropped and broken is just plain foolish.  Also, did you not back up your phone (as you should be doing with any computer) before attempting any operating system update?  As you've now just painfully learned, updates do not always go as planned.
    I'm sorry for your data loss, but let this be a very important lesson.  BTW, when was the last time you backed up your computer?  I'm sure you have important data on your computer.  Hard drives WILL fail.

  • Recovery still not possible after 6760 attempts due to ORABPEL-11001

    Version 10.1.3.1.0
    Hi,
    We have two BPELs which keep filling up the domain log with the line in the heading:
    Recovery still not possible after 6760 attempts due to ORABPEL-11001...
    I believe we have fixed any possible input directory issues but the error message continues to be written.
    I expect that redeploying (rebooting server?) should end the messages but, either way:
    Do you know if there is a setting on either the BPEL development process (jDev) or the SOA server where I can limit the number of attempts?
    Thank you,
    AG
    Log lines below:
    ~~~~~~~~~~~~~~~
    <2008-09-24 07:24:51,486> <INFO> <usareg.collaxa.cube.activation> <File Adapter:
    :Inbound> Recovery still not possible after 6760 attempts due to ORABPEL-11001
    Invalid Input Directory.
    The value specified for the input (Physical/Logical)Directory activation parameter has an invalid value "${Such-and-Such_A.input.dir}"
    Ensure that the following conditions are satisfied for the input directory :
    1) It exists and is a directory (not a file). and
    2) It is readable (file read permissions). and
    3) If activation parameter "DeleteFile" is set to "true" then the directory should also have granted write permissions. and
    4) If using a logical name, then ensure that the mapping from logical name<->physical directory is correctly specified in the deployment descriptor.
    <2008-09-24 07:25:11,485> <INFO> <usareg.collaxa.cube.activation> <File Adapter:
    :Inbound> Recovery still not possible after 3480 attempts due to ORABPEL-11001
    Invalid Input Directory.
    The value specified for the input (Physical/Logical)Directory activation parameter has an invalid value "${Such-and-such_B.input.dir}"
    Ensure that the following conditions are satisfied for the input directory :
    1) It exists and is a directory (not a file). and
    2) It is readable (file read permissions). and
    3) If activation parameter "DeleteFile" is set to "true" then the directory should also have granted write permissions. and

    We are running on Unix.
    The BPELs were deployed before the respective in-/output directories had been created. I think this might have caused the initial problem.
    Once the directories were created (with full permissions -777), though, the messages continued.
    I checked the descriptors on the deployed bpels and they seem to be pointing to the correct absolute path for the input files.
    So, ASSUMING that the paths are now correct and permissions are ok:
    Is there any way of making the attempts stop (as in "kill -9 annoying_bpel_process" ;) ?, or,
    Is there a setting in the server admin side to limit the number of attempts in the future ?, or,
    Do we need to redeploy the same Bpel after we created the directories ?
    Thank you for your help.

  • TS1702 After installing the new software to my iPhone 4S , my dream zoo either will not start or when it does it has a blank screen that has a few icons on it that wont work. How can I fix this is it possible to go back and reinstall the older software ?

    After installing the new software to my iPhone 4S , my dream zoo either will not start or when it does it has a blank screen that has a few icons on it that wont work. How can I fix this is it possible to go back and reinstall the older software ?

    Unfortunately I tried that and it didn't work. Thanks for the help though. I tried to uninstall and it said I couldn't because the file is corrupt or something, but I think I finally got it uninstalled and/or deleted or whatever, but now I try to reinstall/download it again from the beginning and I can't. No matter what I do I can not get Firefox working again. No matter how many times I try to redownload it. Any other suggestions?

  • HT4236 my iphone 4 is in recovery mode after trying to update and sync to itunes, i was going to try to put the photos over from my phone but now it says i have to restore which will rease all data.. help?? precious phots of my baby!!!

    My iphone phone is in recovery mode after trying to update and sync in order to remove photos from it on to my macbook.  How can i restore without losing the photos?? please help i dont want to lose them!!

    Try holding the home and lock button at the same time and see if it'll restart. If you see the apple logo, let go and wait till it goes to the lock screen and your good(:

  • How to install a recovery partition after installing a new Hard drive? and FileVault help.

    Hi,
    I recently swapped out hard drives and when I did a Time Machine backup to the new drive, I noticed there was no Recovery HD partition for my drive. Is there a way to install it back on my MacBook Pro (Late 2011, running 10.7.4)?
    On a slighlty different topic FileVault won't let me encrypt my new HD it says "Some disk formats don’t support the recovery partition required by encryption. To use encryption, reinstall this version of Mac OS X on a reformatted disk."
    What formatting does my disk require for FV to be turned on? Currently it is Mac OS Extended (journaled)
    If there is a solution to solve both these issues, or any one issue it would be appreciated.

    The formatting being referred to is actually the presence of the Recovery Disk.
    You can't enable FV2 without a recovery partition being present. The reason is strictly logical: if your entire disk was encrypted, how could you run the unencryption procedure you need to start up? That would itself be hidden behind the encryption. Hence, for FV2 to be able to work, you must have a Recovery disk present.
    When you boot up with FV2 enabled, the login screen you see to enter your password is actually running from the recovery disk (invisible to the user). After you enter your password, recovery boots your encrypted partition and logs you in to your account.

  • Please a simple problem but I don't know how to solve it. After installing 16 gb of ram all is good but when I turn on the computer it is a window signaling that all is correct. How is possible to delete once and for all that window? Thank you

    Please a simple problem but I don't know how to solve it. After installing 16 gb of ram all is good but when I turn on the computer it is a window signaling that all is correct. How is possible to delete once and for all that window? Thank you

    Well then maybe you could take a screenshot because the appearance of such a window is news to me.
    Also post your OS X version and what model Mac you have. The more detail, the better. Thanks.
    To take a screenshot hold ⌘ Shift 4 to create a selection crosshair. Click and hold while you drag the crosshair over the area you wish to capture and then release the mouse or trackpad. You will hear a "camera shutter" sound. This will deposit a screenshot on your Desktop.
    If you can't find it on your Desktop look in your Documents or Downloads folder.
    When you post your response, click the "camera" icon above the text field:
    This will display a dialog box which enables you to choose the screenshot file (remember it's on your Desktop) and click the Insert Image button.
    ⌘ Shift 4 and then pressing the space bar captures the frontmost window.
    ⌘ Shift 3 captures the entire screen.
    Drag the screenshot to the Trash after you post your reply.

Maybe you are looking for

  • Planning Book Macro which can read different key figures from data views

    Hi Experts, I am looking for help to create a Planning book level macro which is having capabilities to read different Key Figure across the different Data Views. For example DataView 1 has Sales Orders and Data view 2 has Forecast and I want put in

  • Images cut from Microsoft Word document being picked up in the file size by Acrobat distiller

    Hello All; I have a large MS Word document (book manuscript) with almost 400 images (all grayscale) and found that the tiff images needed to be replaced with jpegs to reduce the file size. I created the jpegs, cut the tiff images from the document, a

  • Why has my iPad mini screen cracked?

    This week I put my iPad mini in the same place I usually do before I go to bed, I plugged it in and left it to charge over night.  I came back in the morning to a cracked screen, it is still in perfect working order, just cracked.  The cracking looks

  • DVD-Rom extra content not being included in build

    I'm really confused - I've set a location for a folder in which 4 .pdf files are included. But when I build the project the folder isn't being included in the root. Here's what I have: DVDROMContent/PDF/4 files I'm selecting the folder named "DVDROMC

  • How to open word doc. from forms 10g

    hi all i am trying to open word doc. from forms 10g using ole2. but it is not working. basiccaly this command is not working app := CLIENT_OLE2.CREATE_OBJ('Word.Application'); can anybody help thanx