oracle安装 - geneseeq/data-migration GitHub Wiki

基本信息

oracle11.2.0.4版本安装,提供windows 64和ubuntu14.04安装说明

windows 64bit 安装oracle

  • 假设所需oracle软件已经下载到本地,且解压为database

  • 点击setup.exe安装

  • 环境变量设置-可选

ORACLE_HOME=安装目录,到BIN目录上一层目录

windows 64bit 卸载oracle

  • 手动卸载

(0)运行cmd → net stop OracleMTSRecoveryService

sc delete OracleMTSRecoveryService

(1)禁用oracle全部服务,最好是所有自动服务改为手动,防止自动启动

(2)删除oracle注册表

运行regedit在如下路径中找到oracle相关键值,删除
1. HKEY_LOCAL_MACHINE\SOFTWARE
2. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services
3. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application

(3)删除oracle相关物理文件

1. oracle安装主目录,连通app全删掉。
2. c:\Program Files\Oracle\... 此目录为inventory内容连同oracle全部删除掉。

(4)删除PATH中oracle环境变量,删除oracle_home环境变量

(5)重启,删除未删掉的文件

Reference

windows安装oracle

ubuntu14.04安装oracle

windows卸载oracle

设置oracle环境变量