lightnear 发表于 2013-1-4 01:08:09

CentOS Oracle11gR2 设置开机自启动

<div id="cnblogs_post_body"> 更改/etc/oratab
<div style="border-bottom: #cccccc 1px solid; border-left: #cccccc 1px solid; padding-bottom: 5px; background-color: #f5f5f5; padding-left: 5px; padding-right: 5px; border-top: #cccccc 1px solid; border-right: #cccccc 1px solid; padding-top: 5px" class="cnblogs_code" align="left">   # vi /etc/oratab## 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:<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.##MFGS:/usr/oracle/app/product/11.2.0/dbhome_1:Y #改变此处
页: [1]
查看完整版本: CentOS Oracle11gR2 设置开机自启动