zoukankan      html  css  js  c++  java
  • 解决重装 Oracle 出现的 INS-32025 问题,完全卸载 Oracle11g

    如果您要重装 Oracle,并且安装程序正在运行,请先关闭它。

    完全卸载:

    1、停止所有 Oracle 服务 2、通过开始菜单 Oracle Installation Products -> Universal Installer 运行 Oracle 卸载工具 3、运行注册表编辑器,删除 Oracle 相关信息,主要包括:

    1. HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE  
    2. HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/[所有以 Oracle 开头的项]  
    3. HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet001/Services/[所有以 Oracle 开头的项]  
    4. HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet002/Services/[所有以 Oracle 开头的项]  
    5. HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Eventlog/Application/[所有以 Oracle 开头的项]  
    6. HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet001/Services/Eventlog/Application/[所有以 Oracle 开头的项]  
    7. HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet002/Services/Eventlog/Application/[所有以 Oracle 开头的项]  
    8. HKEY_LOCAL_MACHINE/SYSTEM/ControlSet/Control/Session Manager/Environment/[ORACLE_HOME 或 Path 中包含 Oracle 的项]  
    9. HKEY_LOCAL_MACHINE/SYSTEM/ControlSet/Control001/Session Manager/Environment/[ORACLE_HOME 或 Path 中包含 Oracle 的项]  
    10. HKEY_LOCAL_MACHINE/SYSTEM/ControlSet/Control002/Session Manager/Environment/[ORACLE_HOME 或 Path 中包含 Oracle 的项]  

    4、删除 Oracle 所在目录(如果删除不了请重启后删除或使用 Unlocker 解锁) 5、删除 Oracle 开始菜单

    重新执行 Oracle 安装程序即可。

    附:ImagePath 错误导致监听器无法启动的办法      HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/OracleXXXTNSListener      新建一个名为 "ImagePath" 的可扩充字符串值,编辑字符串的数值数据为:[Oracle 安装路径]/bin/tnslsnr

  • 相关阅读:
    Microsoft Azure 微软云平台系列新品发布
    python学习笔记(三)
    python学习笔记(一)
    python GUI编程(tkinter)
    python Tkinter之Button
    tkinter比较常用的组件
    tkinter窗口系列之一——列表框
    tkinter模块中常用的参数
    python的字符串操作函数之一览
    python之闭包
  • 原文地址:https://www.cnblogs.com/ulex/p/4650871.html
Copyright © 2011-2022 走看看