zoukankan      html  css  js  c++  java
  • 【翻译自mos文章】当使用原地升级的方法将db升级到11.2.0.4之后,windows注冊表丢失autostart属性

    来源于:

    Windows Registry Missing Autostart Attribute after In-Place Upgrade of Oracle Database from 11.2.0.3 to 11.2.0.4 (文档 ID 1963067.1)

    APPLIES TO:

    Oracle Database - Enterprise Edition - Version 11.2.0.1.0 to 11.2.0.4 [Release 11.2]
    Information in this document applies to any platform.

    SYMPTOMS

    The database auto start attribute in windows registry was removed on upgrade of Oracle database from 11.2.0.3 to 11.2.0.4 (In place upgrade). This prevents Oracle Database to restart on reboot of the system.

    CAUSE

    For In-place upgrade you will need to detach old 11.2.0.3 ORACLE_HOME first , that is where it will delete ORA_AUTOSTART registry entry.
     

    SOLUTION

    As detach home operation is deleting registry entry , you will need to add ORA_AUTOSTART registry entry manually after upgarde using below command:

    oradim -EDIT -sid -startmode AUTO

    REFERENCES

    NOTE:556610.1 - Script to Collect DB Upgrade/Migrate Diagnostic Information (dbupgdiag.sql)

  • 相关阅读:
    class 关键字
    自适应Web主页
    前端跨域解决
    HTML5新增特性
    HTTP知识点【总结篇】
    针对Web应用的【攻击模式篇】
    HTTPS和HTTP
    HTTP状态码之【整理篇】
    SpringCloud配制eureka
    maven连接国内仓库
  • 原文地址:https://www.cnblogs.com/llguanli/p/7273310.html
Copyright © 2011-2022 走看看