亚洲最大看欧美片,亚洲图揄拍自拍另类图片,欧美精品v国产精品v呦,日本在线精品视频免费

  • 站長資訊網(wǎng)
    最全最豐富的資訊網(wǎng)站

    oracle 11g怎么關(guān)閉rac

    方法:1、用“srvctl stop listener”關(guān)閉監(jiān)聽并kill會話;2、用“export ORACLE_HOME=…”和“export PATH=…”配置兩個節(jié)點;3、用“crsctl stop has”關(guān)閉rac即可。

    oracle 11g怎么關(guān)閉rac

    本教程操作環(huán)境:Windows10系統(tǒng)、Oracle 11g版、Dell G3電腦。

    oracle 11g怎么關(guān)閉rac

    在11g由于CRS的信息也是放在ASM 實例里的,所以要關(guān)asm,必須關(guān)閉crs,在Oracle11g RAC的架構(gòu)如下 

    oracle 11g怎么關(guān)閉rac

    1、關(guān)閉數(shù)據(jù)庫前建議關(guān)閉監(jiān)聽和kill會話

    srvctl stop listener ps -ef|grep LOCAL=NO|awk -F' ' '{print $2}'|xargs kill -9

    2、要關(guān)閉RAC,需在2個節(jié)點都配置好root的.bash_profile

    export ORACLE_HOME=/u01/grid/product/11gr2 export PATH=$ORACLE_HOME/bin:$PATH

    3、關(guān)閉RAC

    [root@racnode1 ~]# crsctl stop has [root@racnode2 ~]# crsctl stop has

    擴展知識:

    啟動RAC

    [root@racnode1 ~]# crsctl start has [root@racnode2 ~]# crsctl start has

    crsctl的其他選項,通過以下命令只需要在一個節(jié)點上啟動關(guān)閉RAC racnode1是節(jié)點的主機名

    [root@racnode1 ~]# crsctl stop cluster -n racnode1 racnode2

    啟動RAC

    [root@racnode1 ~]# crsctl start cluster -n racnode1 racnode2

    推薦教程:《Oracle視頻教程》

    贊(0)
    分享到: 更多 (0)
    網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號