0% found this document useful (0 votes)
53 views

Oracle12c Database Installation Steps

This document outlines the steps to install Oracle12c database on Red Hat Linux 6. It describes downloading the Oracle12c software, checking hardware and disk space requirements, setting the Linux kernel version and required RPM packages, creating an Oracle user and group, setting environment variables, and running the Oracle installer GUI to select installation options and complete the database installation process. The key steps include preparing the system environment, running the Oracle preinstall RPM to install dependencies, and using the Oracle installer GUI to select options for a single-instance database installation.

Uploaded by

ivan
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views

Oracle12c Database Installation Steps

This document outlines the steps to install Oracle12c database on Red Hat Linux 6. It describes downloading the Oracle12c software, checking hardware and disk space requirements, setting the Linux kernel version and required RPM packages, creating an Oracle user and group, setting environment variables, and running the Oracle installer GUI to select installation options and complete the database installation process. The key steps include preparing the system environment, running the Oracle preinstall RPM to install dependencies, and using the Oracle installer GUI to select options for a single-instance database installation.

Uploaded by

ivan
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 45

20/10/21 14:48 Oracle12c Database Installation steps

SAP-BASIS-HELP SEARCH

Oracle12c Database
Installation steps

July 14, 2017

SHARE
Oracle12c Installation step on Linux

Summary:-

This document contains the steps that how to do the oracle12c Database

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 1/45
20/10/21 14:48 Oracle12c Database Installation steps

installations steps on Linux.

Database: Oracle12c

OS Level    : Red Hat Linux 6

Author: Brindavan Mookaiah

Designation: SAP BASIS Consultant

Note: The steps are only suitable for NON SAP Oracle

Pre Installation Steps:-

   Step 1)

1. Download the software 12c

http://www.oracle.com/technetwork/dat
sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 2/45
20/10/21 14:48 Oracle12c Database Installation steps

abase/enterprise-

edition/downloads/index.html?

ssSourceSiteId=ocomen

Step 2) Hardware requirements:

1. If Large-scale installation need to be use

multicore processors with High availability.


      2. Recommended minimum RAM needed

for Oracle is 2GB or more.

      3. Swap must be enabled double the size of

RAM.

    Step 3) Disc Space & system meets

1. Disk space must be more than 8GB,

2. /tmp directory must have free space more


than 1GB for error free installation.

3. Both x86_64 and i686 packages are

required for installation.


sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 3/45
required for installation.
20/10/21 14:48 Oracle12c Database Installation steps

4. Screen resolution must be more than

1024×768 resolution.

Introduction:-

The current version of oracle is 12c (C stands for Cloud) with cloud

features. Oracle Database 12c makes the process far faster and simpler,

enabling the high density of schema-based consolidation—without

requiring changes to existing applications. To make this possible, a single,

multitenant container database can now host many “pluggable”

databases.

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 4/45
20/10/21 14:48 Oracle12c Database Installation steps

Step 1

    1. Login into OS with user “root”.

    2. Update /etc/hosts file with fully qualified

name of server

[root@<hostname>]# cat /etc/hosts

   3. Check the Linux kernal version.

   [root@<hostname>]# uname -a

  4.  OS Packages (RPMs) requirements:

  5. Use  “oracle-rdbms-server-12cR1-

preinstall” package to automatically install all

required RPMs using “yum” OS utility.

# cd /etc/yum.repos.d
sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 5/45
   # cd /etc/yum.repos.d
20/10/21 14:48 Oracle12c Database Installation steps

  # wget https://public-

yum.oracle.com/public-yum-ol6.repo

  # yum install oracle-rdbms-server-12cR1-

preinstall -y

  6. Create Oracle user & Group base on your

requirements

  7. Stet the value current ulimits in followings

“/etc/profile”

  8 . Set the enviorment variable like below for

example:

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 6/45
20/10/21 14:48 Oracle12c Database Installation steps

9.  Install the database (Note : You need X-

manager or anyother tool to execute GUI to

install Oracle DB)

[oracle@<hostname>]# cd /software/database

[oracle@<hostname>]# ls

[oracle@<hostname>]# ./runInstaller

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 7/45
20/10/21 14:48 Oracle12c Database Installation steps

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 8/45
20/10/21 14:48 Oracle12c Database Installation steps

It will ask the E-mail ID to registred to send


oracle updates. If you
don’t want to  registre

then just select the option skip  and continue.

Click “Next”
sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 9/45
20/10/21 14:48 Oracle12c Database Installation steps
Click Next

Select any of installation options, and click

Next.

1) Here we select “Install database software


sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 10/45
20/10/21 14:48 Oracle12c Database Installation steps
1) Here we select Install database software

only”.This option only installs the database


binaries.

2) To configure the database, you must run


Oracle Database Configuration Assistant after
the software installation.

3) To upgrade 11G to 12C then select upgrade


option

Then click ” Next”

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 11/45
20/10/21 14:48 Oracle12c Database Installation steps

Here we select option “Single instance


database installation”.( This option installs the

database software and the listener) and then


click “Next”
sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 12/45
click Next

20/10/21 14:48 Oracle12c Database Installation steps

Select the language and  then Click ” Next “

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 13/45
20/10/21 14:48 Oracle12c Database Installation steps

You can select the Edition as per the

requirement, Here we have select Enterprise


Edition, and then click ” Next”

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 14/45
20/10/21 14:48 Oracle12c Database Installation steps

The Oracle base path appears by default. You

can change this path based on your


requirement.

Specify Oracle Base, Software Location, and


then click “Next”.

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 15/45
20/10/21 14:48 Oracle12c Database Installation steps

The operating system groups are selected by


default. You can also manually select the
groups and select “Next”.

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 16/45
20/10/21 14:48 Oracle12c Database Installation steps

. You should fix all issues before proceed to

Next if you found any system requirements to


install database mets.

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 17/45
20/10/21 14:48 Oracle12c Database Installation steps

If everything find then Click ” Next”.

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 18/45
20/10/21 14:48 Oracle12c Database Installation steps

Click ” Install”

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 19/45
20/10/21 14:48 Oracle12c Database Installation steps

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 20/45
20/10/21 14:48 Oracle12c Database Installation steps

Run the “root.sh script” and then click “Ok”.

[root@<hostname>]# cd

/u01/app/oracle/product/12.1.0/db_1

[root@<hostname>]# sh root.sh

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 21/45
20/10/21 14:48 Oracle12c Database Installation steps

Performing root user operation for Oracle 12c

The following environment variables are set as:

ORACLE_OWNER= oracle

ORACLE_HOME=
/u01/app/oracle/product/12.1.0/db_1

Enter the full pathname of the local bin


directory: [/usr/local/bin]:

The contents of “dbhome” have not changed.


No need to overwrite.

The contents of “oraenv” have not changed. No


need to overwrite.

The contents of “coraenv” have not changed.


No need to overwrite.

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 22/45
20/10/21 14:48 Oracle12c Database Installation steps

Oracle12c database install sucessfully.

After Software installation and then create


database using “DBCA”

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 23/45
20/10/21 14:48 Oracle12c Database Installation steps

Creating Oracle Database 12c (Container &

Pluggable)

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 24/45
20/10/21 14:48 Oracle12c Database Installation steps

For beginners, default is good, but here we use


advanced option to learn more.

Specify Container & Pluggable database name


and then click ” Next”.

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 25/45
20/10/21 14:48 Oracle12c Database Installation steps

Click ” Finish”

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 26/45
20/10/21 14:48 Oracle12c Database Installation steps

Click ” Next”

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 27/45
20/10/21 14:48 Oracle12c Database Installation steps

Select what type of database you want to


create (OLTP, Warehouse, General, or Custom).

You can view detailed featured for all types by


clicking “Show Details” button. Once selected,
click “Next”.

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 28/45
20/10/21 14:48 Oracle12c Database Installation steps

Enter the Global database name and then click


” Next”

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 29/45
20/10/21 14:48 Oracle12c Database Installation steps

Select the required Option and then click ”


Next” ( Here we have selected ” Datbase

Express”

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 30/45
20/10/21 14:48 Oracle12c Database Installation steps

Enter rhe password and then Click ” Next”

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 31/45
20/10/21 14:48 Oracle12c Database Installation steps

Click ” Next”

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 32/45
20/10/21 14:48 Oracle12c Database Installation steps

Select location of datafiles, Storage File

System, Fast Recover Area as previously known


as FLASHBACK and size. You can also enable

archiving
here and can setup Multiplex

(multiple duplicate locations) for REDO &


Control files.

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 33/45
20/10/21 14:48 Oracle12c Database Installation steps

You can select Database Vault & Label Security


features here as per your requirement.

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 34/45
20/10/21 14:48 Oracle12c Database Installation steps

You can select the memory and click ” Next”.

Then check the sizing & character stets and

then click ” Next”

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 35/45
20/10/21 14:48 Oracle12c Database Installation steps

Dedicated Server Mode is most commonly

used, but you can select “Shared Server Mode”

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 36/45
20/10/21 14:48 Oracle12c Database Installation steps

Select the Create ” Database ” and then click ”

Next”

The Next screen Summary and then click ”


Next”

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 37/45
20/10/21 14:48 Oracle12c Database Installation steps

Creating Oracle Database 12c (Container &


Pluggable)

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 38/45
20/10/21 14:48 Oracle12c Database Installation steps

Once Complete, it will prompt you for


“Password Management” of default accounts

Note the URL: https://hostname:5500/em for

managing database.

Give the URL in IE with user ” system and


sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 39/45
20/10/21 14:48 Oracle12c Database Installation steps

password.

Oracle web login page

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 40/45
20/10/21 14:48 Oracle12c Database Installation steps

Oracle database home

Oracle Memory Management

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 41/45
20/10/21 14:48 Oracle12c Database Installation steps

Oracle Tablespace

Oracle Performance Hub

All the performance,backup, configuration can

be see in web.

SHARE
Comments

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 42/45
20/10/21 14:48 Oracle12c Database Installation steps

Enter your comment...

Popular posts from this blog

SAP ST-PI and ST-


A/PI Patch Update
Steps
July 14, 2017

SAP ST-PI and ST-A/PI patch update

Summary :- This document will show


you how to update the ST-/PI and ST-

A/PI in SAP with help of service …

SHARE
6 COMMENTS READ MORE

How to export RFC


d ti ti i
sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 43/45
20/10/21 14:48 Oracle12c Database Installation steps

destinations prior
Refresh
July 10, 2017

The best and easiest way... Goto SE01,

create transport request (Transport of


Copies) R3TR TABU RFCATTRIB * R3TR

TABU RFCDES * R3TR TABU RFCDOC *…

SHARE
3 COMMENTS READ MORE

SAPROUTER
Installation
July 14, 2017

his blog intends to support all

consultants who work with SAP


ROUTER setup and maintenance.
sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 44/45
20/10/21 14:48 Oracle12c Database Installation steps

Introduction: The step by step …

SHARE
3 COMMENTS READ MORE

Archive

Report Abuse


Powered by Blogger

sap-basis-help.blogspot.com/2017/07/oracle12c-database-installation-steps.html 45/45

You might also like