Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Trouble with "oracle" user

Ktopham-OracleMay 8 2013 — edited May 9 2013
I am trying to install Oracle Database 11g on Oracle Linux 6. The installation directions state that I should determine whether the oracle user exists, so I enter:
# id oracle
And I receive back the following:
uid=53135(oracle) gid=8500(dba) groups=8500(dba),100(users)

Next I am suppose to make oinstall the primary group for the oracle user and so I enter:
# /usr/sbin/usermod -g oinstall oracle
And I receive back the following:
usermod: user 'oracle' does not exist in /etc/passwd

Does the oracle user really exist? If so, how can I change the primary group? Also, what is the default password for oracle user?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 6 2013
Added on May 8 2013
8 comments
1,269 views