How do I do a manual uninstall of 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?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何手动卸载 Oracle?


基础教程推荐
- MySQL 5.7参照时间戳生成日期列 2022-01-01
- 带有WHERE子句的LAG()函数 2022-01-01
- 如何在 CakePHP 3 中实现 INSERT ON DUPLICATE KEY UPDATE aka upsert? 2021-01-01
- while 在触发器内循环以遍历 sql 中表的所有列 2022-01-01
- 带更新的 sqlite CTE 2022-01-01
- MySQL根据从其他列分组的值,对两列之间的值进行求和 2022-01-01
- 使用 VBS 和注册表来确定安装了哪个版本和 32 位 2021-01-01
- CHECKSUM 和 CHECKSUM_AGG:算法是什么? 2021-01-01
- 从字符串 TSQL 中获取数字 2021-01-01
- ORA-01830:日期格式图片在转换整个输入字符串之前结束/选择日期查询的总和 2021-01-01