亚洲综合社区欧美综合色-欧美逼逼一区二区三区-国产老熟女高潮精品网站-国产日韩最新视频在线看

始創(chuàng)于2000年 股票代碼:831685
咨詢熱線:0371-60135900 注冊(cè)有禮 登錄
  • 掛牌上市企業(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,以及怎么工作.如下注解


 


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

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

  • 您可能在找
  • 億恩北京公司:
  • 經(jīng)營性ICP/ISP證:京B2-20150015
  • 億恩鄭州公司:
  • 經(jīng)營性ICP/ISP/IDC證:豫B1.B2-20060070
  • 億恩南昌公司:
  • 經(jīng)營性ICP/ISP證:贛B2-20080012
  • 服務(wù)器/云主機(jī) 24小時(shí)售后服務(wù)電話:0371-60135900
  • 虛擬主機(jī)/智能建站 24小時(shí)售后服務(wù)電話:0371-60135900
  • 專注服務(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ù)熱線