CENTOS7下設置oracle 11g自啟動

修改oratab文件

以root身份進入系統(tǒng)告嘲,通過vi命令打開文件

vi /etc/oratab

進入vi編輯器后腮猖,找到“orcl:/oracle/app/product/11.2.0/dbhome_1:N”,改為“orcl:/oracle/app/product/11.2.0/dbhome_1:Y”讥蟆。修改完成后脑溢,保存退出vi

# 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.
#
#
#orcl11g:/oracle/app/oracle/product/11.2.0/db_1:N
orcl11g:/oracle/app/product/11.2.0/dbhome_1:Y

鍵入命令“vi /etc/rc.d/rc.local”
在vi編輯器中,添加:

su oracle -lc "/oracle/app/product/11.2.0/dbhome_1/bin/lsnrctl start"
su oracle -lc "/oracle/app/product/11.2.0/dbhome_1/bin/dbstart"

新建Oracle服務啟動腳本

vim /etc/init.d/oracle

新建一個以oracle命名的文件滋将,并將以下腳本代碼復制到文件里

#!/bin/sh
# chkconfig: 345 61 61
# description: Oracle 11g R2 AutoRun Servimces
# /etc/init.d/oracle
#
# Run-level Startup script for the Oracle Instance, Listener, and
# Web Interface
export ORACLE_BASE=/oracle/app
export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1
export ORACLE_SID=ORCL
export PATH=$PATH:$ORACLE_HOME/bin
ORA_OWNR="oracle"
# if the executables do not exist -- display error
if [ ! -f $ORACLE_HOME/bin/dbstart -o ! -d $ORACLE_HOME ]
then
echo "Oracle startup: cannot start"
exit 1
fi
# depending on parameter -- startup, shutdown, restart
# of the instance and listener or usage display
case "$1" in
start)
# Oracle listener and instance startup
su $ORA_OWNR -lc $ORACLE_HOME/bin/dbstart
echo "Oracle Start Succesful!OK."
;;
stop)
# Oracle listener and instance shutdown
su $ORA_OWNR -lc $ORACLE_HOME/bin/dbshut
echo "Oracle Stop Succesful!OK."
;;
reload|restart)
$0 stop
$0 start
;;
*)
echo $"Usage: `basename $0` {start|stop|reload|reload}"
exit 1
esac
exit 0

保存退出

在/etc新建oratab

cd /etc
vi oratab

添加如下內(nèi)容:

orcl:/oracle/app/product/11.2.0/dbhome_1:Y

保存后退出。

檢查一下腳本能否正確執(zhí)行

cd /etc/rc.d/init.d
./oracle start
./oracle stop

加入自動啟動行列

執(zhí)行如下命令:

chmod 750 /etc/rc.d/init.d/oracle
ln –s /etc/rc.d/init.d/oracle /etc/rc0.d/K61oracle
ln –s /etc/rc.d/init.d/oracle /etc/rc2.d/S61oracle
ln –s /etc/rc.d/init.d/oracle /etc/rc3.d/S61oracle
ln –s /etc/rc.d/init.d/oracle /etc/rc4.d/S61oracle
ln –s /etc/rc.d/init.d/oracle /etc/rc6.d/K61oracle
最后編輯于
?著作權歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末症昏,一起剝皮案震驚了整個濱河市随闽,隨后出現(xiàn)的幾起案子,更是在濱河造成了極大的恐慌肝谭,老刑警劉巖橱脸,帶你破解...
    沈念sama閱讀 212,816評論 6 492
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件,死亡現(xiàn)場離奇詭異分苇,居然都是意外死亡,警方通過查閱死者的電腦和手機屁桑,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,729評論 3 385
  • 文/潘曉璐 我一進店門医寿,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人蘑斧,你說我怎么就攤上這事靖秩。” “怎么了竖瘾?”我有些...
    開封第一講書人閱讀 158,300評論 0 348
  • 文/不壞的土叔 我叫張陵沟突,是天一觀的道長。 經(jīng)常有香客問我捕传,道長惠拭,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 56,780評論 1 285
  • 正文 為了忘掉前任,我火速辦了婚禮职辅,結(jié)果婚禮上棒呛,老公的妹妹穿的比我還像新娘。我一直安慰自己域携,他們只是感情好簇秒,可當我...
    茶點故事閱讀 65,890評論 6 385
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著秀鞭,像睡著了一般趋观。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上锋边,一...
    開封第一講書人閱讀 50,084評論 1 291
  • 那天皱坛,我揣著相機與錄音,去河邊找鬼宠默。 笑死麸恍,一個胖子當著我的面吹牛,可吹牛的內(nèi)容都是我干的搀矫。 我是一名探鬼主播抹沪,決...
    沈念sama閱讀 39,151評論 3 410
  • 文/蒼蘭香墨 我猛地睜開眼,長吁一口氣:“原來是場噩夢啊……” “哼瓤球!你這毒婦竟也來了融欧?” 一聲冷哼從身側(cè)響起,我...
    開封第一講書人閱讀 37,912評論 0 268
  • 序言:老撾萬榮一對情侶失蹤卦羡,失蹤者是張志新(化名)和其女友劉穎噪馏,沒想到半個月后,有當?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體绿饵,經(jīng)...
    沈念sama閱讀 44,355評論 1 303
  • 正文 獨居荒郊野嶺守林人離奇死亡欠肾,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 36,666評論 2 327
  • 正文 我和宋清朗相戀三年,在試婚紗的時候發(fā)現(xiàn)自己被綠了拟赊。 大學時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片刺桃。...
    茶點故事閱讀 38,809評論 1 341
  • 序言:一個原本活蹦亂跳的男人離奇死亡,死狀恐怖吸祟,靈堂內(nèi)的尸體忽然破棺而出瑟慈,到底是詐尸還是另有隱情,我是刑警寧澤屋匕,帶...
    沈念sama閱讀 34,504評論 4 334
  • 正文 年R本政府宣布葛碧,位于F島的核電站,受9級特大地震影響过吻,放射性物質(zhì)發(fā)生泄漏进泼。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點故事閱讀 40,150評論 3 317
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望缘琅。 院中可真熱鬧粘都,春花似錦、人聲如沸刷袍。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,882評論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽呻纹。三九已至堆生,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間雷酪,已是汗流浹背淑仆。 一陣腳步聲響...
    開封第一講書人閱讀 32,121評論 1 267
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留哥力,地道東北人蔗怠。 一個月前我還...
    沈念sama閱讀 46,628評論 2 362
  • 正文 我出身青樓,卻偏偏與公主長得像吩跋,于是被迫代替她去往敵國和親寞射。 傳聞我的和親對象是個殘疾皇子,可洞房花燭夜當晚...
    茶點故事閱讀 43,724評論 2 351

推薦閱讀更多精彩內(nèi)容