Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to uninstall Oracle 10g? I don't see any uninstall tool for this

I want to uninstall Oracle 10g (on Windows 7), but I don't see any uninstall tool. How can I uninstall it?

like image 351
Gold Avatar asked Dec 23 '22 07:12

Gold


2 Answers

run universal installer (you did install oracle with it) and choose uninstall.

like image 90
Michal Pravda Avatar answered May 20 '23 01:05

Michal Pravda


*  Uninstall all Oracle components using the Oracle Universal Installer (OUI).
* Run regedit.exe and delete the HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE key. This contains registry entires for all Oracle products.
* Delete any references to Oracle services left behind in the following part of the registry:
  HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Ora*
  It should be pretty obvious which ones relate to Oracle.
* Reboot your machine.
* Delete the "C:\Oracle" directory, or whatever directory is your ORACLE_BASE.
* Delete the "C:\Program Files\Oracle" directory.
* Empty the contents of your "c:\temp" directory.
* Empty your recycle bin.
like image 41
Durga Avatar answered May 19 '23 23:05

Durga