All redolog files lost in oracle 8i

Hi,
i had a disk corruption where i lost all redolog files and my db was down how i can make db up.
workaround:
in os level i manually created the lost redo log files (same path what was earlier):
sql>startup mount;
sql>recover database untill cancel;
sql>alter database open resetlogs;
is it works ?

Hi,
i foolowed what you said .removing the files you manually created,
SQL> startup mount;
ORACLE instance started.
Total System Global Area 488082184 bytes
Fixed Size 731912 bytes
Variable Size 268435456 bytes
Database Buffers 218103808 bytes
Redo Buffers 811008 bytes
Database mounted.
SQL> recover database until cancel;
ORA-00279: change 1578125068 generated at 03/06/2009 06:22:35 needed for thread
1
ORA-00289: suggestion : /oratranslog/archive/1_34930.dbf
ORA-00280: change 1578125068 for thread 1 is in sequence #34930
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
ORA-00308: cannot open archived log '/oratranslog/archive/1_34930.dbf'
ORA-27037: unable to obtain file status
SVR4 Error: 2: No such file or directory
Additional information: 3
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: '/oracle1/oradata/voipdb/system01.dbf'
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: '/oracle1/oradata/voipdb/system01.dbf'
what shall i do next

Similar Messages

  • All media files lost from folder while editing! Entire movie now gone HELP!

    After a dozen painstaking hours of editing a movie (iMovie 3.0.3) on my iMac G4 with OS 10.2.8, all of my media files mysteriously vanished from the media folder. The trash is empty both in iMovie and in my desktop trash. Files nowhere to be found. They were there one second... the next, gone!
    I was undoing a transition deletion at the time and may have hit command-x instead of command-z or some other crazy key combo. I have no idea how this happened of what happened for that matter. I need these files! Can they be recovered somehow? My available disc space has changed to about 5GB more. I quit out of iMovie hoping to not save these changes to no avail.
    Is there a utility that can recover lost files? I'm not too knowledgable in this department. YIKES! Has this happened before to anyone?

    I'm afraid the news isn't good, truegrit.
    Older versions of iMovie had a bug that could delete all the clips in the Media folder, causing the loss of everything. That may have happened to your project.
    If it helps, it's probably not something you did. That version of iMovie did it on its own. It can follow emptying the iMovie trash.
    Emptying the iMovie trash could cause lots of different problems; that was the worst of several. Fortunately, iMovie 5 and iMovie 6 do not have this bug.
    Karl

  • ALL music files lost on 4G/20 gig iPod today - help?

    Had the iPod since February of this year. No problems. Recently updated to the latest version of iTunes. Everything's updated. Today, went to turn it on and every single file was gone. The menu settings were completely reset. Plug it into the pc and iTunes says there are no music files.
    There were 14 gigs of music on it. And it's just...gone.
    Help? Is there anyway the files are still there? What caused the complete loss of data? If I start the teidious process of putting it all back will this happen again?
    Using WinXP with 4th Gen/20gig (non color) iPod.
    Thanks in advance.

    So it's connected to the new update? Jeez. Because it just happened out of the blue yesterday and the iTunes/iPod update was done back when it came out. (Thank goodness I didn't get around to updating the other one yet. I'll definitely be holding off now.)
    For the moment, we (my boyfriend and I; it's his iPod that had the loss) had to restore to factory settings. After the data loss, it wouldn't update. Thing is, I think he re-installed the new version again and then began putting songs back in it.
    I know last night it had accepted songs and played without problem, but...if it's a software issue and given it already failed once without warning, I'm of course worried it'll happen again.
    I'll try to read through the topics back in September. Doing a websearch for this really didn't net me a lot. Which is why I thought it might be a fluke thing rather then a software thing.
    I'm just trying to keep from having to go through this again. Poor guy, he had 18 gigs of music on there. A lot of it rare and odd things that he didn't have back-ups of, you know? He loves his iPod and this is just crushing. I'd like to learn the whys and the how to's of preventing it moving forward.

  • All pages files lost after update

    After upgrading to iOS8 band the new Pages, all of my files are gone from both the iPad and iCloud.

    What version of desktop are you on?
    did you look for IPD or BBB files on PC?
    Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up
    Click to search the Knowledge Base at BTSC and click to Read The Fabulous Manuals
    BESAdmin's, please make a signature with your BES environment info.
    SIM Free BlackBerry Unlocking FAQ
    Follow me on Twitter @knottyrope
    Want to thank me? Buy my KnottyRope App here
    BES 12 and BES 5.0.4 with Exchange 2010 and SQL 2012 Hyper V

  • How to recover physically lost redolog files -11g

    Hi All
    One of my Development databases lost all the redologs physically( 3 members were in same location) and i have 6th June full RMAN Backup. I could find errors since yesterday about 2 PM in alert log as follows
    Thu Jun 09 14:36:15 2011
    Errors in file /data01/app/oracle/diag/rdbms/ndsd/ndsd/trace/ndsd_arc3_15667.trc:
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1: '/data03/oradata/ndsd/redo/redo02.log'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    But there were changes done to the database up to yesterday 4 PM and need to recover completely.
    Appriciate if some one can advice me on this issue
    Regards
    Karunika

    user9016606 wrote:
    I could recover the database and thank youGood. Now that you've put out the fire, you need to be finding out how it was you lost all of your redo and make a plan to prevent it from happening again. To that end ..
    Let me guess .. since your redo logs were named something dot log, someone was doing some housekeeping and thought there'd be no harm in deleting a log file. Up until 10g, the default names for redo logs was *.rdo. Shortly after my first upgrade to 10g, with the default of *.log, I twice had to recover due to some SA reclaiming space by deleting "log" files. Since then I've continued to name by redo logs *.rdo.
    And whether that was the cause or not, I hope you now see why it is strongly recommended that your multiplexed redo logs - the different members of each group - are as physically separate as possible. Ideally, they are on separate physical discs going through separate disk controllers. But at the very minimum they should be in separate directories to at the very least protect you from "rm *.log"

  • Offline redolog file are delete in Oracle 11

    Hi
    We recently upgrade our Oracle release from Oracle 10.2.0.2 to Oracle Database 11g Release 2.
    I was running the process to table compression with BRSPACE 7.20  using the command:
    brspace -u / -p /oracle/LUK/112_64/dbs/reorgEXCL.tab -f tbreorg -a reorg -o SAPR3 -s PSAPLUK -t allsel -n PSAPLUKCOMP -c ctab u2013SCT
    The process finish ok but I have a problem with Offline redolog, it are generated succesfully but it are delete after a short time, it disappear from the filesystem, I donot understand this behavior, the delete of archive log is not a deliberate configuration.
    If I execute the archive log backup I allways obtain a lot of warnings with redolog file not found:
    Offline redolog file '/oracle/XXX/saparch/XXXarch1_11155_666372933.dbf' not found
    After compression process the Offline redologs files are being delete too.
    I need to know the reason for this behavior, may be a wrong parameter in our database?
    It is a normal situation with Oracle 11?
    What happen with the Database and backup/restore strategy without offline redologs?
    Next week I need to upgrade the oracle release in our productive system, in this system the archive and database backup are very important and I need to solve this issue or fix it.
    Please help me to solve this problem.
    Thanks in advanced,
    OMM

    Hi,
    Offline redolog file '/oracle/XXX/saparch/XXXarch1_11155_666372933.dbf' not found
    Such messages are only seen if some one has deleted/moved the complained offline redo log files form the Archive Log destination.
    Please ensure that if someone has moved/deleted the offline redo log files or not ? It may be done to accommodate space in Archive log destination, as the reorganization/compression activities will generate more archive logs.
    Also try to perform the same activity again and monitor the archive log destination directory. As i think, such "Offline redo log file deletion after Table Compressions activity done by BRSAPCE " behavior is not possible at all. 
    What happen with the Database and backup/restore strategy without offline redologs?
    Offline Redo log files must require in Database media Recovery process. Without it only Point-in-time recovery is possible.
    Regards,
    Bhavik G. Shroff

  • HT201272 I lost all my files after dowloading Icloud and updating Itunes on 24 September 13.  having reloaded the computer and and files from an Emergency Backup folder I can no longer see My Library in Itunes or in Itunes store, and my ipod and ipad aren

    can anyone help with retrieving My Library in Itunes and Itunes store - having updated Itunes and Icloud on 24 September 13, my computer failed and I lost all my files which were eventually backed up to an Emergency Backup.  my computer is now working again and I have down loaded Itunes and transferred all the files from my Emergency Backup.  Non of the music went back into Itunes, so I had to find these files and manually moved them to Itunes.  The music is now in Itunes, but I no longer have the folder named My Library, which I think is the reason my Ipad, ipod no longer sync any additional music I have added to Itunes. Does anyone know how to rectify this please.
    Many thanks.  Crusey

    iTunes expects files and folders to be in very specific locations.  When you start iTunes it looks for a file called library.itl which is in the iTunes folder.  It then uses all the references in that file which tell it where all your media files are located to build up the view you normally see.  Probably you moved the library file so iTunes cannot find it and it will make a default one which is empty.  When you plug in your iPod it isn't recognizing the library since it is not the same one to which you synced last.
    Simply put, you need to undo all your file moves.  Not as eaily done as stated but since I cannot quite see from here exactly what you spent an hour doing last night it will be up to you.  Did you make a backup before doing all this?
    What are the iTunes library files? - http://support.apple.com/kb/HT1660
    More on iTunes library files and what they do - http://en.wikipedia.org/wiki/ITunes#Media_management
    What are all those iTunes files? - http://www.macworld.com/article/139974/2009/04/itunes_files.html
    Where are my iTunes files located? - http://support.apple.com/kb/ht1391
    iTunes 9 [and later]: Understanding iTunes Media Organization - http://support.apple.com/kb/ht3847
    Image of folder structure and explanation of different iTunes versions (turingtest2 post) - https://discussions.apple.com/message/13025536 and https://discussions.apple.com/message/17457605

  • MY hard drive crashed and i lost all my files. How do i move my files from my phone or ipad back to my new hard drive?

    MY hard drive crashed and i lost all my files. How do i move my files from my phone or ipad back to my new hard drive

    See Recover your iTunes library from your iPod or iOS device.
    tt2

  • Lost all my files in ipad pages app

    I lost all my files on the apple pages app on my ipad. How do I retrieve my lost files?

    Dock folders are only links to the actual folders which should be located in your user folder.
    Open a finder window andf click on your name. Then yo'll get a list of all your folders which are located there. Standrad should be eight folders: desktop, movies, pictures, music, websites, public, downloads and documents.
    When you click on that one, is it still empty?
    Maybe you should check about your problem on one of this site:
    http://reviews.cnet.com/macfixit or http://hints.macworld.com/
    Good luck.

  • I have updated to iOS 6. All my files were lost. Help!

    Hello Fine Gentlemen!
    I am sorry to borrow your time, but this problem has made me mad recently. I have an iPad 3rd Gen, which I could no update (somehow) with the iPad itself. The same with my Mac. I kept getting error messages (although no code though, so I am unable to search them by myself) so I decided to do the update on a different Mac. I had backups everywhere.
    When I updated it on the other Mac, the iPad went into recovery mode. It updated, but as soon as I lifted my iPad, there was nothing. Restore from backup did not help either. Only the photos were recovered. But my apps and it's data, all gone! Now you see, this is curious, because for example, I lost all my files on iBooks (PDF's) and I have no way of retrieving them, still, only one I was able to download it again on my iPad through the Dropbox app. Nevertheless, when I opened the PDF, the iPad remebered where I have last left the PDF, and it opened in the exact page I left it.
    This does give me hope though. It seems the app data is stored somewhere, only I don't know where.
    Could you, my dearest Apple users, will you be able to solve the Enigma?
    Yours Sincerely,
    The King.

    I have exactly the same issue since iOS6 upgrade ona 4S - 3G not working at all, Wifi is OK though. Major own goal by Apple here I think...:(

  • HI, Idid a up grade of my osx mauntain lion and it cancelled all my document, bookmarks and mailboxes it is normal? I have lost a lot of data bacons of it because i did not do the back up of all my files just the back up of my photos. . .what can i do

    HI,
    Since a while I have received from apple the warning for an up grade for my Os x Mountain Lion and finally I decider to do it. . . . and since it was just an up grade I DIDN'T DO A BACK UP of all the content of my book pro because I thought it wasn't necessary . . . .but when I did it . . . . .it cancelled me all my files in documents, most of all my mail boxes in mail and most of my bookmarks in safari.
    I do not understand why; since i did not change my os but just did an up grade of my existing one. . . . . .result I lost a lot of data and I do not know what to do.
    Is this normal that it cancelled data in my documents folders and in others parts of my mac pro ?? ? ? . . . .ad if it is so why don't you write a warning saying that before going through  with a simple up grade  of your OS of your computer everybody should do a back up of everything it has in it ?!?!?!
    Buongiorno,
    Da qualche tempo mi era avvivato l'annuncio da vii di apple che c'era un ap grade per il mil system operative per il mio Os x mountain lion e alls fine ho deciso di faro . . . . .siccome era solo un au grade del systema operativo e non un cambiamento per un Os più recente non ho fat to un back up di tutti il contenuto del mio mac pro . . . .ma dope averlo fat to l'up grade ho realizzato che il procedimento mi aveva cancellato tutti i file contenuti nei midi document, le mailbox che avevo create in mail e i bookmarks che avevo create in safari . . . . . .e forse anche altre cose che non ho ancora visto.
    Ma è normale che questo succeda e se si perchè insiemme all'annuncio di dover fare un'up grade non mettete anche una segnalazione sul fatto che prima di procedere è consigliato  fare un back up di tutti i datti che si ha nel computer ?
    Io adesso mi trovo nella scomoda posizione di aver perso dei dati importanti con perdita di tempo e lavoro.

    What happened isn't normal, but does demonstrate why you need a backup, preferably two.
    Data Recovery – Best
    Data Recovery – Disk Drill
    Data Recovery – Data Rescue
    Data Recovery – File Salvage
    Data Recovery – Stellar Phoenix
    Data Recovery - uFlysoft
    Data Recovery - Recovering Deleted Files
    Data Recovery - Recovering Deleted Files (2)

  • I lost all my files (photo, music, documents, ect), but they still show on the Mac HD.

    My wife created a new account from our joint admin account. She also made that second account an admin. account. Then she went into the new account and played around with the file sharing option in system prefereneces. She was unable to get the accounts to share, so she deleted the new account and restarted the computer. Now, our first/main admin. account has lost all the files. There are no documents, photos or media in the origianl admin account. However, when I go into finder and click "get info" on the Mac HD, it still shows that 300GB are used. I understand this to mean that the lost files are still on the HD. But I am unable to figure out how to get them back onto our user account. Can anyone help me?

    Get one of these and search your whole drive for something unique...
    Find Any File...
    http://apps.tempel.org/FindAnyFile/
    Hold Option or alt key when selecting Find to Find All.
    EasyFind...
    http://www.devon-technologies.com/download/

  • I recently updated the iOS on my ipad 3 and lost all my files in the process. How do I recover my lost files which were not previously backed up?

    I recently updated the iOS on my ipad 3 and lost all my files in the process. How do I recover my lost files which were not previously backed up?

    If you don't have them backed up somewhere, then there's little possibility of recovering them. There are some utilities that can in some cases recover an inadvertently-deleted photo, but I've found none that can recover photos or other data from an iPad that was erased as part of an iOS upgrade. You can do a web search for something like "iPhone photo recovery" and you'll find some utilities you can try.
    Regards.

  • I've lost all the files that were on the desktop.  All the folders  are still there with subfolders but the files have all disappeared.  Someone please help!

    It's been over a month since I accessed my files for work. (microsoft office, photos, videos) Today when I came in to work I realized that all the files on my desktop had disappeared. (it's just the desktop) I didn't do anything with my computer.  I didn't use my computer for almost the entire month.    I don't know where they are or what happened.  I really need these files back ASAP..... help please! 

    Unless the files were dumped in the Trash unintentionally, your files are still on your computer, somewhere. It's pretty easy to put files or folders in places without knowing it, but there is a good technique to find your data.'
    Think over a file or folder whose name is familiar. Then, press Cmd-Space at the same time, which brings up Spotlight - the easiest way to locate files, folders, history, and much more. If you end up with a blank the first time, try again until you have a hit. If you have a hit, note the location of the files/folder; it's likely that all of your lost documents are in the same place.
    Post if you have success, or need more help!

  • HELP I have lost all my motion 4 content from all the files, ive looked in all the files and they are all empty. can i get replacement content as I my dvds where stolen along. with my other laptop.

    HELP I have lost all my motion 4 content from all the files, ive looked in all the files and they are all empty. can i get replacement content as I my dvds where stolen along. with my other laptop. any Ideas. would be a great help. For Motion 4.

    Try a hard reset:- hold the home button AND the power switch - ignore the red "Slide to power off" and wait ubntil the iPhone powers down, and then restarts - at the Apple logo, release all the buttons and see if your contacts reappear.

Maybe you are looking for