【问题标题】:While Installing Oracle database 11g Checking For Oracle XE Service instance FAILED what should I do安装 Oracle 数据库 11g 时检查 Oracle XE 服务实例失败我该怎么办
【发布时间】:2023-03-19 00:15:01
【问题描述】:

安装 Oracle 数据库 11g 时出现此错误 它给了我一个错误 Checking For Oracle XE Service instance FAILED

【问题讨论】:

    标签: oracle oracle11g oracle-xe


    【解决方案1】:

    OracleServiceXE 可能是以前安装的残余。您需要使用sc 命令将其删除:

    sc delete OracleServiceXE
    

    确保以管理员身份运行命令。

    【讨论】:

      【解决方案2】:

      你没有读所有上面说的吗?

      预期结果:不应该已经安装。

      实际结果:在系统上找到 OracleServiceXE

      先卸载它,然后再次运行安装程序。

      【讨论】:

        【解决方案3】:
        STEP1: Start -> run (services.msc) -> Services => Stop OracleServiceXE (if running)
        

          STEP2: Start -> CMD (run as admin) -> sc delete OracleServiceXE
        
          Now RESTART your System
        

        【讨论】:

          猜你喜欢
          • 1970-01-01
          • 2016-04-26
          • 2012-10-14
          • 2013-10-23
          • 2013-08-04
          • 2015-02-23
          • 1970-01-01
          • 2018-07-07
          • 2017-11-07
          相关资源
          最近更新 更多