在命令行輸入services.msc,打開服務(wù)界面如下:
創(chuàng)新互聯(lián)堅(jiān)持“要么做到,要么別承諾”的工作理念,服務(wù)領(lǐng)域包括:成都網(wǎng)站設(shè)計(jì)、網(wǎng)站制作、企業(yè)官網(wǎng)、英文網(wǎng)站、手機(jī)端網(wǎng)站、網(wǎng)站推廣等服務(wù),滿足客戶于互聯(lián)網(wǎng)時(shí)代的石龍網(wǎng)站設(shè)計(jì)、移動(dòng)媒體設(shè)計(jì)的需求,幫助企業(yè)找到有效的互聯(lián)網(wǎng)解決方案。努力成為您成熟可靠的網(wǎng)絡(luò)建設(shè)合作伙伴!
找到ORACLE的兩個(gè)服務(wù),雙擊設(shè)為自動(dòng),開機(jī)就可以自己?jiǎn)?dòng)了。
對(duì)于LINUX 操作系統(tǒng) 有很多技術(shù)知識(shí)是我們需要學(xué)習(xí)的。這里我就給大家介紹Linux中設(shè)置oracle開機(jī)自動(dòng)啟動(dòng)的 方法 。一起來看看吧。
Linux中設(shè)置oracle開機(jī)自動(dòng)啟動(dòng)的方法
在terminal中切換到root用戶
查看/etc/oratab文件的內(nèi)容,其內(nèi)容如下
[root@golonglee ~]# cat /etc/oratab | grep -v ^$
#
# 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::
#
# 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.
#
#
oel63:/home/oracle/app/oracle/product/11.2.0/dbhome_1:N
使用命令vi /etc/oratab編輯文件/etc/oratab,在最后添加如下內(nèi)容
##### what I have written is as following
oel63:/home/oracle/app/oracle/product/11.2.0/dbhome_1:Y
#####Finished wrote in 2015-12-24
說明:/home/oracle/app/oracle/product/11.2.0/dbhome_1為oracle的安裝目錄,要根據(jù)實(shí)際情況進(jìn)行修改。
(注意:圖中我用紅色標(biāo)記的N要改成Y)
找到最后的內(nèi)容
oel63:/home/oracle/app/oracle/product/11.2.0/dbhome_1:N
復(fù)制該行oel63:/home/oracle/app/oracle/product/11.2.0/dbhome_1:N并注釋掉
粘貼該行,并將該行
oel63:/home/oracle/app/oracle/product/11.2.0/dbhome_1:N最后的N
改為Y
最后按2次ESC鍵,并輸入:wq并按下enter保存,退出
使用命令vi /etc/rc.d/rc.local編輯rc.local文件,添加如下內(nèi)容
##### what I have written is as following
su oracle -lc "/home/oracle/app/oracle/product/11.2.0/dbhome_1/bin/lsnrctl start"
su oracle -lc /home/oracle/app/oracle/product/11.2.0/dbhome_1/bin/dbstart
#####Finished wrote in 2015-12-24
說明:因?yàn)榈谝恍忻钪杏锌崭袼杂秒p引號(hào)(英文的雙引號(hào))
/home/oracle/app/oracle/product/11.2.0/dbhome_1為oracle的安裝目錄,要根據(jù)實(shí)際情況進(jìn)行修改。
最后按2次ESC鍵,并輸入:wq并按下enter保存,退出,重啟機(jī)器,驗(yàn)證成功。
是不是很簡(jiǎn)單呢~快跟著我一起學(xué)習(xí)吧!!!如果覺得這篇 文章 不錯(cuò)的話就給我點(diǎn)一個(gè)贊吧。
1、打開命令行窗口界面,可以同時(shí)按住逗ctrl+R地鍵,在彈出來的運(yùn)行窗口中輸入cmd。2、啟動(dòng)oracle服務(wù),在命令行窗口中輸入逗netstartoracleserviceXXXX地后面的XXXX實(shí)際是需要根據(jù)您自己的數(shù)據(jù)庫實(shí)例名進(jìn)行替換。如果您不知道,可以看下逗計(jì)算機(jī)管理地界面下的服務(wù)中,能不能找到服務(wù)名類似的服務(wù)。提示逗服務(wù)已經(jīng)啟動(dòng)成功地就說明服務(wù)啟動(dòng)起來了。3、啟動(dòng)監(jiān)聽程序,在命令行窗口輸入lsnrctlstart,等到提示逗命令執(zhí)行成功地就可以了。4、接下來就開始加載數(shù)據(jù)庫實(shí)例了。在命令行窗口輸入逗sqlplus/assysdba地登錄到一個(gè)空閑的例程。5、登錄完成后,輸入逗startup地。這個(gè)過程可能有點(diǎn)慢,直到出現(xiàn)逗數(shù)據(jù)庫已經(jīng)打開地則表示實(shí)例啟動(dòng)成功了。6、測(cè)試一下把,隨便連接一個(gè)數(shù)據(jù)庫用戶,如果提示逗連接成功地則說明數(shù)據(jù)庫服務(wù)現(xiàn)在可以正常使用了。注意事項(xiàng)如果操作過程中提示逗監(jiān)聽已經(jīng)啟動(dòng)地,逗服務(wù)已經(jīng)運(yùn)行地等,則可以跳過相應(yīng)步驟,繼續(xù)執(zhí)行。
1) 建立用戶, 組, 目錄
[root@node1 ~]# id oracle
id: oracle: No such user
[root@node1 ~]# groupadd -g 54321 oinstall
[root@node1 ~]# groupadd -g 54322 dba
[root@node1 ~]# useradd -u 54321 -g oinstall -G dba oracle
[root@node1 ~]# passwd oracle
Changing password for user oracle.
New password:
BAD PASSWORD: it is based on a dictionary word
BAD PASSWORD: is too simple
Retype new password:
passwd: all authentication tokens updated successfully.
[root@node1 ~]# mkdir -p /u01/app/oracle
[root@node1 ~]# chown -R oracle:oinstall /u01/
2) 環(huán)境變量
export ORACLE_BASE=/u01/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1
export ORACLE_SID=ora11g
export PATH=$PATH:$HOME/bin:$ORACLE_HOME/bin
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
LANG=C
3) Cat /etc/sysctl.conf
kernel.shmmax = 4294967295
kernel.shmall = 2097152
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
fs.file-max = 6815744
net.ipv4.ip_local_port_range = 9000 65500
net.core.rmem_default=1048576
net.core.rmem_max=4194304
net.core.wmem_default=262144
net.core.wmem_max=1048576
fs.aio-max-nr=1048576
4) oracle 開機(jī)自啟
[root@node1 ~]# cp /etc/init.d/network /etc/init.d/oracle
[root@node1 ~]# vim /etc/init.d/oracle
[root@node1 ~]# chmod +x /etc/init.d/oracle
[root@node1 ~]# chkconfig oracle on
[root@node1 ~]# cat /etc/init.d/oracle
[oracle@node1 auto_backup]$ cat /etc/init.d/oracle
#! /bin/bash#
chkconfig: 2345 10 90
#
Source function library.
. /etc/init.d/functions
# See how we were called.
case "$1" in
start)
su - oracle -c "/home/oracle/startdb11g"
;;
stop)
su - oracle -c "/home/oracle/stopdb11g"
;;
*)
echo #34;Usage: $0 {start|stop}"
exit 2
esac
exit $rc
[oracle@node1 auto_backup]$ chkconfig oracle on