Installation of Oracle 10g in Linux environment error permission to write to the inventory location

Source: Internet
Author: User
Tags dba

As for some errors that occur during the installation process, I summarize that the path does not have permissions, not the user group below the
To create Oracle users and user groups and directories, and to assign permissions to the directory, refer to the following example:
This place can be successfully installed if you simply follow the procedure below, but if you want to install Oracle in a different directory,
Need to be modified, this is simply to build Oracle in the root directory, and then install Oracle in this directory,
If you want to install Oracle under OPT, you need to make simple modifications.
#groupadd Oinstall
#groupadd DBA
#groupadd Oper
#useradd-G oinstall-g dba Oracle
#passwd Oracle
#mkdir/oracle (if you want to install Oracle under OPT, that's mkdir/opt/oracle, then modify the permissions below)
#chown-R oracle:oinstall/oracle (Chown-r oracle:oinstall/opt/oracle)
#chmod-R 775/oracle (Chmod-r 775/opt/oracle)

Installation of Oracle 10g in Linux environment error permission to write to the inventory location

Related Article

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.