首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Ubuntu oracle-xe不会在系统启动时启动。

Ubuntu oracle-xe不会在系统启动时启动。
EN

Stack Overflow用户
提问于 2016-02-15 10:08:36
回答 1查看 1.1K关注 0票数 1

我已经成功地在linux 17.3上安装了oracle-xe 11g2,在配置过程中(/etc/init.d/oracle-xe配置),我选择在系统启动时加载数据库。当我检查/etc/default/oracle-xe文件时,我有以下内容:

代码语言:javascript
复制
#This is a configuration file for automatic starting of the Oracle
#Database and listener at system startup.It is generated By running
#'/etc/init.d/oracle-xe configure'.Please use that method to modify this 
#file

# ORACLE_DBENABLED:'true' means to load the Database at system boot.
ORACLE_DBENABLED=true

# LISTENER_PORT: Database listener
LISTENER_PORT=1521

# HTTP_PORT : HTTP port for Oracle Application Express
HTTP_PORT=8080

# Configuration : Check whether configure has been done or not
CONFIGURE_RUN=true

但是它不是在引导时启动的,我必须通过sudo服务oracle-xe start手动启动它。

有什么我能做的吗?

谢谢。

EN

回答 1

Stack Overflow用户

发布于 2016-02-15 14:06:32

好的找到了。

我必须向dba组添加用户。

代码语言:javascript
复制
sudo usermod -a -G <groupname> username
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/35406486

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档