CentOS 6.5 Install Oracle Database Problem Resolution notes

Source: Internet
Author: User
Tags chmod mkdir oracle database installation

Oracle database installation to 60%-stuck solution
The hostname in/etc/sysconfig/network should be consistent with the/etc/hosts

Vim/etc/sysconfig/network
networking=yes
hostname=chengxiao

vim/etc/hosts
127.0.0.1   localhost Chengxiao
:: 1     localhost Chengxiao

Some problems with Oracle environment variables

[Oracle@chengxiao Desktop]$ vim ~/.bash_profile 
export oracle_home=/opt/oracle/app/product/11.2.0/dbhome_1
Export path= $ORACLE _home/bin: $PATH
export ORACLE_SID=ORCL
[Oracle@chengxiao desktop]$ source ~/.bash_profile 
[Oracle@chengxiao Desktop]$ sqlplus/as sysdba

Preparation of Oracle database before installation
Creating Users and Groups

[Root@chengxiao ~]# sysctl-p 
[Root@chengxiao ~]# groupadd-g-Oinstall 
[Root@chengxiao ~]# groupadd-g D BA 
[root@chengxiao ~]# useradd-u 440-g oinstall-g DBAs Oracle 
[Root@chengxiao ~]# passwd Oracle

Create an installation directory and set permissions

[root@chengxiao ~]# mkdir/opt/oracle/app/[Root@chengxiao ~]# mkdir/opt/oracle/oradata/[ Root@chengxiao ~]# chmod 755/opt/oracle/[Root@chengxiao ~]# chmod 775/opt/oracle/app/[Root@chengxiao ~]# Chown] oracle.o Install-r/opt/oracle/
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.