Results 1 to 5 of 5

Thread: How to remove Oracle service

  1. #1
    Join Date
    Feb 2009
    Posts
    96

    How to remove Oracle service

    I have Oracle 9 installed in my computer. I want to uninstall Oracle database service from my system as I am not using this from a long time. I have Windows operating system. How can I remove Oracle service from my Windows ? Can anybody know how to do this......plz help

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: How to remove Oracle service

    To remove Oracle Service from your Windows system,

    > go to Start
    > click Run
    > In the command prompt, type: oradim -delete -sid SID

    where SID is the sid of your database, as it appears when you type
    net start | more (you should get an "OracleServiceSID")

    > press Enter

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Re: How to remove Oracle service

    Follow the steps below to remove Oracle -

    The simplest way to remove Oracle is to run the Oracle installer:
    Start > Programs > Oracle Installation Products > Universal Installer
    On the first screen that appears, click on "Deinstall Products..."
    Expand the tree view (as the second level is visible) and select everything that is selectable.
    Click "Remove..."
    On the confirmation screen, click "Yes"
    Click "Close" when finished and then "Exit" to quit the installer

    The Oracle installer removes most of the components but it leaves many traces behind. In order to completely remove all traces of Oracle, some additional steps needs to be taken:

    Start > Settings > Control Panel > Services.
    Look for any services with names starting with 'Oracle'.

    Start > Run > type "regedit", click "OK"

    Find and delete the following keys:

    HKEY_LOCAL_MACHINE
    \SOFTWARE
    \ORACLE

    HKEY_LOCAL_MACHINE
    \SYSTEM
    \CurrentControlSet
    \Services
    \EventLog
    \Application
    \Oracle.oracle

    Note: some users also have registry entries saved under HKEY_CURRENT_USER\SOFTWARE\ORACLE, which may be created by some Oracle utilities. If it exists then delete it.

    Delete the Oracle home directory:
    "C:\Oracle"
    This will also remove your database files (unless you located them elsewhere, in which case you will need to delete them separately).

    Delete the Oracle program Files directory:
    "C:\Program Files\Oracle"

    Delete the Oracle programs profile directory:
    "C:\Documents and Settings\All Users\Start Menu\Programs\Oracle - OraHome90"

    If you didn't first run the Oracle Installer to remove Oracle then you may have some references to Oracle left in the path.
    To remove these: Start > Settings > Control Panel > System > Advanced > Environment Variables. look at both the use and system variable 'PATH' and edit them to remove any references to Oracle.

  4. #4
    Join Date
    May 2008
    Posts
    2,297

    Re: How to remove Oracle service

    To uninstall Oracle service -

    • You can uninstall all the Oracle components and services using OUI (Oracle Universal Installer).

    • Delete the HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE key which contains registry entries for all Oracle products by using regedit.
    • Delete any references to Oracle services/components in the following registry location: HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/. Looks for key entries that starts with “Ora” which are obviously related to Oracle.
    • Reboot the workstation.
    • Delete the ORACLE_BASE directory. (i.e C:\Oracle)
    • Delete the C:\Program Files\Oracle directory.
    • At the end, empty the temp directory and the recycle bin.

  5. #5
    Join Date
    Oct 2005
    Posts
    2,393

    Re: How to remove Oracle service

    The methods mentioned above will obviously solve your problem to remove the oracle services from your system.

    In the Chapter 6 of Oracle Database Software by Oracle, it says all the information about Removing Oracle Database Software.
    To get the detailed info - click here

Similar Threads

  1. How to remove Apple's Bonjour service
    By Shashee in forum Windows Software
    Replies: 3
    Last Post: 12-07-2010, 08:47 PM
  2. Remove windows service
    By Fragman in forum Windows Software
    Replies: 5
    Last Post: 10-03-2010, 10:09 PM
  3. How to remove the duplicate data in Oracle database
    By Sharanya in forum Software Development
    Replies: 4
    Last Post: 27-02-2010, 01:50 AM
  4. Unable to remove Service Pack 3
    By Conner in forum Operating Systems
    Replies: 3
    Last Post: 03-03-2009, 03:31 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,030,607.33814 seconds with 16 queries