激情五月天婷婷,亚洲愉拍一区二区三区,日韩视频一区,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 注冊有禮 登錄
        • 掛牌上市企業(yè)
        • 60秒人工響應(yīng)
        • 99.99%連通率
        • 7*24h人工
        • 故障100倍補(bǔ)償
        全部產(chǎn)品
        您的位置: 網(wǎng)站首頁 > 幫助中心>文章內(nèi)容

        AIX5.3 設(shè)置Oracle數(shù)據(jù)的自動(dòng)啟動(dòng)及關(guān)閉

        發(fā)布時(shí)間:  2012/9/19 17:01:49

        AIX下自動(dòng)啟動(dòng)/停止Oracle數(shù)據(jù)庫
        1:修改/etc/oratab,將“N”改為“Y”,使之支持開機(jī)啟動(dòng)。
        $ vi /etc/oratab
        #
        # This file is used by Oracle utilities.  It is created by root.sh-
         

        # and updated by the Database Configuration Assistant when creating
        # a database.
        # A colon, ':', is used as the field terminator.  A new line terminates
        # the entry.  Lines beginning with a pound sign, '#', are comments.
        #
        # Entries are of the form:
        #   $Oracle_SID:$ORACLE_HOME:<N|Y>:
        #
        # The first and second fields are the system identifier and home
        # directory of the database respectively.  The third filed indicates
        # to the dbstart utility that the database should , "Y", or should not,
        # "N", be brought up at system boot time.
        #
        # Multiple entries with the same $Oracle_SID are not allowed.
        #
        #
        orcl:/home/Oracle/product/10.2.0:Y
        2.創(chuàng)建腳本并賦予相關(guān)權(quán)限
         2.1創(chuàng)建啟動(dòng)腳本
        1)、在/home/oracle目錄下,創(chuàng)建start_db.sh  //此路徑非特定
        $ su - Oracle
        $ vi start_db.sh
        #!/bin/sh
        Oracle_HOME=/home/oracle/product/10.2.0
        Oracle_BASE=/home/oracle
        Oracle_SID=orcl
        PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/Oracle/bin:/usr/bin/X11:/sbin:/home/oracle/product/10.2.0/bin:.
        export Oracle_HOME ;
        export Oracle_BASE ;
        export Oracle_SID ;
        export PATH ;
        echo "######################################################"
        echo "# Starting the Listener #"
        echo "######################################################"
        lsnrctl start
        echo ""
        echo ""
        echo ""
        echo "#####################################################"
        echo "# Starting the instance :$Oracle_SID #"
        echo "#####################################################"
        sqlplus /nolog << EOF
        connect / as sysdba
        startup
        exit
        EOF
         
        2)、在/etc下建立文件rc.startdb
        # vi /etc/rc.startdb  //以root用戶進(jìn)行創(chuàng)建,避免報(bào)錯(cuò)
        su - Oracle "-c /home/oracle/dbstart.sh" #startOracleDB
        3)、給文件執(zhí)行權(quán)限
        # chmod 777 rc.startdb
        4)、添加自啟動(dòng)任務(wù)至/etc/inittab
        $vi /etc/inittab
        startdb:2:wait:/etc/rc.startdb>/home/oracle/oracle.log 2>&1
        注:也可以用命令 mkitab 添加
           關(guān)于inittab文件相見我博客內(nèi)的介紹
        2.2創(chuàng)建關(guān)閉腳本
        # vi /etc/rc.shutdown
        echo "Stop Oracle instance: orcl"
        su - Oracle -c dbshut

        注:以上兩個(gè)腳本均經(jīng)過實(shí)際操作!
        關(guān)于為什么腳本叫/etc/rc.shutdown,以及怎么工作.如下注解


         


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

        服務(wù)器租用/服務(wù)器托管中國五強(qiáng)!虛擬主機(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)注-微信公眾號
        0371-60135900
        Copyright© 1999-2019 ENKJ All Rights Reserved 億恩科技 版權(quán)所有  地址:鄭州市高新區(qū)翠竹街1號總部企業(yè)基地億恩大廈  法律顧問:河南亞太人律師事務(wù)所郝建鋒、杜慧月律師   京公網(wǎng)安備41019702002023號
          0
         
         
         
         

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