zoukankan      html  css  js  c++  java
  • How To Upgrade ASM from 10.2 to 11.1 (single Instance configuration NonRAC)

     

           The present document explains how to upgrade an ASM instance from 10.2 to 11.1 release (single Instance configuration / Non-RAC).

    Solution

    1) Install the new 11g ASM Oracle Home (on a different directory) as described in the Installation Guide associated with your specific platform :

    http://www.oracle.com/pls/db111/portal.portal_db?selected=11&frame=

    ==)> Installation Guide for <your platform/Os>

    2) Shutdown all the database instances that are using ASM as storage option.

    3) Shutdown the ASM instance.

    4) Reconfigure the CSS service:

    Connect as root OS user and execute:

    $ORACLE_HOME/bin/localconfig reset


    Where: $ORACLE_HOME is the new 11g ASM Oracle Home

    5) Startup the ASM instance (connected as Oracle OS user) as usual (using the 10g Oracle Home).

    6) From another graphical session, set the environment variables (ORACLE_HOME, PATH, etc.) pointing to your new 11 ASM Oracle Home.

    7) Then execute the DBUA from the new ASM 11gOracle_Home/bin/dbua:

    DBUA will show 2 options:

    =)> upgrade ASM instance.
    =)> upgrade the database



    8) Select [upgrade ASM instance] option. The DBUA will upgrade your ASM instance to release 11g automatically.

    9) Finally, please startup the databases that are using ASM as storage option.

    Note: The databases will not be affected with the ASM upgrade, the databases will remain in the original release.

     

     

     

    From Oracle

    -------------------------------------------------------------------------------------------------------

    Blog http://blog.csdn.net/tianlesoftware

    Email: dvd.dba@gmail.com

    DBA1 群:62697716();   DBA2 群:62697977()   DBA3 群:62697850()  

    DBA 超级群:63306533();  DBA4 群: 83829929  DBA5群: 142216823   

    聊天 群:40132017   聊天2群:69087192

    --加群需要在备注说明Oracle表空间和数据文件的关系,否则拒绝申请

    道森Oracle,国内最早、最大的网络语音培训机构,我们提供专业、优质的Oracle技术培训和服务! 我们的官方网站:http://www.daosenoracle.com 官方淘宝店:http://daosenpx.taobao.com/
  • 相关阅读:
    枚举
    log4j 简单应用
    [luogu4728 HNOI2009] 双递增序列 (dp)
    [luogu3760 TJOI2017] 异或和(树状数组)
    [luogu1485 HNOI2009] 有趣的数列 (组合数学 卡特兰数)
    [luogu4054 JSOI2009] 计数问题(2D BIT)
    [luogu2594 ZJOI2009]染色游戏(博弈论)
    [luogu2591 ZJOI2009] 函数
    [luogu2148 SDOI2009] E&D (博弈论)
    [luogu2154 SDOI2009] 虔诚的墓主人(树状数组+组合数)
  • 原文地址:https://www.cnblogs.com/tianlesoftware/p/3609700.html
Copyright © 2011-2022 走看看