亚洲Aⅴ无码Av红楼在线观看_国产午夜福利涩爱AⅤ_国产sm调教一区二区三区_精品人妻一区二区三区不卡毛片

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

AIX5.3 設置Oracle數(shù)據(jù)的自動啟動及關閉

發(fā)布時間:  2012/8/17 17:31:55

AIX下自動啟動/停止Oracle數(shù)據(jù)庫
1:修改/etc/oratab,將“N”改為“Y”,使之支持開機啟動。
$ 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)建腳本并賦予相關權(quán)限
 2.1創(chuà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用戶進行創(chuàng)建,避免報錯
su - Oracle "-c /home/oracle/dbstart.sh" #startOracleDB
3)、給文件執(zhí)行權(quán)限
# chmod 777 rc.startdb
4)、添加自啟動任務至/etc/inittab
$vi /etc/inittab
startdb:2:wait:/etc/rc.startdb>/home/oracle/oracle.log 2>&1
注:也可以用命令 mkitab 添加
   關于inittab文件相見我博客內(nèi)的介紹
2.2創(chuàng)建關閉腳本
# vi /etc/rc.shutdown
echo "Stop Oracle instance: orcl"
su - Oracle -c dbshut

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


 


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

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

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

    0371-60135900
    7*24小時客服服務熱線