首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何卸载Oracle 10g?我没有看到任何用于此的卸载工具

如何卸载Oracle 10g?我没有看到任何用于此的卸载工具
EN

Stack Overflow用户
提问于 2009-11-16 14:46:54
回答 2查看 62.3K关注 0票数 4

我想卸载Oracle10g(在Windows7上),但我没有看到任何卸载工具。我如何卸载它?

EN

回答 2

Stack Overflow用户

发布于 2009-11-16 14:50:56

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

票数 6
EN

Stack Overflow用户

发布于 2010-10-15 19:37:54

代码语言:javascript
复制
*  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.
票数 5
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/1740482

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档