Redo logs lost - how can i recover?

My redo01.log and redo02.log have been accidentally deleted. Please - Is there a way to recreate them or recover them without recreating the whole database?
My Oracle originally 8.05 upgraded to 8.1.7 on Windows NT 4.0
Olav Torvund

I had Group 1 , 3 and 4 besides the difficult group 2.
When I do a select * from V$log; Group 2 is the current and the other 3 have status 'unused'.
the database is mounted but not open.
I tried what you said last:
ALTER DATABASE DROP LOGFILE GROUP 2;
and Oracle says:
ORA-01623: log 2 is current log for thread 1 - cannot drop
ORA-00312: online log 2 thread 1: 'D:\ORADATA\DATA2\REDO02.LOG'
so it still points to the non-existing file.
Anything else i can try?
Appreciate your help

Similar Messages

  • Soundbooth "generic error", recover lost files, huge file lost, how can I recover them?

    Hello, I am using Soundbooth CS5 on Windows 7.  I have been editing this .asnd file for some time. I have been saving and editing and saving and opening each day.  However, today, I went to open it, and got "generic error".  The entire file will not open.  Also, when I checked on its properties, it said it was only 2kb, where in fact it was huge with multiple other files in it.  Those files, by the way? They are all missing too.  It isn;t a virus.  I opened the file in the morning, it was fine, did work, saved it, never turned off the computer, came back later, opened it again to do work, then it gave me the error.  Plus, all of the subfiles disappeared as well.
    How can I recover these lost files, because I dilligently save. Where would they be stored? How can I find them?
    Any help would be greatly appreciated.

    Unfortunately, iCloud notes are not included in backups, because they are synced between devices, this means you won't be able to restore them.

  • I cannot log in my game center using a same nickname after i updated my phone to ios 7. All my game data i was playing for months is lost. Seems when i try to put my nickname its already in used. How can i recover all my game data back?

    All my game data i was playing for months was lost. Seems when i trie to put my nickname its already in used. So i need to put a new nickname then it create a whole new acc for me. All my previous data was lost. How can i recover my all my data or use my old nickname? Pls help  

    kerryp123
    Yes, it is the same with me. I know a friend how upgraded to iso7 and lost all of his game center data. He tried singning in and re singning in but no change. Plus on to of all of this, apple is like have me and him to re-validate our itunes acount. Somthing weried is going on. So verified my itunes acount and it shows under settings that I am signed in, but when I go to  the app store on my iPhone and try downloading or even updating a app, it says "can not conect to itunes store" after singing in! AND I'M NOT SURE I AM GOING TO UPGRADE TO ISO7 YET UNTILL THEY FIX THIS BUG!!!! HELP!

  • Recover when Online Redo Log lost.

    Hi,all.
    How do I recover the db while all the online redo log files were lost.
    The database is running in archive mode and all the archived redo log files were saved well.
    But since last hot backup,I have done some table inserting with nologging.
    Now the database can not be opened.
    Who can tell me how to recover the db to the recent state.
    I remember the db was shutdown immediate.
    (Do it make any difference to online redo log file between shutdown immediate and abort?)
    Thanks.
    wy.

    I find out if I shutdown immediate and remove all the redo log files,I can recover the database as below:
    SQL> startup
    ORACLE instance started.
    Total System Global Area 109164572 bytes
    Fixed Size 75804 bytes
    Variable Size 59498496 bytes
    Database Buffers 49512448 bytes
    Redo Buffers 77824 bytes
    Database mounted.
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: 'D:\ORACLE\ORADATA\ORCL\REDO03.LOG'
    SQL> recover database until cancel
    Media recovery complete.
    SQL> alter database open resetlogs;
    Database altered.
    but if I shutdown abort,I can not recover the database.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 109164572 bytes
    Fixed Size 75804 bytes
    Variable Size 59498496 bytes
    Database Buffers 49512448 bytes
    Redo Buffers 77824 bytes
    Database mounted.
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: 'D:\ORACLE\ORADATA\ORCL\REDO03.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) O5M3UR2;5=V86(5DND<~!#
    SQL> recover database until cancel
    ORA-00279: change 690879 generated at 08/09/2004 16:34:04 needed for thread 1
    ORA-00289: suggestion : D:\ORACLE\ORADATA\ORCL\ARCHIVE\ORCLT001S00002.ARC
    ORA-00280: change 690879 for thread 1 is in sequence #2
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    auto
    ORA-00279: change 690963 generated at 08/09/2004 16:34:08 needed for thread 1
    ORA-00289: suggestion : D:\ORACLE\ORADATA\ORCL\ARCHIVE\ORCLT001S00003.ARC
    ORA-00280: change 690963 for thread 1 is in sequence #3
    ORA-00278: log file 'D:\ORACLE\ORADATA\ORCL\ARCHIVE\ORCLT001S00002.ARC' no
    longer needed for this recovery
    ORA-00308: cannot open archived log
    'D:\ORACLE\ORADATA\ORCL\ARCHIVE\ORCLT001S00003.ARC'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) O5M3UR2;5=V86(5DND<~!#
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: 'D:\ORACLE\ORADATA\ORCL\SYSTEM01.DBF'
    SQL> recover database until cancel
    ORA-00279: change 690963 generated at 08/09/2004 16:34:08 needed for thread 1
    ORA-00289: suggestion : D:\ORACLE\ORADATA\ORCL\ARCHIVE\ORCLT001S00003.ARC
    ORA-00280: change 690963 for thread 1 is in sequence #3
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    CANCEL
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: 'D:\ORACLE\ORADATA\ORCL\SYSTEM01.DBF'
    ORA-01112: media recovery not started
    SQL> ALTER DATABASE OPEN RESETLOGS;
    ALTER DATABASE OPEN RESETLOGS
    ERROR at line 1:
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: 'D:\ORACLE\ORADATA\ORCL\SYSTEM01.DBF'
    So How to recover the database when the db shutdown abort and all the online redo log were lost?

  • I lost all personal data while installing maverick in external drive. How can I recover lost data?

    I lost all personal data while installing maverick in external drive. How can I recover lost data?

    If all your files are missing
    You may have logged in as a different user, such as Guest. Open the Users & Groups pane in System Preferences. Your name should be at the top of the user list, under Current User. See also this support article.   
    If files are missing from one folder
    Change the Finder view mode; for example, from icon view to list view, or vice versa.

  • HT1918 I've lost the answers for my secret questions! How can I recover them?

    I've lost the answers for my secret questions! How can I recover them?

    If you have a rescue email address (which is not the same thing as an alternate email address) set up on your account then you can try going to https://appleid.apple.com/ and click 'Manage your Apple ID' on the right-hand side of that page and log into your account. Then click on 'Password and Security' on the left-hand side of that page and on the right-hand side you might see an option to send security question reset info to your rescue email address.
    If you don't have a rescue email address then see if the instructions on this user tip helps : https://discussions.apple.com/docs/DOC-4551

  • I lost power to my MacBook Pro before I had saved anything that I was working on...usually I plug my computer it and power it back on and the documents pop right back up when the computer turns on. That did not happen this time.How can I recover this data

    I lost power to my MacBook Pro before I had saved anything that I was working on...usually I plug my computer it and power it back on and the documents pop right back up when the computer turns on. That did not happen this time. How can I recover my documents?

    If you never saved, auto save does not kick in.
    Peter

  • I had a power mac g4 into which i put 3, 320 gb PATA hard drives in a raid slice config so that it worked as one drive needless to sat that i lost the g4 to a surge but the drives are good. now i have an imac, how can i recover the info off those drives

    i had a power mac g4 into which i put 3, 320 gb PATA hard drives in a raid slice config so that it worked as one drive needless to sat that i lost the g4 to a surge but the drives are good. now i have an imac, how can i recover the info off those drives. can i put the drives in external cases and plug them all in, will the imac see them as a raid slice then  help please

    Before you have another accident:
    Buy a UPS of good quality and sufficient to your needs.
    I would have to assume that the drives were connected to a PCI PATA card, hopefully. Otherwise, well RAID and having drives on the same bus (master and slave).
    And no backup, none at all...
    Get your hands on a G4.
    Data Rescue 3 from Prosoft maybe.
    If they were SATA and running on PCI SATA controller, very popular and common really in G4s, more options would be open.

  • I have just updated my phone in icloud and I have lost all my data including my large music collection from itunes. How can I recover my music and phone list?

    I have just updated my phone in icloud and I have lost all my data including my large music collection from itunes. How can I recover my music and phone list?

    Welcome to the Apple Community.
    You can re-download content purchased from the iTunes store (availability varies depending on location) using the purchased option which is revealed in the iTunes app on your iOS device by tapping the more button at the bottom of the screen.

  • By mistake i upgraded my iphone from my friends computer & so lost my transsaction in accounts lite app, how can i recover my data

    by mistake i upgraded my iphone from my friends computer & so lost my transsaction in accounts lite app, how can i recover my data

    there should be a back up on your friends computer of your phone when it was restored. If there is all you need to do is restore from that backup and your good to go, I just hope that you did not plug your phone into there computer 2 times.
    The first thing you will need to do is turn of automatic sync and then you can plug your phone in and restore from the backup that should have been made

  • HT4623 lost all my pictures and videos while updating ios7.1.1. i dont have backup to restore. how can i recover the data back?

    lost all my pictures and videos while updating ios7.1.1.
    i dont have backup to restore. how can i recover the data back?

    You should never update without making sure that you have saved everything on your computer first.
    You should import all pics and vids before attempting any update.
    If you have failed to save the data, then it is gone

  • I upgraded to OS X Mavericks and lost all my documents. How can I recover them?

    Tonight I upgraded to OS X Mavericks, it asked me to create an account and now it seems I have 2 users and I have lost all my documents, photos, music, etc.
    How can I switch to the previous user?
    or
    How can I recover all my lost files?
    Thank you for your help!

    THank you so much, this helped me as well! I was freaking out!

  • I resently upgraded my OS to Snow Leopard, but the information in my address book did not transfer.  How can I recover the lost information?

    I upgraded to Snow Loepard OS.  But not all the information in the address book was transfered.  How can I recover the lost information from my old address book?

    No I did not make a copy of my address book. 
    Some information was moved over, many did not.
    I do not see a pattern.
    I think all the info is still on the hard drive, I just don't know how to recover it.

  • How can I recover my account information I lost all the details and only remember my email address

    how can I recover my account information I lost all the details and only remember my email address

    https://getsupport.apple.com/Issues.action

  • I caught my phone 4. Had to buy a new one, lost all contacts, and calendar photos. how can I recover them

    I caught my phone 4. Had to buy a new one, lost all contacts, and calendar photos. how can I recover them?

    What does "I caught my phone 4" mean?
    All contacts, calendars, photos etc should be on your computer as the iphone is designed to be synced to your computer.
    Just sync them to your new iphone.
    iPhone: Transferring information from your current iPhone to a new iPhone

Maybe you are looking for

  • Print Option in the Salary Statement. What is the Default Printer ?

    Hello First off im new to the whole SAP ESS / NetWeaver theme and try to get a grasp of it. Along the way one of my Collaegues asked me to find out about the Printing option in the Salary Statement of our ESS Portal. I have been searching the Web qui

  • Is it possible to add a custom link to a smart navigation menu?

    I want to create a dynamic menu in Muse but also have a link to a store offsite. Is it possible to do this with the menu widget or do I have to style each menu item individually?

  • The On My Mac mailboxes greyed out

    Recently I was having trouble with sending out emails from a couple of my accounts which use the same server, so I did all the usual stuff: repaired permissions, did a PRAM, deleted and re-created accounts, etc. Finally I trashed the old .plist and s

  • Grand Total of weighted average in OBISE10g

    Hi, I need a basic help in OBISE1(10.1.3.2.1)10g aggregation. I have a report which shows 5 cols col1,col2,col3 (as an amount section) col4,col5 (as % column). col 4 and col 5 are derived by using some cacluation based on col1 and col2.. upto here no

  • Problem using custom tag library in portlet's jsp

    Hi, I created a custom portlet (a JSR 168 portlet) and I'm using a tag library that I previously developed. Normally it works fine, but sometimes I get a ClassCastException. Once I redeploy the portlet everything works again. This is Oracle Portal 10