如何卸载 Oracle 10g?我没有看到任何卸载工具

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1740482/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 02:15:04  来源:igfitidea点击:

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

oracleoracle10g

提问by Gold

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

我想卸载 Oracle 10g(在 Windows 7 上),但我没有看到任何卸载工具。我怎样才能卸载它?

回答by Michal Pravda

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

运行通用安装程序(您确实用它安装了 oracle)并选择卸载。

回答by Durga

*  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.