Add Oracle user information in Linux

Source: Internet
Author: User

In Linux, how does one add Oracle user information? The following describes how to add Oracle user information in detail, hoping to give you a deeper understanding of Oracle user information.

Create a user group oinstall:
# Groupadd oinstall

Create a user group dba:
# Groupadd dba

Create a user home directory/u01/oracle:
# Mkdir-p/u01/oracle

Create a user from oracle to the main group oinstall, sub-group dba, home directory/u01/oracle:
# Useradd-g oinstall-G dba-d/u01/oracle

If an oracle user already exists:
# Usermod-g oinstall-G dba-d/u01/oracle

View the addition of oracle
# Id oracle

View the oracle group:
# Groups oracle

Change/u01 owner to oracle
# Chown-R oracle: oinstall/u01

This section describes how to add Oracle user information in Linux.

Permission management for Oracle Super Users

Oracle tablespace statements

Default ORACLE user and password

Implementation of oracle multi-column subquery

Oracle multi-Table query instance

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.