精品丰满熟女一区二区三区_五月天亚洲欧美综合网_亚洲青青青在线观看_国产一区二区精选

  • <menu id="29e66"></menu>

    <bdo id="29e66"><mark id="29e66"><legend id="29e66"></legend></mark></bdo>

  • <pre id="29e66"><tt id="29e66"><rt id="29e66"></rt></tt></pre>

      <label id="29e66"></label><address id="29e66"><mark id="29e66"><strike id="29e66"></strike></mark></address>
      學習啦>學習電腦>操作系統>Linux教程>

      如何在Linux中設置開機自動啟動oracle

      時間: 曉斌668 分享

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

        Linux中設置oracle開機自動啟動的方法

        在terminal中切換到root用戶

        查看/etc/oratab文件的內容,其內容如下

        [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,在最后添加如下內容

        ##### 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的安裝目錄,要根據實際情況進行修改。

        (注意:圖中學習啦小編用紅色標記的N要改成Y)

        找到最后的內容

        oel63:/home/oracle/app/oracle/product/11.2.0/dbhome_1:N

        復制該行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文件,添加如下內容

        ##### 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的安裝目錄,要根據實際情況進行修改。

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

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

      391195