Install Oracle Enterprise Cloud Control 12C in Linux 6.3

Source: Internet
Author: User

Install Oracle Enterprise Cloud Control 12C in Linux 6.3

The installation of Oracle enterprise cloud control 12C is a complicated process, because it depends on Kernel El database and Oracle Weblogic. Now Oracle has integrated Weblogic into the cloud control installation package, which saves a lot of trouble. This article is based on Oracle Linux 6.3 to install Oracle enterprise cloud control 12C, which is described below.

Oracle 11g installation manual on RedHat Linux 5.8 _ x64 Platform

Installing Oracle 12C in Linux-6-64

Install Oracle 11gR2 (x64) in CentOS 6.4)

Steps for installing Oracle 11gR2 in vmwarevm

Install Oracle 11g XE R2 In Debian

1. Preparations before installation
A) OS Installation Reference
Install Oracle Linux 6.3 in Virtual Box

B) replicel software installation and database creation references
Use yum to quickly deploy the Oracle installation environment (11 GB)
Install Oracle 11g R2 (11.2.0.3) in Oracle Linux 6.3)

2. JAVA Runtime Environment deployment
[Root @ oel64 src] # pwd
/Usr/local/src
[Root @ oel64 src] # chmod u + x jdk-6u45-linux-x64-rpm.bin
[Root @ oel64 src] #./jdk-6u45-linux-x64-rpm.bin

3. rpm packages required for Cloud Control
Package Requirements for Oracle Management Service
Make-3.81
Binutils-2.20.51.0.2-5.11
Gcc-4.4.4
Libaio-0.3.107
Glibc-common-2.12-1
Libstdc ++ 4.4.4
LibXtst-1.0.99.2-3.el6.x86_64.rpm
Sysstat-9.0.4
Glibc-devel-2.12-1.7.el6.i686 (This is a 32-bit package)
Glibc-devel-2.12-1.7.el6.x86_64 (This is a 64-bit package)
(Applicable only for Oracle Linux 6.2, which effecdes RH6.2 and UEK 6.2) glibc-2.12-1.47.0.2

Package Requirements for Oracle Management Agent
Make-3.81
Binutils-2.20.51.0.2-5.11
Gcc-4.4.4
Libaio-0.3.107
Glibc-common-2.12-1.7
Libstdc ++ 4.4.4
Sysstat-9.0.4
 
# Verify the rpm package using the following methods
[Root @ oel63 ~] # Rpm-qa make binutils gcc libaio glibc-common libstdc ++ sysstat -- queryformat "% {NAME}-% {VERSION}-% {RELEASE} (% {ARCH }) \ n"
Glibc-common-2.12-1.132.el6_5.1 (x86_64)
Sysstat-9.0.4-20.el6 (x86_64)
Libaio-0.3.107-10.el6 (x86_64)
Gcc-4.4.7-4.el6 (x86_64)
Binutils-2.20.51.0.2-5.34.el6 (x86_64)
Libstdc ++-4.4.7-4. el6 (x86_64)
Make-3.81-20.el6 (x86_64)

[Root @ oel63 ~] # Rpm-qa glibc-devel -- queryformat "% {NAME}-% {VERSION}-% {RELEASE} (% {ARCH}) \ n"
Glibc-devel-2.12-1.132.el6_5.1 (x86_64)

# An error message was prompted during installation and the glibc-devel-2.12-1.7-i686 could not be found
[Root @ oel63 ~] # Yum install glibc-devel * i686
[Root @ oel63 ~] # Rpm-qa | grep glibc-devel
Glibc-devel-2.12-1.132.el6_5.1.i686
Glibc-devel-2.12-1.132.el6_5.1.x86_64

4. Configure Database options
A) if dbconsole is configured for the current database, deconfig
[Oracle @ oel63 ~] $ Emctl status dbconsole # This query indicates that dbconsole is not configured on the local machine.
Enter the name of the Configuration file./u01/ora11g/db_1/Solaris/j2ee/OC4J_DBConsole_oel63.ycdata.net_ora11g not found.
# Use the following command deconfig dbconsole
$ Emca-deconfig dbcontrol db-repos drop-SYS_PWD <sys pasword>-SYSMAN_PWD <sysman password>

B) modify relevant parameters
SQL> ALTER SYSTEM SET processes = 300 SCOPE = SPFILE;

SQL> ALTER SYSTEM SET session_cached_cursors = 200 SCOPE = SPFILE;

SQL> ALTER SYSTEM SET sga_target = 2G SCOPE = SPFILE;

SQL> ALTER SYSTEM SET shared_pool_size = 600 M SCOPE = SPFILE;

SQL> ALTER SYSTEM SET pga_aggregate_target = 1G SCOPE = SPFILE;

SQL> ALTER SYSTEM SET job_queue_processes = 20 SCOPE = SPFILE;

SQL> shutdown immediate;

SQL> startup

4. Install cloud control
[Oracle @ oel63 ~] $ Mkdir-p/u01/oms12convention
[Oracle @ oel63 ~] $ Mkdir-p/u01/agent12cr2
# Author: Leshami
# Blog:

For more details, please continue to read the highlights on the next page:

  • 1
  • 2
  • Next Page

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.