ORA-01173: data dictionary indicates missing data file from system tablespa

Hello
My Database is 11gR1 and Linux is the OS. Thought of posting it as a new thread as things have changed a lot.
2 of my database file were lost due to hardware failure. (the datafile do not belong to SYSTEM TABLESPACE) and and the second was datafile for undo tablespace.
I created control files with command not mentioning the lost datafiles:
CREATE CONTROLFILE REUSE DATABASE "BSSGLB" NORESETLOGS NOARCHIVELOG
MAXLOGFILES 32
MAXLOGMEMBERS 5
MAXDATAFILES 600
MAXINSTANCES 10
MAXLOGHISTORY 1168
LOGFILE
GROUP 1 '/DB/app/oracle/oradata/bssglb/redo01.log' SIZE 500M,
GROUP 2 '/DB/app/oracle/oradata/bssglb/redo02.log' SIZE 500M,
GROUP 3 '/DB/app/oracle/oradata/bssglb/redo03.log' SIZE 500M
-- STANDBY LOGFILE
DATAFILE
'/DB/app/oracle/oradata/bssglb/system01.dbf',
'/DB/app/oracle/oradata/bssglb/sysaux01.dbf',
'/DB/app/oracle/oradata/bssglb/users01.dbf',
'/DB/app/oracle/oradata/bssglb/bss01.dbf',
'/var/oracle/oradata/bssglb/bss02',
'/var/oracle/oradata/bssglb/system02.dbf'
CHARACTER SET US7ASCII
I have all the files mentioned in the datafile section of the above command.
But somehow when i try to open the DB, first it asks for the media recover. When i recover database then it disconnects database saying:
ERROR at line 1:
ORA-01092: ORACLE instance terminated. Disconnection forced
Process ID: 4768
Session ID: 170 Serial number: 5
Contents of the alert log file are:
Beginning crash recovery of 1 threads
parallel recovery started with 3 processes
Started redo scan
Completed redo scan
1 redo blocks read, 0 data blocks need recovery
Started redo application at
Thread 1: logseq 7, block 2, scn 20356182450
Recovery of Online Redo Log: Thread 1 Group 1 Seq 7 Reading mem 0
Mem# 0: /DB/app/oracle/oradata/bssglb/redo01.log
Completed redo application
Completed crash recovery at
Thread 1: logseq 7, block 3, scn 20356202453
0 data blocks read, 0 data blocks written, 1 redo blocks read
Sun Feb 20 08:16:23 2011
Thread 1 advanced to log sequence 8
Thread 1 opened at log sequence 8
Current log# 2 seq# 8 mem# 0: /DB/app/oracle/oradata/bssglb/redo02.log
Successful open of redo thread 1
MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
Sun Feb 20 08:16:23 2011
SMON: enabling cache recovery
Errors in file /Oracle/app/oracle/diag/rdbms/bssglb/bssglb/trace/bssglb_ora_4550.trc:
ORA-01173: data dictionary indicates missing data file from system tablespace
Error 1173 happened during db open, shutting down database
USER (ospid: 4550): terminating the instance due to error 1173
Sun Feb 20 08:16:25 2011
Instance terminated by USER, pid = 4550
ORA-1092 signalled during: alter database open...
ORA-1092 : opiodr aborting process unknown ospid (4550_182910338848)
Sun Feb 20 08:16:26 2011
ORA-1092 : opitsk aborting process
Guys please help me out of this situation.
Regards, Imran

STOP opening new threads for ongoing solution to SAME problem
Re: I have copy of data files! How to install and add these files to database!
Re: Failure of network storage!
Re: I have copy of data files! How to install and add these files to database!
Handle:      misterimran
Email:      misterimran
Status Level:      Newbie
Registered:      Jan 15, 2002
Total Posts:      1,109
Total Questions:      130 (115 unresolved)
so many questions & so few answers!
Edited by: sb92075 on Feb 19, 2011 7:49 PM

Similar Messages

  • Ufoai-data might be missing language files

    Wanted to report this as a bug on the bug tracker, but the bug tracker doesn't let me register myself, so here I am.
    I have a problem with the new release of UFO: AI (version 2.4). ufoai-data might be missing language files. I don't have (nearly) any text in UFO: AI, no story introduction (besides "introduction_sentence_1"), no Ufopedia entry (it says something like "grenade_launcher_txt") and no mail text (only says "mail_txt"). An ufo: ai dev thinks, that the packager might have forgot to build the language files.
    Could someone confirm, that there is a problem and that it is the missing language files? Thanks.

    Just in case anyone is still having this issue running ufoai, also make sure to check in your in-game settings that language is set to "English" or whatever language you like.  My was set to "No Language" by default, and changing the exec line is absolutely neccessary even if you select a language.
    In XFCE, I went to /usr/share/applications directory and edit ufoai.desktop as root.
    Change the line "Exec=ufo" to "Exec=/usr/bin/ufo +set fs_i18ndir /usr/share/ufoai/base/i18n/"
    Then restart from your menu and set your language.  You are good to go.
    Thought this might be helpful, sometimes ingame settings are easy to overlook.

  • Retaining date/time stamp when copying files from a backup network drive

    How do I retain the date/time stamp when copying files from a backup such as a external drive or a network drive?

    i don't trust MA at all. known to create a lot of problems.
    instead, see the green box in this user tip.

  • Table or view does not exist - Data Dictionary Import Wizard(Data Modeler)

    Hi All,
    In Data Modeler, Data Dictionary Import Wizard, I'm able to connect to database.But while going to the second stage (Select Schema/Database), I'm getting an error "ORA-00942: table or view does not exist".
    I am able to select the table with select * from all_tables and I can open many tables as well.
    Could anyone tell me, whether I'm missing any privilege, that causing this error.
    Thanks in advance for you support.
    Thanks.

    Hi,
    Thanks for your response, sorry for my late reply as I was away from my place.
    Yes, it is showing "Connection established successfully".
    log file as below-
    2012-08-02 10:37:26,471 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler 3.1.1.703
    2012-08-02 10:39:42,889 [AWT-EventQueue-0] ERROR AbstractDBMExtractionWizardImpl - java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    Pls see oracle version details-
    Oracle Database 11g Enterprise Edition
    11.1.0.6.0
    64bit Production
    Thanks again and waiting for reply.

  • "Bad data format" when reading txt file from the presentation server

    Hello,
    I have a piece of code which reads a txt file from the presentation server to an internal table like below:
    DATA : lv_filename type string.
    lv_filename = 'C:\abap\Test.txt'. "I created a folder called abap under C:\
    CALL method CL_GUI_FRONTEND_SERVICES=>GUI_UPLOAD
    EXPORTING
       FILENAME              = lv_filename
    CHANGING
       DATA_TAB            = lt_tsd. " lt_tab has the exact same fields as the Test.txt's. Test.txt has only one line, tab delimited.
    When running this code, exception BAD_DATA_FORMAT is issued.
    Is it because of the file encoding or delimiter or other reason?
    Thanks,
    Yang

    Hello,
    If its tab delimited then use the has_field_seperator parameter and check
    DATA : lv_filename type string.
    lv_filename = 'C:\abap\Test.txt'. "I created a folder called abap under C:\
    CALL method CL_GUI_FRONTEND_SERVICES=>GUI_UPLOAD
    EXPORTING
       FILENAME                = lv_filename
       FILETYPE                 = 'ASC'
       HAS_FIELD_SEPARATOR          = u2018Xu2019
    CHANGING
       DATA_TAB            = lt_tsd.
    Vikranth

  • How to download data in Word or Excel file from webdynpro?

    Hello everybody,
    In my webdynpro application, I want to download my Table control data in word or excel file. Is there anyway to do this?
    Thanks in advance,
    Bhavik

    I am sorry.Please ignore this reply
    Please go through the following
    downloading internal table contents to excel sheet
    Regards,VIP
    Message was edited by: Anilkumar Vippagunta
    Message was edited by: Anilkumar Vippagunta

  • How to remove data file from System tablespace

    Hi All,
    I have wrongly added data file in SYSTEM tablespace, now I want remove it. I have tried to set datafile offline but it is giving me the error system tableapce can not set offline. so please help me. I am working Oracle 10g .
    thanks in advance
    sv

    In 10gR2, you can drop a datafile from tablespace, as long it's empty (and of course not the last one):
    ALTER TABLESPACE tbs_03 DROP DATAFILE 'tbs_f04.dbf';
    Otherwise, there's no direct way to get rid of the file. You can just shrink it and move (i.e. "rename") it another location. For a non-system tablespace, move of all segments to another tablespace (and later renaming it) would be an option, but this of course won't work with system tablespace.

  • LIS - To get the data for the missing data for the infostructure S906

    Hi
    We have performed  an unicode conversion In our SAP ECC 6.0 system,  after the conversion, the infostructure S906 (copy of S006) was not updated for the period 22nd June to 25th June 09.
    Then we regenerated the infostructure S906 using the tcode MCS/ on 26th June and after which the update rules are working correctly in S906.
    Now when we run the SOP report for this week, the data is missing for the period 22nd June to 25th June 09.
    We have gone thru the note 64636 - to setup the infostructure from the begining, which needs more downtime.
    Is there a possibility to get the missing data for the above period only, instead of setting up the infostructure from the beginning.
    Thanks & Regards
    Senthil

    You did not tell us what kind of update are you using. Some transactions (e.g. OLI1) allow to run it by posting date; others (e.g. OLI9) for a range of the documents. You can find what document numbers were created in the period of question and then run it for them. Although I would recommend the full rebuild.

  • URGENT! Missing audio files from a live recording due to Logic crash

    Hi,
    yesterday, in the middle of a (low budget) live recording, Logic gave me an error message saying "disk too slow" and stopped recording.
    I was using the internal drive. I know this is not a proper habit, but I would have never thought that Logic could complain about the drive slowness with 2 tracks/24bit/44,1khz. Instinctively I pressed * at once but this caused the sequencer to start recording back from bar 1, making the previous 27 minutes of recording disappear, even from the audio files directory.
    Is there anything I can do to recover the two AIFF files and avoid lots of swearwords from the customer?

    Thanks for the sympathy musicspirit...
    About Logic crashing... Actually, Logic didn't "crash", that is, the application didn't quit. It only stopped recording, displaying that "disk too slow". If truth be told, the timeline remained red, it stopped recording the two tracks. Then I pushed the "record" key and it started recording back from bar 1. As soon as I realised that it wasn't displaying the previous 27 minutes of recording anymore, I stopped the transport and something even more strange happened... Logic rendered the overview of the newly recorded two audio regions and started prompting error messages about one of them being an 8-bit audio file. Moreover, I had the Roger Nichols Inspector plugin open and in the meantime it went crazy too, displaying "9999" in the clips/consecutive clips/etc. counter.
    I was listening with my headphones plugged into my Fireface and I can tell you that the audio coming from the soundcard was perfect during the Logic "crash". It never stopped, clipped, popped or anything similar.
    About the audio path, audio file name... I always double check the audio recording path before starting a recording and it was exactly where it should be.
    After the crash I recorded the second part of the gig on an external FW hard drive and everything went smooth. I simply can't find the audio files of the first 27 minutes anywhere on the drive. However I found out pieces of them with Data Rescue II among deleted files, but they are corrupted (interrupted by pink noise and square waves - BTW I plan to save one of them labelling it with "how an audio file dies").
    It is really strange that such a powerful program (as Logic is) doesn't save an audio file if for some reasons it stops recording and you press record again...

  • How to I restore missing StickiesDatabase file from Time Machine?

    I have looked all over for a solution to this. Basically, I am trying to restore a stickiesdatabase file from a Time Machine backup. I put in a new HD and am slowly pulling files over in pieces. The thing is, the backup that had the stickies I want to restore did not seem to back that file up. I navigated to user/library to find StickiesDatabase, and it is not there, even though I went into the terminal and unhid invisible folders and files (other greyed out invisibles showed up so I know it worked). But here's the weird thing, when looking on my current hard drive, I could find that file for my new, empty stickies just fine. Also, I went further to a Time Machine backup from a year ago, and I found the stickiesdatabase file in the library as well. It's like these last two backups I did that had the stickies I want did not include that file in the backup. Any thoughts? Am I doomed? Oh, and I am currently on Mavericks and the backup in question was also Mavericks. And I have a 2008 Macbook Pro if that info is helpful.

    There is another, huge thread on TM backups on this forum and exactly this issue has come up. Sadly, no one has a perfect answer. I do not have a spare drive available to test this myself, but I would try something along these lines.
    -- Ask TM to restore your full Library and the Masters, if Referenced. I believe that TM will give you the option to not overwriting your current Library, but be careful. However you do, stick this "Recovery Library" out somewhere. (Yes, this is gonna take some time, run it overnight.)
    -- Open "Recovery" with Aperture and select the Project(s) that contain the images you want. Export these "Projects as New Library."  (Don't export as either Versions or Masters.) I would select the box "Consolidate Masters" and I would probably discard the Previews. Stick this somewhere.
    -- Now open "Original Library" and import the "Library" that you exported back into your Original Library as something like "Stupid Lost Project."
    -- You should now have a Project full of adjusted, and adjustable images. (N.B. this is basically the technique I use with my laptop. I shoot, load into AP3 on the laptop, noodle, and then export/import into AP3 on the MacPro when I get home.)
    -- Clean up. (Delete "Recovery", convert the recovered Project back to Referenced Masters, if you wish, etc.)
    One good argument for never throwing those old USB drives away.
    I have missed some of the details in the process, so be careful, but I believe that this will work until Apple lets us run Aperture inside Time Machine.
    Best wishes.

  • CS3 misses .xmp files from PSE4

    I have used PS Elements 4 on Windows for a couple of years. Most of my photos are in RAW (from a Rebel XT). I have it set to save RAW adjustments in .xmp sidecar files. When I look in the directory with Windows Explorer, the sidecar files do, in fact, exist.
    I just bought & installed PS CS3. I intend to continue to use PSE4 organizer because I have a lot of collections, tags, etc. I have configured PSE4 to use PS CS3 as its external editor. CS3 is configured to use .xmp files.
    When I open a RAW file in CS3 via the PSE4 organizer, the file opens, but the adjustments are not used--it's as if I never adjusted the image.
    If I open the file from CS3 Bridge, or directly with PS CS3, it works right. If I adjust a file in CS3, then save it, and re-open it from PSE4 organizer, it works right.
    How do I get it to work right when I open a previously adjusted RAW file from PSE4 organizer?

    Thank you for taking the time to respond Mr. Castaneda.
    Using Bridge in this context, while obviously an effective work-around, only serves as an unnecessary resource hog.
    The simple issue is this: What used to take half a second in keyboard taps now requires either the use of an additional program (Bridge) or several additional steps in Finder.
    I can't help but to suspect that there is some way to configure my system to behave in the desired manner.
    I do use Bridge regularly, but when all I want to do is process hundreds of RAW files in the largest batches possible, I don't see the need to waste resources on it. And it does slow things down noticeably.
    I like to use Bridge for sorting, renaming, editing, labeling, etc. But to use it just to open up files seems a little inefficient.
    Maybe I'm picking at nits here, but I'm just baffled that this system behaves differently than the one I used a few days ago (same OS, programs, and updates).
    Many thanks!
    Best regards,
    Michael

  • Script to make 'delete' file from system and not just library svp.

    I would like something, possibly a script, to replace the delete option in iTunes so that a file deleted from within iTunes is actually deleted from the HDD. I have downloaded a script that can do this but the option ad to be called from the script menu and was not convenient, so I am looking for a way to amend or replace the menu option to achieve this in a natural fashion.

    Okay, here I found this page: http://ask.metafilter.com/18737/How-can-I-make-iTunes-delete-songs-again
    which is nice and informative. What I have found is that in order to delete files natively from within iTunes the default settings of keeping your music files in the iTunes music folder (which can be modified to another directory in iTune's preferences) must be left untouched. This is because iTunes will only delete files from the HDD if they reside in the music folder iTunes refences to. Its a nice structured system that iTunes itself keeps organised so its the better option, as oposed to having files everywhere.
    In order to reset the iTunes dialog messages, the file "com.apple.iTunes.plist" in the "~/Library/Preferences/" dir must be deleted - which resets everything, as the documentation suggests you will know because the copyright agreement will launch when iTunes is started. Please make sure iTunes is off before deleting the file. The documentation also suggests deleting another file but I didn't do this and it worked for me.
    However the ability to delete movies from the HDD is not an option from within iTunes, I suggest finding a script that will move all movies in a certain playlist to the recycle bin folder

  • Missing Serial number from System profiler

    I just noticed that I'm missing the serial number from my System Profiler.
    The only reason why I noticed is that I was trying to gather information about the macs on the network via remote desktop and I found several that will not allow me to gather information about the system.
    They are all the ones missing the serial number from System profiler.
    How can I add it back? Also anyone know why it is missing?

    The serial number disappears when the motherboard/logic board is switched out, because the serial number is linked to that piece of hardware.
    Authorized Apple repair tech are supposed to use some special software to input the S/N onto the logic board. Possibly they can do it for you.
     Cheers, Tom

  • Deleted all Java-related files from system

    Hello there, community!
    This issue will make me look like a dummy, but here it goes. Basically it is what I did yesterday, I erased all Java-related files from my computer for hideous reasons, now before considering a reinstall, I'd like to know whether there is a solution to this problem. My recovery partition still has Mavericks installed, which is weird, seeing as I am on Yosemite already.
    Basically most apps won't start, and that includes Finder, App Store and every other major app/resource I might need to use for a recovery.
    I tried to re-download Java from Oracle website and JDK, but .dmg files won't run either.
    I'm trying to look for as many solutions as possible before I do a recovery, because again, I don't have a Time Machine, and hope there will be a solution as I have lots of work to finish.
    Any type of help will be welcome!
    Mid-2011 iMac 21.5, Mavericks 10.10.1

    Hello EdNKh,
    Welcome to the Apple Support Communities!
    I understand that you are trying to reinstall Java but cannot get the .dmg to run. With the information you provided in your post, I would suggest using the information in the attached article to reinstall OS X Yosemite. Reinstalling with this information will keep your files and settings intact. 
    OS X Yosemite: Reinstall OS X
    Have a great day,
    Joe

  • Can't Extract Files from System Image DVD

    I recently created a Windows 7 system image onto DVD-RWs as my HDD was suspect.  The HDD was replaced under warranty. When I came to restore the system image I got up to the fourth DVD and the process would not go any further (could not read the DVD).
    I then tried to extract some of the more important files from the first three disks that the restore process had read successfully.  I used the AttachVHD option under Computer management however for every .vhd file which I tried to attach I received a "The file or directory is corrupted anf unreadable" error message from the Virtual Disk Manager.
    I also tried 7-Zip to extract files but received the message "Can not open file as archive" each time.
    Can any one throw any light on why I can't read these .vfd files?

    marckelli
    Only last night a user went through the same situation as you are going through. Details are important. For now I am assuming that your computer is Windows 7, 8, or 8.1 64 bit. If other post immediately to let me know.
    1. You need two files from Adobe, one .exe and the other .7z. If you have a 64 bit computer operating system
    make sure the you see 64 in the name of the file.
    2. Assure that you have antivirus and firewall disabled.
    3. Right click the .exe file and select Run As Administrator. The double click the .exe to Run it. This will lead
    you into the 7z which is the program.
    If the desktop is not working as the destination for the Adobe Premiere Elements 12 Folder which will be present after the 7z has completed, then set it to Documents.
    In the Adobe Premiere Elements 12 Folder, double click the PRE12 Folder to find the Setup.exe from which you will
    install the program.
    I will be back in a moment to add the link to last night's thread where we went through what you are going through now.
    Make sure at the onset that you have the right files to be used with your specific operating system.
    ATR
    Add On...This is last night's thread on this type of issue
    Premeire elements 12 will only download as files...

Maybe you are looking for

  • I cannot open PDF files in IPad email attachments.

    Will I pad open PDF files? I get nothing when clicking on the document, but have read the iPad 2 will open PDFs without a 3rd party app. Please help.

  • Doubts regarding taking up certification...

    Hi professionals, I am working in a ALE/IDOC support project and I am an ABAP certified consultant. Now I am planning to take up BI certification through TechEd. I have few doubts, 1.     Is Bi certification taken through teched is similar to one tak

  • How was this site built ???

    I came across this Flash site and was wondering what product, other than Flash, would have been used to build it. http://www.mitsubishi-motors.com.au/red/ What I'm particular interested to know is how the 3d transitions were accomplished after a menu

  • Merging different arrays as one long array

    Hi there, I have some problem with merging of array. Because of the natural of my VI, I will need to merge arrays together to form a single long array. I have designed a VI using For loop and case-switching but the current array keep over-writing the

  • IPod touch with iPhone 5s improvements

      Does anyone know if Apple has any plans to update the iPod Touch to has the specifications of the iPone 5S without the cellular components?