linux下面oracle随机启动侦听和数据库所需参数修改

WBOY
發布: 2016-06-07 16:20:45
原創
923 人瀏覽過

修改etc/rc.d/rc.local参数文件,在后面加入如下两行 [root@linux9 bin]# cat /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 # w

  修改etc/rc.d/rc.local参数文件,在后面加入如下两行

  [root@linux9 bin]# cat /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

  su - oracle -c /oracle/product/11.2.0/dbhome_1/bin/dbstart

  su - oracle -c /oracle/product/11.2.0/dbhome_1/bin/lsnrctl start

  修改/etc/oratab参数文件,如果最后参数是N,,则改为Y

  px3309:/oracle/product/11.2.0/dbhome_1:Y

  修改oracle目录bin下的dbstart文件,更改如下参数为$ORACLE_HOME

  ORACLE_HOME_LISTNER=$ORACLE_HOME

來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!