首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >安装oraclexe11g时创建的oracle登录帐户

安装oraclexe11g时创建的oracle登录帐户
EN

Ask Ubuntu用户
提问于 2017-09-21 03:36:01
回答 1查看 622关注 0票数 -1

当我在ubuntu16.04上安装oraclexe11g并重新启动系统时。

我有新的甲骨文account.why,它是为我创建的。

现在我有了三个账户。

1.oracle。

2.ubuntu。

3.客人。

有谁能帮我解释一下吗。以及如何登录到甲骨文

account.During安装oraclexe11g的过程它让我提供

管理系统或系统的密码。但此密码并不仅用于开始时的work.It。

神谕在终点站。

EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 2017-09-22 11:02:11

您无法登录到oracle account,这是一个由oracle installer创建的system user account,没有home directory。这意味着它不像其他user accounts那样被正常使用。

只有在可用的情况下,才能通过终端或oracle appGUI进行交互。

请参见man useradd

代码语言:javascript
复制
-r, --system
           Create a system account.

           System users will be created with no aging information in /etc/shadow, and their numeric identifiers are
           chosen in the SYS_UID_MIN-SYS_UID_MAX range, defined in /etc/login.defs, instead of UID_MIN-UID_MAX (and
           their GID counterparts for the creation of groups).

           Note that useradd will not create a home directory for such an user, regardless of the default setting in
           /etc/login.defs (CREATE_HOME). You have to specify the -m options if you want a home directory for a
           system account to be created.
票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/957917

复制
相关文章

相似问题

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