首页 > 数据库技术 > 详细

Linux reboot后数据库无法自动启动

时间:2015-08-27 18:13:13      阅读:238      评论:0      收藏:0      [点我收藏+]

需将以下由N改为Y

orcl:/data/oracle_db/product/13.2.0/db_1:Y

 

 

Last login: Thu Aug 27 16:36:19 2015 from 10.10.70.51

[root@NSDZHORCLTEST ~]# su - oracle

[oracle@NSDZHORCLTEST ~]$  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.

#

#

orcl:/data/oracle_db/product/13.2.0/db_1:Y

Linux reboot后数据库无法自动启动

原文:http://www.cnblogs.com/Snowfun/p/4763781.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!