ORA-01610: recovery using the BACKUP CONTROLFILE option must be done

Hello All,
I have an instance on my LAB server. To explore more avenues in cloning a DB I did the following.
1. On my Oracle 10g Instance I fired an large query which would take atleast an hour to execute.
2. Opened another session and executed shu ABORT to shutdown the above instance abruptly.
3. Took backup of datafiles, archive logs and redologs [ prior to shu abort, I had issued ALTER DATABASE BACKUP CONTROLFILE TO TRACE]
Restoration steps:
NOMOUNT with pfile edited to hold the name of the new DB_NAME
Create control file script edited to reflect the new paths of datafile and redologs.
MOunted succesfully.
ALTER DATABASE OPEN RESETLOGS;
ERROR at line 1:
ORA-01194: file 1 needs more recovery to be consistent
ORA-01110: data file 1:
'F:\ORACLE\COLD_BACKUP_TRIAL\SET2\DATAFILE\DUPLISYSTEM_553LC8QX_.DBF'
SQL> recover datafile 'F:\ORACLE\COLD_BACKUP_TRIAL\SET2\DATAFILE\DUPLISYSTEM_553LC8QX_.DBF';
ORA-00283: recovery session canceled due to errors
ORA-01610: recovery using the BACKUP CONTROLFILE option must be done
SQL> recover database using backup controlfile;
ORA-00279: change 2962256 generated at 09/03/2009 12:06:49 needed for thread 1
ORA-00289: suggestion :
F:\ORACLE\COLD_BACKUP_TRIAL\SET2\FLASH_RECOVERY_AREA\DUPLI\ARCHIVELOG\2009_09_23
\O1_MF_1_2_%U_.ARC
ORA-00280: change 2962256 for thread 1 is in sequence #2
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
F:\oracle\cold_backup_trial\SET2\ONLINELOG_BK\O1_MF_3_553LGCH3_.log
ORA-00342: archived log does not have expected resetlogs SCN 2933995
ORA-00334: archived log:
'F:\ORACLE\COLD_BACKUP_TRIAL\SET2\ONLINELOG_BK\O1_MF_3_553LGCH3_.LOG'
I didn't find the file it was suggesting so I tried many combinations of providing the right recovery file name :-- All the latest Archive logs and Redologs in my backup.
Still the recovery is not successful. Please let me know how can I recover my DATABASE.
Many thanks in advance.
Regards,
Valli

Greetings,
If I understood, you basically have a copy of a primary database and the redo log archives of this pretty same database, you have backed up the control file of this primary database, edited it pointing all paths of your datafiles to the new location but renaming the instance name.
I am assuming that you have edited the first line of your control file to something like "CREATE CONTROLFILE SET DATABASE "DB02" RESETLOGS ARCHIVELOG", in this case are you sure that the redolog archives have not loose the sequence? In this case it will ask more and more archives and it will never end, take a look at the date and time of the thread that your instance is asking for recovery. Is your instance a production database? If it is NOT production and you are SURE that the database is completely recovered and is asking for redolog files that does not even exist you can try to add the ALLOWRESETLOGS_CORRUPTION=TRUE to your init.ora and open the db... This solution is not recommended and you should never use it on production instances... take this hint as a LAST effort to bring your db online.
Regards,
Bruno Carvalho

Similar Messages

  • HT201250 I backed up my iMac with a "WD My Passport" using the Time Machine option and tried to restore my iMac but it only saved my applications none of my documents, photos nothing else! What happened?

    I backed up my iMac with a "WD My Passport" using the Time Machine option and tried to restore my iMac but it only saved my applications none of my documents, photos nothing else! What happened?

    There should be two sparse bundles on the TC, one for each Mac.  If you click the TC in a Finder sidebar, you should see something like this (in Column View):
    If you see the sparse bundle for the iMac there, but not on the window where you do a full system restore (after starting from your Recovery HD or OSX Install disc), they may be corrupted (especially if your iMac was failing at the time of the last backup).
    Try repairing those backups, per #A5 in Time Machine - Troubleshooting.
    Then try the full restore again, per Time Machine - Frequently Asked Question #14.  Note that if you suspect problems on the most recent backup, you might want to select an earlier one.

  • My iphone 4 is in DFU mode.  However I still want the photos on the phone so I cant use the itune recover option.  Does anyone know of a work around

    My iphone 4 is in DFU mode.  However I still want the photos on the phone so I cant use the itune recover option.  Does anyone know of a work around

    actually its not in DFU which is suppose to be a black screen.  When it powers on there is an image of Itunes logo and the usb cord.  What happened is I did an update before I backed up my photos the phone worked great after the update no issues till it powered off.  When I turned it on again it had those two icons and was forcing me to sync with Itunes to system default which will wipe out my media. 
    Have you heard of any data recovery services

  • HT1766 Hi, I recently updated my IOS and backed up on itunes. In the process, I lost all my apps on my iphone. Any ideas on how to restore them? If I use the back up option, will I go back to my old IOS? Please help!

    Hi, I recently updated my IOS and backed up on itunes. In the process I lost all my apps on my phone. If I use the back up option on itunes, will it restore my iphone to my old IOS? Please help!

    If it's in recovery mode, the data is already gone. Why did you never back up your important data?

  • Using the Assistive touch option

    My last discussion was related to the Home button malfunctioning in a recently bought iPhone 5. The store exchanged it for a new one and now I would like to use the assistive touch option to keep from having to press any of the buttons: volume, home, lock. It works fine except when the assistive touch is On it mutes any sound and only vibrates. Unmuting it doesn't work either.  A pop up screen keeps asking to enter a voicemail password code. In Setting, the password selection is Off so there is no code to enter. I have searched the iPhone 5 Users Guide to learn why this happens but there is  no specific information.

    Try:
    - Reset the iOS device. Nothing will be lost      
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings                            
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                               
    iOS: Back up and restore your iOS device with iCloud or iTunes      
    - Restore to factory settings/new iOS device.                       
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
      Apple Retail Store - Genius Bar

  • ORA-00210: cannot open the specified controlfile

    Hi,
    We are trying to run a package remotly and while executing the package . we are getting ORA-00210: cannot open the specified controlfile. I did crosscheck the controlfile through v$controlfile parameter and the ctlfile shows there. I did also go thorugh with metalink, it says you need to chech weather some process has locked it, or the max number of open file limit of OS. I would appriciate, if you can describe both of the above options.
    OS Solaris
    DB 9.2.0.8.0
    hare krishna
    Alok

    Thanks Damorgan, I've verified it by checking the alert.log file and I also switch logfiles, it's working absolutly file. I am going to paste the comple error stack.
    Connecting to the database CHRY_STAGE_STG.
    ORA-00210: cannot open the specified controlfile
    : controlfile: '/u700/oradata/pubint/control01.ctl'
    ORA-27041: unable to open file
    SVR4 Error: 24: Too many open files
    Additional information: 3
    ORA-06512: at "CHRY_STAGE_STG.DIFF_UTILS", line 1080
    ORA-06512: at "CHRY_STAGE_STG.PKG_GROUP_IMG_CROSS_REFERENCE", line 199
    ORA-06512: at line 6
    Process exited.
    Disconnecting from the database CHRY_STAGE_STG.
    and when I verfied the diff_utils at line 1080 , I found the following.
    EXECUTE IMMEDIATE 'INSERT /*+ APPEND */ INTO ' || p_HistoryTable ||
    '( SELECT ' || p_column || ' FROM ' || p_MasterTable || ' A INNER JOIN ' ||
    p_CurrentTable || ' B ON A.' || p_Keys || ' = B.' || p_Keys || ')';
    hare krishna
    Alok

  • I did an icloud backup on my old 4S with iOS 8.3 and wanted to install on my new iPhone 6 but it only has iOS 8.1.3! Can I do/use the backup after I chose "install as new iPhone"?

    I did an icloud backup on my old 4S with iOS 8.3 and wanted to install on my new iPhone 6 but it only has iOS 8.1.3! Can I do/use the backup after I chose "install as new iPhone"?
    Because I cannot update the software until I chose if I want to begin with a new phone setting or download a backup.
    But the backup is of course not compatible with the old iOS.
    So will it be possible to get the new iPhone going, then do the software update to 8.3 and then download / use the data from
    my 4S icloud backup?

    1. Settings > General > Software Update > Update the  to 8.3
    2. Settings > General > Reset > Erase All Content & Settings
    3. Reactivate phone and follow prompts to restore iCloud (or iTunes) backup.

  • HT1766 I have an iphone 4.I upgraded it to 5.0.1 and so I have lost all the data from my iPhone,but i have a backup in my computer.How do I use the backup file ? i.e How will i get that backup file in my iPhone ?

    I have an iphone 4.I upgraded it to 5.0.1 and so I have lost all the data from my iPhone,but i have a backup in my computer.How do I use the backup file ? i.e How will i get that backup file in my iPhone ?

    Connect phone to computer.
    Select Restore.
    Tell iTunes which of the available backup files to use, let iTunes restore it.
    Also, try reading the User's Guide as it answers questions like this.

  • I am creating a video using the green screen option- I imported a picture for the background of the project and videotaped someone using a green screen. Is it possible to move the video of the person around so it is not blocking the picture behind it?

    I am creating a video using the green screen option in iMovie.   I imported a picture for the background of the project and videotaped someone using a green screen. Is it possible to move the video of the person around so it is not blocking the picture behind it?

    To enable this right you need Acrobat, not the free Reader.
    However, starting from Reader X it is possible to add simple markups to any file, unless it has been specifically disallowed by the creator of the file.

  • Unable to use the "Check In" option on Facebook with Fascinate?

    Ever since I received my phone before Christmas I've been trying to use the Check In option in FB to check in when I go places. It doesn't seem to work and I have a few friends that has the same phone and they tell me the same thing. Has anyone been successful in using this option?

    In order to use the Facebook Check In feature you must have your GPS turned on. You can turn on GPS by dragging the screen down and selecting the GPS icon. 
    You can also turn on GPS by selecting Menu, Settings and Location & settings. 
    Hope this helps!
    Thank you, 
    AraceliT_VZWSupport
    Follow us on Twitter @VZWSupport

  • What are the steps for using the backup files to reload data to my blackberry curve (8310, i think)?

    What are the steps for using the backup files to reload data to my blackberry curve (8310, i think)?

    Connect BB to PC. On 'Desktop Manager'>Backup & Restore tab>Click Restore. Double click .ipd file (backup file created from Desktop Manager).

  • Any ideas how I can insert a pdf into word, using the insert object option. However the pdf i want to insert has text and lines annotated, but once inserted the comments don't appear????  any help would be greatly appreciated.

    Any ideas how I can insert a pdf into word, using the insert object option. However the pdf i want to insert has text and lines annotated, but once inserted the comments don't appear????  any help would be greatly appreciated.

    You will need to find a forum for MS Word since that is the software that you are trying to manipulate in this.  If you think the processing/creation of the PDF plays a role then you should ask in the forum for the software that you are using to create the PDF.
    This forum is for issue regarding downloading and installing Adobe trial products, so in any circumstance, your issue does not fit in this forum.

  • If I use the instore pickup option, will I beable to pick it up the next day at anytime for the iPhone 5?

    If I order from 10:00pm-4:00am, will I beable to pickup my iPhone 5 at anytime tomorrow at anytime during the day if I use the pickup instore option? Thanks:)

    Call the store and find out.

  • BO 4.0 LCM - Using the Override Settings Option

    I am reading the LCM user manual and I am wondering:
    What is meaning of Using the Override Settings Option?
    I need to use LCM to move WebI reports and Universes from one environment to another
    and from one environment to a LCMBIAR file.

    I did everything as advised to apply an override for the universe connection object, even though there is no change in the connection settings from QA to PROD, I still get this during Test Promote:
    Resolution Status=Copied, Dependency Status=All the required dependencies are included., Commit Status=Commit is successful., Promotion Status=Warning : Can't apply override; Override information is Not Available
    When I do the actual promotion, the job fails for the connection object citing override issues. I don't know what's going on with LCM but is there any way to no be forced to use the override feature?
    Thanks!

  • I was charged no my credit card for the app store and i am not able to login, i tried to use the forget password options but it isnt going through

    i was charged no my credit card for the app store registeration and i am not able to login, i tried to use the forget password options but it isnt going through
    Apple id : [email protected]

    If the old ID is yours, and if your current ID was created by editing the details of this old ID (rather than being an entirely new ID), go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iDevice, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

Maybe you are looking for

  • Second generation nano thinks it's syncing, but never makes it into Itunes

    After my own 2nd generation nano died, my mom gave me her (never used) one. (Just a caveat, I am a new Mac user) When connecting it to my iMac (Mac OSX Version 10.7.5), it shows the usual "do not disconnect" message that it would when syncing-- excep

  • Why can't i get a signal in france with my 4GEE extra plan?

    I have a new 4GEE Extra plan which apparently gives me the use of calls and texts while abroad..... however i cant get any signal at all and all the networks under a manual scan can connect either. Anyone got any ideas?

  • No video on YouTube just audio

    In the last couple of days, I only get audio when playing YouTube videos. Has something changed or am I missing something as I've been able to watch YouTube videos wi no problems up till the lady day or so? Cheers, Simon

  • Twenty inch Imac display does not shut off in Yosemity.

                   I am blind, My Mother who can see informs me that the background has been on for days.    

  • FCE doesn't see camera after 10.4.3 upgrade

    Here I Go Again...a few weeks ago, I got on a discussion thread about difficulties I was having getting Final Cut Express HD to see my Canon Optura camera. After a bit of back-and-forth with Tom Wolsky, he clarified what my problem was, and I subsequ