欧美一区二区三区老妇人-欧美做爰猛烈大尺度电-99久久夜色精品国产亚洲a-亚洲福利视频一区二区

oracle怎么設(shè)置自啟,oracle設(shè)置開機自啟動

如何在Linux中設(shè)置開機自動啟動oracle

對于LINUX 操作系統(tǒng) 有很多技術(shù)知識是我們需要學習的。這里我就給大家介紹Linux中設(shè)置oracle開機自動啟動的 方法 。一起來看看吧。

創(chuàng)新互聯(lián)公司是一家專業(yè)提供中方企業(yè)網(wǎng)站建設(shè),專注與成都做網(wǎng)站、成都網(wǎng)站設(shè)計、H5建站、小程序制作等業(yè)務(wù)。10年已為中方眾多企業(yè)、政府機構(gòu)等服務(wù)。創(chuàng)新互聯(lián)專業(yè)網(wǎng)站建設(shè)公司優(yōu)惠進行中。

Linux中設(shè)置oracle開機自動啟動的方法

在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ù)實際情況進行修改。

(注意:圖中我用紅色標記的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

說明:因為第一行命令中有空格所以用雙引號(英文的雙引號)

/home/oracle/app/oracle/product/11.2.0/dbhome_1為oracle的安裝目錄,要根據(jù)實際情況進行修改。

最后按2次ESC鍵,并輸入:wq并按下enter保存,退出,重啟機器,驗證成功。

是不是很簡單呢~快跟著我一起學習吧!!!如果覺得這篇 文章 不錯的話就給我點一個贊吧。

如何配置oracle數(shù)據(jù)庫開機自己啟動

在命令行輸入services.msc,打開服務(wù)界面如下:

找到ORACLE的兩個服務(wù),雙擊設(shè)為自動,開機就可以自己啟動了。

如何在WINDOWS下讓ORACLE自動啟動

在windows服務(wù)中,將oracle設(shè)置為自動

2.在注冊表中,將oracle的自啟動設(shè)置為true

linux怎么設(shè)置oracle自動啟動

工具:

win10

方法如下:

1、先點擊桌面右下角的時間,然后點擊日期和時間設(shè)置;

2、在日期和時間那一項找到格式,然后點擊更改格式,看圖;

3、按圖示找到短時間設(shè)置和長時間設(shè)置;

4、設(shè)置完成,直接就生效了,在右下角看一眼,然后關(guān)閉就可以了。

oracle開機自啟動

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 開機自啟

[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

網(wǎng)頁題目:oracle怎么設(shè)置自啟,oracle設(shè)置開機自啟動
分享URL:http://chinadenli.net/article45/dsehhhi.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供靜態(tài)網(wǎng)站ChatGPT網(wǎng)站建設(shè)響應(yīng)式網(wǎng)站網(wǎng)站內(nèi)鏈網(wǎng)站設(shè)計

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)

外貿(mào)網(wǎng)站制作