Oracle registry entries lost.

Relative novice DBA here....
We were having a problem with a drive controller on one of our development database servers and the system admin had to re-install the operating system (Windows2000) and that efficiently wiped out all the Oracle registry entries. The database files are all still out there and Oracle is still installed, but of course since the registry entries aren't there it won't start up.
Is there any way to recreate those entries, or can I re-install Oracle, create databases and point them to the existing files. Will it be able to recognize that the files have data and be able to read them?
There were no backups because it was a development box and the data could just be reloaded (a long process I'm trying to avoid).
I can re-install Oracle entirely, recreate the databases from the DDL and reload the data, but I'm just trying to make sure there is not an easier way.
Is it "start from scratch" time?
I think this would be a good thing for folks to know.
Any help anyone can provide would be greatly appreciated. Thanks.
- Dave Matern

If you only re-installed the Oracle software and didn't touch any of the database files, it should have worked. I just did the same a few days ago on my laptop when Oracle installer (again) messed up when trying to de-install an obsolete oracle_home.
Maybe because you had a problem with the controller, the control file and data files went out of synch in some way. Now, I am not a DBA, so this is getting a bit tricky for me too. You may try to recreate the control file. Backup everything before you do this!
SVRMGR
CONNECT INTERNAL
STARTUP MOUNT PFILE=<fullpath>
ALTER DATABASE BACKUP CONTROLFILE TO TRACE RESETLOGS; This will create a trace file in the trace file directory. The file will have the extension ".trc" and is located either in the directory defined by the initialization parameter 'user_dump_dest', or, if this is not defined in "ORACLE_HOME/rdbms/log," the file should be copied to a name such as "ccf<SID>.sql.
Check this script to see if all the paths and files are correct. Then:
SVRMGR
CONNECT INTERNAL
STARTUP NOMOUNT PFILE=<fullpath>
@ccf<SID>.sql
ALTER DATABASE OPEN RESETLOGS;

Similar Messages

  • How do i remove registry entries if 9i is on D:\ and 9i Developer on C:\

    I am trying to remove my Oracle database from my computer and each time i uninstall and reinstall, i get about 2 or 3 previous instances popping up on my machine and asking me if i want to migrate the Datbase to 9i.
    Anyway, i checked the documentation and got a bunch of instructions on how 1st and foremost, i should stop the Oracle services that are running before trying to remove the Oracle registry entries.
    http://download-uk.oracle.com/docs/html/B10130_02/deinstall.htm#i1008369
    The problem is, i installed Oracle 9i on drive D: and Oracle 9i Developer on drive C:(my local disk). Should i still go ahead and follow the same rules for editing the registry and completely removing the database and Oracle developer from the PC?
    Sincerly,
    Sam Jr.

    It's not important for the removal procedure, where the components have been installed. The instructions given through this URL are still valid.

  • Missing registry entry with v7u10 - Windows - Firefox

    Is Oracle aware that Firefox isn't recognising Java for some users after updating to v7u10 due to a missing registry entry?
    Full details are at http://forums.mozillazine.org/viewtopic.php?p=12543707#p12543707
    Thanks

    Sigh. No, I'm looking for an answer.
    I really don't want to have to figure a bug reporting system unless I absolutely have to.
    Alternatively, a solution would be nice.

  • Need help uninstalling Acrobat 9.0 Pro (including registry entries)

    Hello;
    I installed Acrobat Pro 9.0 and am not happy with it and want to COMPLETELY uninstall it. I was able to uninstall it using Add/Remove Programs, but I can see that there are still some left-over registry entries related to Adobe Acrobat 9 (this was the only Acrobat product installed on my system).
    Does anyone know how to completekly remove all traces of Acrobat from one's system, including all registry entries? I cannot find anything on the Adobe website, and am looking for similar instructions that were posted for Acrobat 8 (kb400658)
    I'm running Windows XP SP3.
    Thanks very much in advance for any help/advice offered.
    Regards, smeghead99

    Thanks for that suggestion. I tried using the Microsoft Installer Utility but I can still see Acrobat entries in my registry.
    Surely a step-by-step set of instructions to completely uninstall Adobe products (as was put together for Acrobat 8) should be made available by Adobe?
    Thanks in advance to those who offer help.
    Regards, smeghead99

  • Granting Write rights to an ORACLE directory entry

    Hi
    I got some problems with granting Write rights to an ORACLE directory entry on a 8.1.7.0.0 Database.
    When I try grant write rights:
    grant write on directory dump_dir to IDM;
    This results in ORACLE error ORA-22928: invalid privilege on directories
    There are no problems with read rights:
    Granting read works ok.
    The directory entry exists, typing:
    select * from dba_directories;
    gives...
    OWNER DIRECTORY_NAME
    ------------------------------ ------------------------------ DIRECTORY_PATH
    SYS DUMP_DIR
    /home/track/export
    v$version states that ORACLE 8.1.7.0.0 Production version is being used.
    Hope you can help, Thanks.
    Mikkel Andersen

    OK, figured it out. This was helpful: http://www.adp-gmbh.ch/ora/sql/create_directory.html

  • Using JCOM in Native mode JIntegra Registry Entry Error

    Hi
    When I am using the weblogic's jcom feature and when I turn on the native mode
    feature I get the foillowing error
    The WebLogic Server did not start up properly.
    java.lang.RuntimeException: RegSetValueEx failed
    at com.linar.jintegra.NativeObjectProxy.registerJvm(Native Method)
    at com.linar.jintegra.Jvm.register(Jvm.java:202)
    at weblogic.com.COMService.initialize(COMService.java:68)
    at weblogic.t3.srvr.SubsystemManager.initialize(SubsystemManager.java:11
    8)
    at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:855)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:627)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:337)
    at weblogic.Server.main(Server.java:32)
    Reason: java.lang.RuntimeException: RegSetValueEx failed
    The google search took me to a jintegra support page which says that
    The
    user of the application MUST have access privileges to the registry
    (specifically, HKEY_LOCAL_MACHINE->SOFTWARE->Linar->JintMkr->[jvm name]).
    I uninstalled and installed the weblogic hoping that this registry entry would
    figure in my registry but it does not - so folks any clues!

    The got the same error when I try to register the jvm using regjvmcmd command. Unfortunately regjvmcmd does not like dots in the jvmid. e.g., wlsgam47.gammadom.com will not work. So, you have to use wlsgam47 and then go to the registry and update the following property manually as HKEY_LOCAL_MACHINE->SOFTWARE->Linar->JintMkr->wlsgam47.gammadom.com.
    Ofcourse you should have administrative privileges to do this.
    After that the weblogic server starts without problem.
    Good luck !

  • Missing registry entries for burning CDs

    I used iTunes to burn soe playlists. This worked well. However, I also installed Nero Exprss after that. After this when  I brought up iTunes it gave the message "MIssing registry entries - cannot import or burn CDs or DVDs - reinstall iTunes" Though I was still able to import CDs after that, I cannot burn CDs. The error does not go away even after re-installing iTunes several times (either usiing an Update or after unistalling and doing a fresh install).
    How can I fix this problem ?

    I'd start with the following document, with one modification. At step 12 after typing GEARAspiWDM press the Enter/Return key once prior to clicking OK. (Pressing Return adds a carriage return in the field and is important.)
    iTunes for Windows: "Registry settings" warning when opening iTunes

  • Acrobat XI Creates Corrupt Registry Entry

    I need help with what to do, if anything, with what appears to be the addition of a corrupt registry entry after installing Adobe Acrobat XI.
    The corrupt entry was added to: HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run
    The entry that was added only contains the following four characters:  @=””
    The entry is not visible when using regedit. I just happen to see it when I exported Run to a .reg file and looked at with notepad.
    See below.
    Thanks for any suggestions.
    Jim
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run]
    "IAStorIcon"="C:\\Program Files (x86)\\Intel\\Intel(R) Rapid Storage Technology\\IAStorIcon.exe"
    "ShwiconXP9106"="C:\\Program Files (x86)\\Multimedia Card Reader(9106)\\ShwiconXP9106.exe"
    "StartCCC"="\"c:\\Program Files (x86)\\ATI Technologies\\ATI.ACE\\Core-Static\\CLIStart.exe\" MSRun"
    "PDVDDXSrv"="\"C:\\Program Files (x86)\\CyberLink\\PowerDVD DX\\PDVDDXSrv.exe\""
    "DellSupportCenter"="\"C:\\Program Files (x86)\\Dell Support Center\\bin\\sprtcmd.exe\" /P DellSupportCenter"
    "mcui_exe"="\"C:\\Program Files\\McAfee.com\\Agent\\mcagent.exe\" /runkey"
    "MaxMenuMgr"="\"C:\\Program Files (x86)\\Seagate\\SeagateManager\\FreeAgent Status\\StxMenuMgr.exe\""
    "APSDaemon"="\"C:\\Program Files (x86)\\Common Files\\Apple\\Apple Application Support\\APSDaemon.exe\""
    "SwitchBoard"="C:\\Program Files (x86)\\Common Files\\Adobe\\SwitchBoard\\SwitchBoard.exe"
    "AdobeCS6ServiceManager"="\"C:\\Program Files (x86)\\Common Files\\Adobe\\CS6ServiceManager\\CS6ServiceManager.exe\" -launchedbylogin"
    "QuickTime Task"="\"C:\\Program Files (x86)\\QuickTime\\QTTask.exe\" -atboottime"
    "iTunesHelper"="\"C:\\Program Files (x86)\\iTunes\\iTunesHelper.exe\""
    "mcpltui_exe"="\"C:\\Program Files\\McAfee.com\\Agent\\mcagent.exe\" /runkey"
    "Adobe ARM"="\"C:\\Program Files (x86)\\Common Files\\Adobe\\ARM\\1.0\\AdobeARM.exe\""
    @=""
    "Acrobat Assistant 8.0"="\"C:\\Program Files (x86)\\Adobe\\Acrobat 11.0\\Acrobat\\Acrotray.exe\""

    Kglad,
    Not that I know of at this time.
    My concern is that this entry may cause problems if other entries are added to this location, which is quite possible, or when and if I try to remove Acrobat XI.
    My hunch is that this entry was supposed to be Acorbat-sl.exe but I don’t know.
    Sorry, I inadvertently clicked No for Was this helpful?
    Jim [last name edited out]

  • I need a fix from HP which outlined how to remove the registry entries which were stopping recognition of the cd/dvd reader but then itunes cannot find the reader.

    I need a fix from HP which outlined how to remove the registry entries which were stopping recognition of the cd/dvd reader but then itunes cannot find the reader.

    Thanks for pointing that out, it was not apparent on the day i used them and wrote the How-To. The links have been replaced with the SID# (Solution ID #) and the title given for the Article.
    Have fun

  • Deleted the Registry Entry for OracleJobScheduler service. How to recreate?

    I accidently deleted the registry entry for the OracleJobScheduler Service for my production database. I know I shouldn't have -- but I was re-creating the console and clicked on the wrong thing.
    Is there a way to recreate the service? I copied the registry entry from another database, but the service isn't showing up in the Services window. I know how to create services using the NT Kit, but I am not certain how I need to set it up.
    Thanks in advance,
    DJM

    I do not think you needed it. But in case you want to put it back, export OracleJobScheduler<SID> from any other windows database server, open and edit it in wordpad to change servicename, ImagePath and DisplayName, then import into this server.

  • CS5.1 overrides CS5 registry entries, how do I get the photoshop installation location safely?

    Hi there,
    I'm creating a installer for my Photoshop plugins, so I need to find out Photoshop installation directory. I did this by looking for registry 'HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Photoshop\', but I found that CS5.1 will override the CS5 registry entries - they are both in ’HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Photoshop\12.0‘
    So how can I distinguish CS5 and CS5.1 in the registry? Or how can I get the correct installation direcotry for both CS5.1 and CS5?
    Thanks,
    Daniel

    You can't on Windows. On Mac they did the right thing and made a seperate .paths files. On Windows they just tromped on the CS5 registry entries with the CS5.1 entries, even though it's a completely seperate application installation with its own plugin path. Not too cool.
    Although, it only matters if you encounter the probably rare corner case where a user has both CS5 and CS5.1 installed AND wants to put the plugins into the CS5 plugin path. We just punted and can only install into CS5.1 in that case, unless the user manually selects the installation location. It hasn't generated any significant support issues for us that I know of.

  • Missing registry entries

    I opened iTunes and an error message that said "unable to find registry entries for CD and DVD, reinstall iTunes".
    I did several times and still recieve the error message.
    How can I resolve this?
    Sony Vaio VGN-N170G, XP sp3, iTunes 11.1.3.8

    I'd start with the following document, with one modification. At step 12 after typing GEARAspiWDM press the Enter/Return key once prior to clicking OK. (Pressing Return adds a carriage return in the field and is important.)
    iTunes for Windows: "Registry settings" warning when opening iTunes

  • Junk registry entries

    For starters, I have a message from GeekBuddy/Comodo, which costs $, which i don't want to spend right now.  It says "You have 25443 junk registry entries."   And "5 more issues."   I'm trying to fix this w/o paying.   
    I have been having the following problems before the listed one:  Going to on line banking, I got bombarded with pop-upads.  It helped, temporarily to ask Internet Explorer how to get rid of pop-up ads.  I know that my memory is low.  I check with Malwarebytes and AVG and they keep me "cleaned up", but there probably is a "bug" that is beyond Malwarebytes and AVG, but I can't call the Tech guy again.  Do I have clean-up and the capability on HP, Windows 7, whatever else, that will help w/o charging.  I'm not holding my breath, but....  I don't even know all that might be in that box.  Where do I go in my HP tutorials to learn how to trouble shoot with big guns and keep those buggy guys away. The way I got GeekBuddy and a bunch of other things i don't want, was when I thought I would go ahead ane renew the Free version of either my Malwarebytes or my AVG.  They are due for renewal.  I'm tired.  RJW

    Rebecca, welcome to the forum.
    The ad that you are receiving about junk Registry entries is no more than SPAM.  There is no way this individual can tell anything about your Registry without having access to your computer.  Don't pay any attention to it.  Whenever you install a FREE program, such as AVG,  you should always use the Custom install option.  This will allow you to opt out of any other programs that the installer wants to install.
    The best thing to do to clean your browser of redirect viruses is do a "reset".  Here is a guide to help you reset Internet Explorer.  I have had to do this several times until I learned to use the "Custom" install option.
    One way to eliminate unnecessary entries in the Registry is use Revo Uninstaller when uninstalling a program.  I use the Advanced option and it not only deletes the program, but any remnants in the Registry.  Again, you should use the "Custom" option to install it.  There are third-party programs that will allow you to clean your Registry.  However, I have never used one of them myself.  By using Revo Uninstaller you will eliminate many of them before they happen.
    Please click the "Thumbs up + button" if I have helped you and click "Accept as Solution" if your problem is solved.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • Registry entry 'ClientAlwaysOnInternet' value is 0.

    Hi
    when I install the client (dropping CCR) it successfully installed. but loctionserive.log show's belo message repeatedly
    Registry entry 'ClientAlwaysOnInternet' value is 0.
    Registry entry 'Internet MP Hostname' is either missing or empty.
    Internet MP Host name is missing. 
    I am using native mode.
    How to resolve it?

    Native mode is not the same as Internet Based Client Management so this is expected and is normal.
    Are you trying to set the client to be Internet Only? If so, then you must install from the command line and set the ccmalwaysinf property to 1.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • Lightroom Registry Entries...  Serial Number Submission / Location has changed...

    I just deleted all the registry settings for Lightroom on my Windows PC.
    I currently have Lightroom version 1.3.1 installed.
    TOPIC #1
    Why is Lightroom version 1.3.1 recreating Lightroom 1.1 registry entries?
    Under HKEY_CURRENT_USER -> Software -> Adobe -> Lightroom
    there is a 1.1 key with nothing in it...
    I deleted it again and restarted lightroom again. Just to clear things up, Lightroom was not running when I deleted the registry entries... either was the annoying launch thing on the system tray.
    TOPIC #2 -- Multiple Entries
    Why is lightroom creating HKEY_CURRENT_USER -> Software -> Adobe Lightroom AND HKEY_CURRENT_USER -> Software -> Adobe -> Lightroom
    This seems like poor organization and just asking for confusion (since you are asking users to entry the registry and modify things per your Knowledge Base articles.)
    As a developer, I don't really see any reason other than sloppy code / trying to move from one location to another, but the code is unfinished. So the app is drawing info from both locations.
    The Software -> Adobe Lightroom registry key holds information about the app... the Adobe -> Lightroom seems like the more logical place to put things (since Acrobat and other apps go under there) has nothing but a version number and the version number listed does not match the version installed (I have never had 1.1 installed on this machine.)
    So bottom line? Why have both? Why not keep things in Adobe -> Lightroom?
    My current problem is Lightroom will not accept my registration... it looks like the reason for that is they've decided to store the registration / serial number information under C:\Users\All Users\Adobe\Lightroom\Lightroom 1.0 Registration.lrreg
    The Lightroom 1.0 Registration.lrreg file is PLAIN TEXT setup as a "reginfo" array of data...
    regInfo = {
    address = "my address",
    city = "my city",
    company = "Ryan Sinn Photography",
    country = "1",
    email = "email goes here",
    email_again = "email goes here again",
    firstname = "Ryan",
    industry = "26",
    occupation = "21",
    receive_email = "receive_email",
    receive_fax = "no_receive_fax",
    receive_mail = "no_receive_mail",
    receive_phone = "no_receive_phone",
    serial_number = "here was my serial number in plain text",
    state = "1879",
    uuid = "not sure what this is yet... maybe it's unique",
    zip = "55432",
    This knowledge base article:
    http://www.adobe.com/go/kb401346
    ... is explaining how to fix the "registration try/buy prompt at startup" issue is wrong. At least it is on Vista. I have a second copy of lightroom (second serial number) on XP -- I'll have to check that out and see how that is setup and where the license file is.
    The knowledge base or the FAQ (or both) should be updated because that solution no longer applies on the PC side of things.
    Anyway -- enough of my rant about this stuff...
    It just seems like version 1.3.1 and every version prior to it should really be release candidates for the REAL version 1.0.
    Seems like the joke is on us ... we paid to figure out all the problems with the software... Does Adobe have QA Testers anymore or are professionals who pay for the software filling that roll?

    The 1.3.1 created "Lightroom 1.0 Registration.lrreg" file has a different UUID... not sure how that is determined.<br /><br />Seems as though the other file was missing the Last Name, although I know I had that typed in.<br /><br />regInfo = {<br />     address = "address",<br />     city = "city",<br />     company = "Ryan Sinn Photography",<br />     country = "1",<br />     email = "email",<br />     email_again = "email again",<br />     firstname = "Ryan",<br />     industry = "26",<br />     lastname = "Sinn", <--- this was not in my other reg file<br />     occupation = "21",<br />     receive_email = "receive_email",<br />     receive_fax = "no_receive_fax",<br />     receive_mail = "no_receive_mail",<br />     receive_phone = "no_receive_phone",<br />     serial_number = "plain text serial number",<br />     state = "1879",<br />     uuid = "<uuid here>",<br />     zip = "55432",<br />}<br /><br />It seems as though this file needs to be deleted if you installed an older version of Lightroom, then upgraded to 1.3.1 and then tried to buy the software.

Maybe you are looking for

  • Final Cut Pro X -- Export is Low Quality?

    I'm wondering about some of the behavior on export with Final Cut Pro X. While editing my videos, I set preferences to 'use proxy media' to make playback smoother. However, when I go to export the video as a high-quality 1080p file it's clear that Fi

  • Connecting monitors to Duet?

    Hey guys, I am finally upgrading my old cheap monitors to something nicer. I have a question about hooking up the new monitors to my Duet. The Duet has: "*Two unbalanced -10 dBV line outputs for powered speakers*" My monitors, Yamaha HS 80Ms, have: "

  • Loading the add-in to the homepage of HFM

    Where on the server do I copy the latest version of smartview so that it is available to those who download it from Tools/install on the HFM Homepage?

  • ALLOnl+LOG Backup via DB13 failed

    Hi! I have planned each week a ALL Online Backup with LOG. When the action has been performed the backup failed and I get the following error: BR0301W SQL error -1031 at location saplikey_read-1, SQL statement: 'OPEN curs_122 CURSOR FOR' 'SELECT SELE

  • Target Disk Mode Failure

    I am attempting to install OSX onto an old ibook without a DVD drive. What I am attempting to do is boot the ibook into target disk mode and use the DVD drive on my MacBook Pro (MBP) to install Tiger on the ibook. My MBP does not recognize the ibook