windows Oracle Database 19c 卸载教程

简介: 打开任务管理器ctrl+Shift+Esc可以快速打开任务管理器,找到oracle所有服务然后停止。停止数据库服务在开始卸载之前,确保数据库服务已经停止。你可以使用以下命令停止数据库服务:net stop OracleServiceORCLUniversal Installer 卸载Oracle数据库程序一般情况运行Oracle自带的卸载程序,如使用Universal Installer 工具卸载。点击开始菜单找到Oracle,然后点击Oracle安装产品,再点击Universal Installer。点击之后稍等一会然后会进入进入下图界面,点击卸载产品。选中要删除的Orac

打开任务管理器

ctrl+Shift+Esc可以快速打开任务管理器,找到oracle所有服务然后停止。

停止数据库服务

在开始卸载之前,确保数据库服务已经停止。你可以使用以下命令停止数据库服务:

net stop OracleServiceORCL

Universal Installer 卸载Oracle数据库程序

一般情况运行Oracle自带的卸载程序,如使用Universal Installer 工具卸载。

点击开始菜单找到Oracle,然后点击Oracle安装产品,再点击Universal Installer。

点击之后稍等一会然后会进入进入下图界面,点击卸载产品。

选中要删除的Oracle产品,然后点击删除。

点击全部展开,选中Oracle Database 19c。

使用Oracle Installer卸载

Oracle提供了一个用于卸载数据库的Installer,运行 deinstall 脚本来启动卸载过程,./deinstall.bat。

删除注册表项

在Windows系统上,你可能需要手动删除一些注册表项。请小心操作注册表,确保你知道你在做什么。

打开注册表编辑器(运行 regedit)。

导航到 HKEY_LOCAL_MACHINE\SOFTWARE\Oracle

删除 KEY_OraDB19Home1 或类似的项。

重新启动系统

在完成上述步骤后,重新启动系统以确保所有更改都生效。

目录
相关文章
|
SQL Oracle 关系型数据库
WARNING: Too Many Parse Errors With error=911 When Running a JDBC Application Connected to an Oracle 19c database
WARNING: Too Many Parse Errors With error=911 When Running a JDBC Application Connected to an Oracle 19c database (
625 2
|
SQL Oracle 关系型数据库
Connect to Autonomous Database Using Oracle Database Tools
Connect to Autonomous Database Using Oracle Database Tools
633 156
|
Oracle 关系型数据库 网络安全
Oracle 19c 安装教程学习
Oracle 19c 安装教程学习
6288 2
|
SQL Oracle 关系型数据库
Oracle 11g 打PSU补丁教程
Oracle 11g 打PSU补丁教程
1128 2
|
人工智能 Oracle 关系型数据库
一篇文章弄懂Oracle和PostgreSQL的Database Link
一篇文章弄懂Oracle和PostgreSQL的Database Link
|
Oracle 关系型数据库 Linux
Requirements for Installing Oracle Database/Client 19c on OL8 or RHEL8 64-bit (x86-64) (Doc ID 2668780.1)
Requirements for Installing Oracle Database/Client 19c on OL8 or RHEL8 64-bit (x86-64) (Doc ID 2668780.1)
356 0
|
SQL Oracle 安全
Oracle Database Vault Access Control Components
Oracle Database Vault Access Control Components
268 0
|
Oracle 安全 关系型数据库
What Is Oracle Database Vault?
The Oracle Database Vault security controls protect application data from unauthorized access, and helps you to comply with privacy and regulatory requirements. You can deploy controls to block privileged account access to application data and control sensitive operations inside the database using
210 0
|
11月前
|
Oracle 关系型数据库 Linux
【赵渝强老师】Oracle数据库配置助手:DBCA
Oracle数据库配置助手(DBCA)是用于创建和配置Oracle数据库的工具,支持图形界面和静默执行模式。本文介绍了使用DBCA在Linux环境下创建数据库的完整步骤,包括选择数据库操作类型、配置存储与网络选项、设置管理密码等,并提供了界面截图与视频讲解,帮助用户快速掌握数据库创建流程。
896 93
|
10月前
|
Oracle 关系型数据库 Linux
【赵渝强老师】使用NetManager创建Oracle数据库的监听器
Oracle NetManager是数据库网络配置工具,用于创建监听器、配置服务命名与网络连接,支持多数据库共享监听,确保客户端与服务器通信顺畅。
474 0

推荐镜像

更多