婷婷综合国产,91蜜桃婷婷狠狠久久综合9色 ,九九九九九精品,国产综合av

主頁(yè) > 知識(shí)庫(kù) > linux服務(wù)器開(kāi)機(jī)啟動(dòng)oracle的設(shè)置方法

linux服務(wù)器開(kāi)機(jī)啟動(dòng)oracle的設(shè)置方法

熱門(mén)標(biāo)簽:汽車(chē)4s店百度地圖標(biāo)注店 手機(jī)地圖標(biāo)注門(mén)店 地圖標(biāo)注效果的制作 安陽(yáng)企業(yè)電銷(xiāo)機(jī)器人供應(yīng)商 鶴壁電話機(jī)器人價(jià)格 地圖標(biāo)注坐標(biāo)圖標(biāo) 杭州網(wǎng)絡(luò)外呼系統(tǒng)運(yùn)營(yíng)商 電銷(xiāo)套路機(jī)器人 網(wǎng)貸外呼系統(tǒng)合法嗎

1、首先切換到Oracle用戶

[oracle@oracletest ~]$ cd /u01/app/oracle/product/11.2.0/db_1/bin/  -----標(biāo)紅字體部分?jǐn)?shù)據(jù)庫(kù)可能不一樣,有的是dbhome_1,以自己實(shí)際配置目錄為準(zhǔn)
[oracle@oracletest bin]$ vi dbstart
LOGMSG="logger -puser.alert -s "
trap 'exit' 1 2 3
# for script tracing
case $ORACLE_TRACE in
 T) set -x ;;
esac
# Set path if path not set (if called from /etc/rc)
SAVE_PATH=/bin:/usr/bin:/etc:${PATH} ; export PATH
SAVE_LLP=$LD_LIBRARY_PATH
# First argument is used to bring up Oracle Net Listener
ORACLE_HOME_LISTNER=$ORACLE_HOME  ############此處原來(lái)是$1,改成$ORACLE_HOME
if [ ! $ORACLE_HOME_LISTNER ] ; then
 echo "ORACLE_HOME_LISTNER is not SET, unable to auto-start Oracle Net Listener"
 echo "Usage: $0 ORACLE_HOME"
else
 LOG=$ORACLE_HOME_LISTNER/listener.log

2、用root用戶編輯oratab和rc.local

[root@oracletest ~]# vi /etc/oratab

# This file is used by ORACLE utilities. It is created by root.sh
# and updated by either Database Configuration Assistant while creating
# a database or ASM Configuration Assistant while creating ASM instance.

# 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.
#
#
oadb:/u01/app/oracle/product/11.2.0/db_1:Y ###此處原來(lái)是N,改為Y

[root@oracletest ~]# vi /etc/rc.d/rc.local

#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

touch /var/lock/subsys/local
#####在空白處添加下面兩行,其中標(biāo)紅字體部分?jǐn)?shù)據(jù)庫(kù)可能不一樣,有的是dbhome_1,以自己實(shí)際配置目錄為準(zhǔn)
su oracle -lc "/u01/app/oracle/product/11.2.0/db_1/bin/lsnrctl start" 
su oracle -lc /u01/app/oracle/product/11.2.0/db_1/bin/dbstart 

經(jīng)過(guò)上面兩步操作,數(shù)據(jù)庫(kù)服務(wù)器重啟后,數(shù)據(jù)庫(kù)也會(huì)自動(dòng)啟動(dòng)。

總結(jié)

以上所述是小編給大家介紹的linux服務(wù)器開(kāi)機(jī)啟動(dòng)oracle的設(shè)置方法,希望對(duì)大家有所幫助,如果大家有任何疑問(wèn)請(qǐng)給我留言,小編會(huì)及時(shí)回復(fù)大家的。在此也非常感謝大家對(duì)腳本之家網(wǎng)站的支持!
如果你覺(jué)得本文對(duì)你有幫助,歡迎轉(zhuǎn)載,煩請(qǐng)注明出處,謝謝!

您可能感興趣的文章:
  • oracle 11g的警告日志和監(jiān)聽(tīng)日志的刪除方法
  • Oracle監(jiān)聽(tīng)器服務(wù)不能啟動(dòng)的解決方法
  • Oracle設(shè)置DB、監(jiān)聽(tīng)和EM開(kāi)機(jī)啟動(dòng)的方法

標(biāo)簽:南陽(yáng) 梧州 焦作 泰安 銀川 柳州 河源 酒泉

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《linux服務(wù)器開(kāi)機(jī)啟動(dòng)oracle的設(shè)置方法》,本文關(guān)鍵詞  linux,服務(wù)器,開(kāi)機(jī),啟動(dòng),;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《linux服務(wù)器開(kāi)機(jī)啟動(dòng)oracle的設(shè)置方法》相關(guān)的同類(lèi)信息!
  • 本頁(yè)收集關(guān)于linux服務(wù)器開(kāi)機(jī)啟動(dòng)oracle的設(shè)置方法的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章
    主站蜘蛛池模板: 龙江县| 江源县| 澄迈县| 中西区| 泰顺县| 江永县| 都江堰市| 长岛县| 海宁市| 延吉市| 灵石县| 枣强县| 乃东县| 聂拉木县| 含山县| 黑山县| 汝阳县| 崇仁县| 鹰潭市| 黄浦区| 洪泽县| 庐江县| 云龙县| 前郭尔| 南阳市| 肇东市| 南阳市| 乡宁县| 会同县| 长兴县| 东明县| 江阴市| 淮滨县| 九江县| 隆安县| 西安市| 梓潼县| 滦平县| 成都市| 新郑市| 胶南市|