热门标签 | HotTags
当前位置:  开发笔记 > 运维 > 正文

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

修改etcrc.drc.local参数文件,在后面加入如下两行[root@linux9bin]#catetcrc.drc.local#!binsh##Thisscriptwillbeexecuted*after*alltheotherinitscripts.#Youcanputyourowninitializationstuffinhereifyoudont#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 # 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

推荐阅读
author-avatar
ooleysciacca
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有