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?


- 更改自动增量起始编号? 2021-01-01
- 以一个值为轴心,但将一行上的数据按另一行分组? 2022-01-01
- 使用 Oracle PL/SQL developer 生成测试数据 2021-01-01
- 导入具有可变标题的 Excel 文件 2021-01-01
- 如何使用 pip 安装 Python MySQLdb 模块? 2021-01-01
- 远程 mySQL 连接抛出“无法使用旧的不安全身份验证连接到 MySQL 4.1+"来自 XAMPP 的错误 2022-01-01
- SQL 临时表问题 2022-01-01
- 如何将 SonarQube 6.7 从 MySQL 迁移到 postgresql 2022-01-01
- 如何将 Byte[] 插入 SQL Server VARBINARY 列 2021-01-01
- 在SQL中,如何为每个组选择前2行 2021-01-01