如何手动卸载 Oracle?

How do I do a manual uninstall of Oracle?(如何手动卸载 Oracle?)
本文介绍了如何手动卸载 Oracle?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

有时我在 Windows 上的 Oracle 数据库会被占用.如何手动卸载 Oracle?

Sometimes my Oracle database on Windows gets hosed. How do I do a manual uninstall of Oracle?

推荐答案

从 Windows 机器中删除所有 Oracle 内容的六步过程:

The six-step process to remove all things Oracle from a Windows machine:

A.删除 Oracle 服务:在注册表中,转到\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services并删除所有以Oracle"开头的内容

A. Delete the Oracle services: In the registry, go to \HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and delete everything that starts with "Oracle"

B.从注册表中删除其他 Oracle 内容:转到 \HKEY_LOCAL_MACHINE\SOFTWARE\ 并删除密钥 ORACLE

B. Remove other Oracle stuff from the registry: Go to \HKEY_LOCAL_MACHINE\SOFTWARE\ and delete the key ORACLE

C.重启

D.从安装目录中删除所有 Oracle 软件

E.删除 Oracle 软件清单:删除目录 C:\Program Files\Oracle.无论您在何处安装 Oracle 软件,都必须执行此操作 - Oracle 安装程序会自动在此处写入信息.

E. Delete the Oracle software inventory: Delete the directory C:\Program Files\Oracle. You must do this no matter where you installed your Oracle software - the Oracle installer automatically writes information here.

F.从开始菜单中删除所有快捷方式.

G.从 PATH 环境变量中删除 Oracle 目录.

G. Remove the Oracle directories from PATH Environment Variable.

为了将来简化清理工作,我强烈建议您在一台或多台虚拟机中安装 Oracle 产品.

To simplify cleanup in the future, I'd strongly recommend you install your Oracle products in one or more virtual machines.

这篇关于如何手动卸载 Oracle?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

相关文档推荐

Why Mysql#39;s Group By and Oracle#39;s Group by behaviours are different(为什么 Mysql 的 Group By 和 Oracle 的 Group by 行为不同)
what are the advantages of defining a foreign key(定义外键有什么好处)
Music library MySQL database(音乐库 MySQL 数据库)
understanding mysql explain(理解mysql解释)
Float or decimal for prices?(价格是浮点数还是小数点?)
store users and pass in single table or separate table(存储用户并传入单表或单表)