激情五月天婷婷,亚洲愉拍一区二区三区,日韩视频一区,a√天堂中文官网8

<ul id="buwfs"><strike id="buwfs"><strong id="buwfs"></strong></strike></ul>
    <output id="buwfs"></output>
  • <dfn id="buwfs"><source id="buwfs"></source></dfn>
      <dfn id="buwfs"><td id="buwfs"></td></dfn>
      <div id="buwfs"><small id="buwfs"></small></div>
      <dfn id="buwfs"><source id="buwfs"></source></dfn>
      1. <dfn id="buwfs"><td id="buwfs"></td></dfn>
        始創(chuàng)于2000年 股票代碼:831685
        咨詢熱線:0371-60135900 注冊(cè)有禮 登錄
        • 掛牌上市企業(yè)
        • 60秒人工響應(yīng)
        • 99.99%連通率
        • 7*24h人工
        • 故障100倍補(bǔ)償
        全部產(chǎn)品
        您的位置: 網(wǎng)站首頁 > 幫助中心>文章內(nèi)容

        Oracle 入門之控制文件multiplex

        發(fā)布時(shí)間:  2012/9/20 17:50:45

        Oracle當(dāng)中的控制文件相當(dāng)?shù)闹匾,里面?guī)定了啟動(dòng)和關(guān)閉Oracle數(shù)據(jù)庫的一些重要的參數(shù),例如日志文件和數(shù)據(jù)文件的個(gè)數(shù)和位置等,所以對(duì)這個(gè)文件一般要使用multiplex多路復(fù)用存儲(chǔ),而且最好存在不同的分區(qū)以實(shí)現(xiàn)冗余性,但是當(dāng)多路中的一個(gè)控制文件出現(xiàn)問題的時(shí)候,Oracle數(shù)據(jù)庫也將無法啟動(dòng)或關(guān)閉,下面來簡(jiǎn)要的介紹下配置方法

        [Oracle@jsb-ylw-5024 ~]$ sqlplus /nolog   //啟動(dòng)Oracle數(shù)據(jù)庫,并查看當(dāng)前控制文件的個(gè)數(shù)和儲(chǔ)存位置-
         


        SQL*Plus: Release 11.2.0.1.0 Production on Wed Sep 8 10:48:02 2010

        Copyright (c) 1982, 2009, Oracle. All rights reserved.

        SQL> conn /as sysdba
        Connected to an idle instance.
        SQL> startup
        Oracle instance started.

        Total System Global Area 1620115456 bytes
        Fixed Size                  2213816 bytes
        Variable Size             939526216 bytes
        Database Buffers          671088640 bytes
        Redo Buffers                7286784 bytes
        Database mounted.
        Database opened.
        SQL> show parameter control;    //可以看到當(dāng)前存在兩個(gè)控制文件

        NAME                                 TYPE        VALUE
        ------------------------------------ ----------- ------------------------------
        control_file_record_keep_time        integer     7
        control_files                        string      /u01/oradata/yang/control01.ct
                                                         l, /u01/flash_recovery_area/ya
                                                         ng/control02.ctl
        control_management_pack_access       string      DIAGNOSTIC+TUNING

        SQL> shutdown immediate;      //關(guān)閉數(shù)據(jù)庫
        Database closed.
        Database dismounted.
        Oracle instance shut down.
        SQL> create pfile from spfile;   //根據(jù)spfile生成pfile,若使用不同的參數(shù)文件,則需要加路徑

        File created.
        SQL> !
        [Oracle@jsb-ylw-5024 ~]$ cp /u01/oradata/yang/control01.ctl /u01/oracle/control03.ctl   //使用cp命令復(fù)制控制文件
        [Oracle@jsb-ylw-5024 ~]$ grep -i 'control' /u01/oracle/dbs/inityang.ora       //修改pfile的control_files值如下
        *.control_files='/u01/oradata/yang/control01.ctl','/u01/flash_recovery_area/yang/control02.ctl','/u01/Oracle/control03.ctl'
        [Oracle@jsb-ylw-5024 ~]$ exit
        exit

        SQL> startup pfile=$Oracle_HOME/dbs/inityang.ora   //使用pfile啟動(dòng)oracle數(shù)據(jù)庫
        Oracle instance started.

        Total System Global Area 1620115456 bytes
        Fixed Size                  2213816 bytes
        Variable Size             939526216 bytes
        Database Buffers          671088640 bytes
        Redo Buffers                7286784 bytes
        Database mounted.
        Database opened.


        SQL> show parameter control;      //查看已經(jīng)修改成功

        NAME                                 TYPE        VALUE
        ------------------------------------ ----------- ------------------------------
        control_file_record_keep_time        integer     7
        control_files                        string      /u01/oradata/yang/control01.ct
                                                         l, /u01/flash_recovery_area/ya
                                                         ng/control02.ctl, /u01/Oracle/
                                                         control03.ctl
        control_management_pack_access       string      DIAGNOSTIC+TUNING


        SQL> shutdown immediate;   //關(guān)閉數(shù)據(jù)庫
        Database closed.
        Database dismounted.
        Oracle instance shut down.
        SQL> create spfile from pfile; //根據(jù)pfile生成spfile

        File created.

        SQL> startup                   //使用spfile啟動(dòng)Oracle
        Oracle instance started.

        Total System Global Area 1620115456 bytes
        Fixed Size                  2213816 bytes
        Variable Size             939526216 bytes
        Database Buffers          671088640 bytes
        Redo Buffers                7286784 bytes
        Database mounted.
        Database opened.
        SQL> !
        [Oracle@jsb-ylw-5024 ~]$ mv /u01/oracle/control03.ctl /tmp/
        [Oracle@jsb-ylw-5024 ~]$ exit
        exit

        SQL> shutdown immediate;
        ORA-00210: cannot open the specified control file
        ORA-00202: control file: '/u01/Oracle/control03.ctl'
        ORA-27041: unable to open file
        Linux-x86_64 Error: 2: No such file or directory
        Additional information: 3


         


        本文出自:億恩科技【mszdt.com】

        服務(wù)器租用/服務(wù)器托管中國五強(qiáng)!虛擬主機(jī)域名注冊(cè)頂級(jí)提供商!15年品質(zhì)保障!--億恩科技[ENKJ.COM]

      2. 您可能在找
      3. 億恩北京公司:
      4. 經(jīng)營性ICP/ISP證:京B2-20150015
      5. 億恩鄭州公司:
      6. 經(jīng)營性ICP/ISP/IDC證:豫B1.B2-20060070
      7. 億恩南昌公司:
      8. 經(jīng)營性ICP/ISP證:贛B2-20080012
      9. 服務(wù)器/云主機(jī) 24小時(shí)售后服務(wù)電話:0371-60135900
      10. 虛擬主機(jī)/智能建站 24小時(shí)售后服務(wù)電話:0371-60135900
      11. 專注服務(wù)器托管17年
        掃掃關(guān)注-微信公眾號(hào)
        0371-60135900
        Copyright© 1999-2019 ENKJ All Rights Reserved 億恩科技 版權(quán)所有  地址:鄭州市高新區(qū)翠竹街1號(hào)總部企業(yè)基地億恩大廈  法律顧問:河南亞太人律師事務(wù)所郝建鋒、杜慧月律師   京公網(wǎng)安備41019702002023號(hào)
          0
         
         
         
         

        0371-60135900
        7*24小時(shí)客服服務(wù)熱線