64-bit Oracle12c Installation notes (1)

Source: Internet
Author: User

I have been free to install 64-bit Oracle 12c to Centos5.9 of 64-bit Enterprise Edition these days. Most of the information found on the internet is based on the installation documents on Centos6.x, RHEL6.x, and Oracle Linux6 systems, I seldom see Oracle 12c installed on centos 5.x. Therefore, I have compiled the oracle 12c data installed on centos 5.9 and written it into a blog for your reference.


1. First, create a runtime environment for installing Oracle 12c:

Run the command uname-r to check whether the Linux kernel is 2.6.18-238.0.0.0.1.el5 or later.


Install the Packages required to run orcale 12c:


yum cleanyum updateyum install binutils-2.17.50.0.6yum install compat-libstdc++-33-3.2.3yum install  compat-libstdc++-33-3.2.3yum install  gcc-4.1.2yum install  glibc-*yum install  kshyum install  libaio*yum install  libgcc*yum install  libstdc*yum install  libXext-*yum install  libXext-1.0.1yum install  libXtst-1.0.1yum install  libX11-1.0.3yum install  libXau-1.0.1yum install  make-3.81yum install  sysstat-7*


Note: The packages installed by the preceding command are as follows:

Binutils-2.17.50.0.6
Compat-libstdc ++-33-3.2.3
Compat-libstdc ++-33-3.2.3 (32 bit)
Gcc-4.1.2
Gcc-c ++-4.1.2
Glibc-2.5-58
Glibc-2.5-58 (32 bits)
Glibc-devel-2.5-58
Glibc-devel-2.5-58 (32 bits)
Ksh
Libaio-0.3.106
Libaio-0.3.106 (32 bits)
Libaio-devel-0.3.106
Libaio-devel-0.3.106 (32 bits)
Libgcc-4.1.2
Libgcc-4.1.2 (32 bits)
Libstdc ++ 4.1.2
Libstdc ++-4.1.2 (32 bit)
Libstdc ++-devel 4.1.2
LibXext-1.0.1
LibXext-1.0.1 (32 bits)
LibXtst-1.0.1
LibXtst-1.0.1 (32 bits)
LibX11-1.0.3
LibX11-1.0.3 (32 bits)
LibXau-1.0.1
LibXau-1.0.1 (32 bits)
LibXi-1.0.1
LibXi-1.0.1 (32 bits)
Make-3.81
Sysstat-7.0.2


2. Create users and groups:

Create group:


# /usr/sbin/groupadd -g 54321 oinstall# /usr/sbin/groupadd -g 54322 dba# /usr/sbin/groupadd -g 54323 oper# /usr/sbin/groupadd -g 54324 backupdba# /usr/sbin/groupadd -g 54325 dgdba# /usr/sbin/groupadd -g 54326 kmdba# /usr/sbin/groupadd -g 54327 asmdba# /usr/sbin/groupadd -g 54328 asmoper# /usr/sbin/groupadd -g 54329 asmadmin


Create an orcale user and join the group:


# /usr/sbin/useradd -u 54321 -g oinstall -G dba,asmdba,backupdba,dgdba,kmdba oracle


Modify the oracle password:


#  passwd oracle


After the process is complete, check the oracle user creation Information and the results:

# Id oracle
Uid = 54321 (oracle) gid = 54321 (oinstall) groups = 54321 (oinstall), 54324 (backupdba), 54325 (dgdba), 54326 (kmdba), 54327 (asmdba ), 54322 (dba)

3, install cvuqdisk, the file name: cvuqdisk-1.0.9-1.rpm, location in the Oracle 12c installation folder.

The linux installation command is as follows:


CVUQDISK_GRP=oinstallexport CVUQDISK_GRPrpm -iv cvuqdisk-1.0.9-1.rpm


Not complete...


September 10, 2013 in Shenzhen

This article is from the "sub-blog", please be sure to keep this source http://szznu.blog.51cto.com/1182012/1293789

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.