If the Database Hardisk was Crashed...

Hi..
I have one question that is ..If the Database hardisk was crashed, in this case how can i restore and recover the database......

Hi,
You need to perform the disaster recovery.
You need take the backup of whole database manually or using rman
Let me explain when my whole db was gone and only backup was left
1) start the rman in nomount state( it will start by using default INIT.ora file)
2) Once done restore the rman spfile from rman backup
3) now start the db using restored spfile
4) restore the controlfile from backup
5) catalog the backupset
6) now you can use setnew name or db_file_name_convert,log_file_name_convert parameter
7) restore the whole database and recover it
happy restore :)
Kind Regards,
Rakesh jayappa

Similar Messages

  • My mac book was refused by the apple service center as the mother board was crashed , pls help me what to do

    my mac book was refused by the apple service center as the mother board was crashed , pls help me what to do

    If you live in a big city, then I would recommend an independent computer store that fixes Macs. There are many mom and pop computer stores that fix your computer. Just Google it.

  • Is there any official market or store or anything in Egypt to fix my iphone 4 it jumped from 5th floor and the back hous was crashed and the network sensor was not working good but the phone and the screen and the others things are ok so plz help ???

    Is there any official market or store or anything in Egypt to fix my iphone 4 it jumped from 5th floor and the back hous was crashed and the network sensor was not working good but the phone and the screen and the others things are ok so plz help ???
    my iphone is now just coverd with case and the back house is crased

    Etisalat, Mobinil and Vodafone provide warranty service in your country.  You can also search Google for a 3rd party repair shop near you.

  • Identifying if the database import was done successfully

    Hi all,
    Recently my DB administrator restored the database from a backup drive. Can you tell me if there is anyway to know from the SBO client when the last transaction or login was performed in the system. I am hoping with this information, I can make a 1st level confirmation that the restore occured from the correct backup.
    Thanks,
    Manoj.

    Hi Manoj,
    You may check either OJDT or ADOC table for the last record.  It is usually the latest record before backup.
    Thanks,
    Gordon

  • TF53001: The database operation was canceled by an administrator.

    What am I doing wrong? I get this message since today when i try to check in / get latest on my TFS 2013/ VS2013 Environment. I can't find any helpful thread about this message on the Internet.
    Maybe someone here can help me?
    thanks
    Michael

    Hi Michael,  
    Thanks for your post.
    You can connect to your TFS Server successfully, only check-in/get latest received this error?
    Please ensure your TFS’s SQL Server working fine.
    And try to clean the Cache for TFS 2013 manually(delete the content of the folder only, not the cache folder itself), then restart your TFS 2013 Server:
    Clean the Cache folder on Server machine. The folder path is:
    C:\ProgramData\Microsoft\Team Foundation\Web Access\Cache_v12.0.
    After cleaned, on Server machine, click Start and select
    Run… to open the dialog box, then input iisreset.exe and click OK, wait it run completely.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • My Firefox crashes every time I open it and none of the steps in the database solve the problem. My crash signature is PaintFrame(nsIRenderingContext*, nsIFrame*, nsRegion const&, unsigned int, unsigned int)

    I tried opening it in safe mode and none of the other help tips in the database on firefox crashes when I open it apply to me. I also ran a couple of virus programs to check for any infections and found nothing. I had been having issues with java previous to firefox beginning to crash. So I attempted to uninstall java from my computer but it did not help.
    My crash signature is PaintFrame(nsIRenderingContext*, nsIFrame*, nsRegion const&, unsigned int, unsigned int) and a search of this term on Mozilla Support pulled up no results.
    I'm not terribly knowledgeable with programming so any suggestions would help!

    I read online about a "clean reinstall" of firefox which seems to have worked! They should include direction on this on their page: https://support.mozilla.com/en-US/kb/Firefox+crashes+when+you+open+it

  • Actually in my project The middle tier was written using RMI.The Database i

    Actually in my project The middle tier was written using RMI.The Database interaction was defined in the middle
    tier itself.My problem is , the queries we post to the database should interact with XML Database which in turn should
    interact with the actual Relational Database from which the XML Database was built.
    Thanks in Advance

    Leave the phone alone and let it cool down.

  • Oracle SQL Developer  error - "The file-based source procedure Name is not present in the database."

    I recently started working on the Oracle SQL developer. I have 'select' privileges on the QA schema and when tried to execute proc in QA. It is giving the error as 'The file-based source <procedure Name>  is not present in the database.  Was it compiled?'
    instead 'you do not have sufficient privileges to execute this procedure'. Did research on internet but with no luck.What configuration changes needed to be done to make it work.Guide me.

    Sounds like you do not have the correct privileges.  What should have been granted to you by the QA user, or some other user with appropriate privileges, is...
    grant EXECUTE on "QA"."<PROCEDURE_OF_INTEREST>" to "<YOUR_USERID>" ;
    Note that a grant of execute on a procedure has nothing to do with grants of select on some or all of QA's tables and views.
    So, as Vadim suggests, from your connection node in SQL Developer's Connections view, if you expand the Other Users node, then expand QA and look in the Procedures node, do you see the procedure of interest?  If not, you cannot expect to be able to execute it from your userid's connection. And even if you do see it, you may have some other privilege that permits viewing but not executing, like...
    The role SELECT_CATALOG_ROLE
    The system privilege SELECT ANY DICTIONARY
    And even if you do not see it there, then having certain other privileges granted to you could permit executing it in general, like...
    The role EXECUTE_CATALOG_ROLE
    The system privilege EXECUTE ANY PROCEDURE
    Also, note that the 3.0 release is a bit dated nowadays. Upgrading to 4.0.3 production or even the 4.1 EA2 (early adopter) release will, in general, give you a better experience.
    Best wishes,
    Gary

  • How do I tell if the database engine is installed?

    I'm using SS 2008 R2. I don't think the database engine was installed and I would like to check this. 
    How do I tell if the database engine is installed?

    I'm quite surprised that with all the answers you have been given, nobody has noticed the obvious. In actual fact everyone is sorta right. The answer to your question of whether you have the db engine installed is ...yes an no ;)
    You do not have the traditional engine installed, but you do have sqlexpress localdb.
    For more info check out:
    http://technet.microsoft.com/en-us/library/hh510202.aspx
    and
    http://geekswithblogs.net/krislankford/archive/2012/06/19/sql-server-2012-express-localdb-how-to-get-started.aspx
    Im not a big fan of it but it does what it says on the tin...
    Regards,
    Mark Broadbent
    Contact me through twitter |
    blog | sqlcloud
    Please click "Propose as answer" if a post solves your problem
    or/and vote the post up if it's been helpful.
    Want professional SQL Server High Availability Training? Click here

  • Printing A Report Causes The System To Reboot / Crash

    Post Author: rhavlick
    CA Forum: Crystal Reports
    Hello,
       I'm not even sure where to start on this one - I built a few reports in CR XI, and deployed them to the customer's machines.  So far 2 out of the 10 at 2 seperate locations will have no problems displaying the report on the screen in the screen in the print preview control for .NET.  However, when the user presses Print, and selects just their normal HP Laserjet 4240n printer, it actually goes to the blue screen of death, and then reboots.  I upgraded to Crystal Reports 2008, and it's doing the same thing after installing the runtime on the user's machine.  Next I tested on another computer at the same office, with the same results to the same printer.  Next I tried to print to the Microsoft Office XPS Document Writer and that works from Crystal and then printing to the printer from that.  I also tried exporting from Crystal to PDF, and then printing from that which works too.  I updated drivers with the latest drivers, one is a HP and one is a Lexmark at 2 different not related locations.  It appears to be report dependent since some other reports work.
      Is there any way anyone knows how to trouble shoot this issue?
      Thanks.

    Post Author: rhavlick
    CA Forum: Crystal Reports
    It's taken me about a month and $600 to purchase printers and return them, etc. to finally get this figured out.  What is happening is if you have color on a report, and then print to a printer that doesn't support color printing it actually crashes the O.S.  I can't recreate this on all B&W printers, it only appears to happen on some, even though they have the same drivers, etc.
    I can strip out colors, and just leave it black white and grey and everything works on the one that was crashing.  What I am wondering is if anyone knows of a way I can force CR to print in B&W on a printer that only supports B&W either when it's printing or when it's rendering the report?  I do need the reports to be in color for the users with a color printer and it renders fine in color even if you don't have a color printer, but it blows up when you print.  Does anyone know if this is possible or have any suggestions regarding this?  Thanks.

  • MAXDB user / password to drop the database - do not have

    *Hello,*
    *I am installing the SAPNWABAP701SR1_trial on one of our windows XP laptops and do not have the MAXDB user / password to drop the database which was built when a previous ABAP trial version was installed back in 2007.*
    *Is there any way short of reformatting the drive to drop the database?*
    *Thank you,*
    *Emmett*

    SAP Utilities       c:/sapdb/programs        7.6.02.14     32 bit    valid
    Server Utilities    c:/sapdb/programs        7.6.02.14     32 bit    valid
    Base                c:/sapdb/programs        7.6.02.14     32 bit    valid
    JDBC                c:/sapdb/programs        7.6.03.02               valid
    Messages            c:/sapdb/programs        MSG 0.5028              valid
    ODBC                c:/sapdb/programs        7.6.02.14     32 bit    valid
    Database Kernel     c:/sapdb/nsp/db          7.6.02.14     32 bit    valid
    SQLDBC              c:/sapdb/programs        7.6.02.14     32 bit    valid
    Webtools            c:/sapdb/programs/web    7.6.00.32     32 bit    valid
    SQLDBC 76           c:/sapdb/programs        7.6.02.14     32 bit    valid
    No another databases installed/running on your server.
    dbmcli inst_enum: 
    7.6.02.14    C:\sapdb\NSP\db
    dbmcli db_enum:
    NSP     C:\sapdb\NSP\db                             7.6.02.14     fast     running
    NSP     C:\sapdb\NSP\db                             7.6.02.14     quick     offline
    NSP     C:\sapdb\NSP\db                             7.6.02.14     slow     offline
    NSP     C:\sapdb\NSP\db                             7.6.02.14     test     offline
    I am an not an SAP customer. I have been an ABAP consultant since 1995.
    Edited by: eballard on Jul 29, 2010 7:23 PM

  • In the middle of updating the database, everything died...

    I was launching A3 after the upgrade from 2.0 installation and the database update was going on. Then it hung at 3% and everything just froze.
    I had to force a restart.
    Then when I tried to start A3 again, I got the following error message "There was an error opening the database for the library “~/Pictures/Aperture Library.aplibrary”. "
    Please help ASAP!!! I need all of this info!

    I did try that and it allowed me to try again. BUT, I started the process over and let it start to run overnight. I just woke up to see how far the system had progressed and the computer would not respond to anything at all. The screen had dimmed, but it wasn't in sleep mode (I disabled that before). I pressed the space bar. I clicked the mouse. Nothing. I tried to press the power button on the back of the iMac briefly...nothing.
    I had to hold the power button down to shut down the computer and then restart. Now I'm back to square one!
    What on Earth is going on?

  • I can't loggon in the database-help

    Ihave download C:\10g_win32_db then installed it,
    after the installation it started at http://jean:5500/em/console/logon/logon, but the problem is the password i have gave as the password to the database when it was created does not work.I get the flollowing errors on my screen.
    Error
    Your username and/or password are invalid.
    Login to Database:orcl
    * User Name
    * Password
    Connect As NormalSYSOPERSYSDBA
    Is there a way that I can reset the password? or change it to a new one I am really new to this.
    thanks

    Thanks Kamal Kishore when I created the database I was aske a password,I gave sofus1.
    I can't loggon on sqlplus.
    is there an other way just to loggon to the db then change the password ?

  • Aperture (3.4.1) no longer opens and the following message appears: There was an error opening the database for the library "/ Users / Andrea / Pictures / Aperture 3 Library.aplibrary." How can I solve this problem? Thanks

    I was using Aperture (3.4.1), when he appeared a notice that asked me to stop the Mac with the power button. When I restart Aperture no longer opens and the following message appears: There was an error opening the database for the library "/ Users / Andrea / Pictures / Aperture 3 Library.aplibrary."
    How can I solve this problem?
    Thanks

    After a system crash your Aperture Library may be corrupted, because Aperture may not have been able to finish the ongoing database transactions.
    Have you tried the Aperture Library First Aid Tools?
    Aperture 3 User Manual: Repairing and Rebuilding Your Aperture Library
    Try "Repair Database", and if this does not help: "Rebuild Database"
    Regards
    Léonie

  • I have been interested in how lightroom uses the catalog so was poking around a backup of the catalog. I found it rather concerning that although the database (catalog) is pretty well designed, there is no referential integrity defined or enforced.

    I have been interested in how lightroom uses the catalog so was poking around a backup of the catalog.  I am a database administrator and I found it rather concerning that although the database (catalog) is pretty well designed, there is no referential integrity defined or enforced. This is non-standard practice and could well be the source of corrupt catalogs I have seen many people complain about. I would strongly recommend the developers modify the catalog and adopt best practices if they want to improve the stability of Lightroom and the catalog.

    I would imagine that data integrity is not enforced for performance reasons. In a closed environment like LR where the application has complete control over the data, enforcing data integrity may not be worth the performance hit. Often what is done in an environment like this is to have data integrity on in test environments which would expose data integrity bugs but where the impact of performance is low. In "production" it is then turned off to get as much performance as possible. I would say there are many more complaints about performance than corrupt catalogs. And corrupt catalogs are more likely due to interruptions in writing to the catalog (like crashes, backups or dropbox activity while LR is running, etc). Data integrity would not help in these cases as they are outside the databases control.

Maybe you are looking for

  • XI message status at Adapter engine level using a table (SAP table)

    Hello Experts, XI message status at Adapter engine level using a table (SAP table). We want to write a custom report using ABAP so Pls tell why the status u2018Holdingu2019 and u2018To be deliveredu2019 are present in message monitoring of RWB but no

  • Microsoft Updates fail on brand new laptop

    My wife and I just purchased two new laptops for use during extensive travel. They say "please wait for microsoft update" every time we boot them up.  About 45 minutes later they say "update failed, uninstalling update"  This takes another 20 minutes

  • Need some 'Find with Grep' help

    Hi, all I have a long name directory, and I want to find all the middle innitials in the names so that I can add a dot to them. right now I have the names like this: Jon A Dow I want to make them all into Jon A. Dow I thought If I could search for th

  • ITunes won't play iTunes movie

    Hi, I purchased The Dark Knight through iTunes and when I copied the file and put it onto my MacBook Pro and authorized it. It wouldn't play, it would but the screen is dark but it is still playing the timer goes but there is no sound or picture does

  • Current version of iPad or newer one on the horizon

    I currently have a 4th generation iPad (regular size - not mini). What is the most current version of iPad on the market, and/or is  there any talk of a newer version being released soon? Thanks