zoukankan      html  css  js  c++  java
  • Moving ASM spfile to a shared device in RAC

     

     

    If using pfile, it must be a filesystem file on local filesystem.
    If using spfile, then it can be in the following locations.
    -- a filesystem file spfile on local filesystem
    -- spfile on shared device
    -- a ASM file in a ASM diskgroup (only for spfile for DB instances before 11.2)

    Trying to put ASM spfile on a shared device.

    Solution

    Here are steps to put ASM spfile on a shared device.

    1. Edit the pfile and make sure all the parameters could be used for all instances.

    2. Login to ASM with sqlplus and startup nomount with pfile.

    3. Run the following commands
    SQL> create spfile=<shared_device> from pfile;
    SQL> Shutdown immediate

    4. Backup the pfile to a new filename.

    5. Modify the pfile to have only the following entry.
    spfile=<shared_device>

    6. Do step 4 and 5 on remote nodes.

    7. Startup the instances on all nodes with sqlplus to see if it works.

    8. If all works, update the OCR ASM registry to have the new spfile location with srvctl command.
    Usage: srvctl modify asm -n <node_name> -i <asm_inst_name> [-o <oracle_home>] [-p <spfile>]
    -n <node> Node name
    -i <asm_inst_name> ASM instance name
    -o <oracle_home> ORACLE_HOME path
    -p <spfile> Server parameter file path

    9. Repeat step 8 for all nodes.

    10. Test instance startup with srvctl on all nodes.

     

     

     

     

    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/
  • 相关阅读:
    随便说说辞职后
    用Excel的VBA实现文本匹配与替换
    [转]为什么你做不到呢?
    [转]女生,你为什么不沉住气奋斗?
    写在互联网分析的前面
    回归白领的生活
    NSSortDescriptor:对NSDictionary的NSArray进行排序
    本团队推荐:大神开发的仿原神风格ue5开发MMOARPG核心战斗系统
    UE4外包团队:UE4开发元宇宙项目 UE5开发元宇宙或最佳?
    元宇宙外包团队:Unity开发元宇宙应用,在元宇宙里里Unity扮演什么角色?
  • 原文地址:https://www.cnblogs.com/tianlesoftware/p/3609715.html
Copyright © 2011-2022 走看看