SlideShare a Scribd company logo
Oracle 12cR2 RAC Database Software Installation and Create Database
Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 1
Oracle 12cR2 RAC Database Software Installation
Download Software:
http://www.oracle.com/technetwork/database/enterprise-
edition/downloads/oracle12c-linux-12201-3608234.html
Extract zipped file :
unzip -d database linuxx64_12201_database.zip
oracle@racdb01::/u01/app/oracle/software/database
Setup Display variables:
$ export DISPLAY=192.168.56.1:0.0
oracle@racdb01::/u01/app/oracle/software/database
Install RAC database software:
$ ./runInstaller
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 500 MB. Actual 7488 MB Passed
Checking swap space: must be greater than 150 MB. Actual 8152 MB Passed
Checking monitor: must be configured to display at least 256 colors. Actual
16777216 Passed Preparing to launch Oracle Universal Installer from
/tmp/OraInstall2017-03-04_08-50-07PM. Please wait
...oracle@racdb01::/u01/app/oracle/software/database
$ Logfile Location : /u01/app/oraInventory/logs/sshsetup1_2017-03-04_08-50-
07PM.log
ClusterLogger - log file location: /u01/app/oraInventory/logs/remoteInterfaces2017-03-
04_08-50-07PM.log
Oracle 12cR2 RAC Database Software Installation and Create Database
Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 2
Click Next. Below message as I deselect for Oracle Support
Click Yes and Then next page "Install database software only"
Oracle 12cR2 RAC Database Software Installation and Create Database
Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 3
For RAC Database
Select required nodes. In my case two nodes
Oracle 12cR2 RAC Database Software Installation and Create Database
Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 4
Setup SSH Connectivity by click "SSH connectivity" button. Pass OS user and Password value
click OK. Next page Select Edition
Oracle 12cR2 RAC Database Software Installation and Create Database
Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 5
Next define ORACLE_BASEand ORACLE_HOME paths
Check and pass required OS groups
In my case I ignored all the checksbased on my setup --
Oracle 12cR2 RAC Database Software Installation and Create Database
Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 6
Ignore  y
Oracle 12cR2 RAC Database Software Installation and Create Database
Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 7
Click Install
Need to run both nodes
oracle@racdb02::/home/oracle
$ root
aliases:+ASM2
root@racdb02::/root
$ /u01/app/oracle/product/12.2.0/db100/root.sh
The following environment variables are set as:
ORACLE_OWNER= oracle
ORACLE_HOME= /u01/app/oracle/product/12.2.0/db100
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.
Entries will be added to the /etc/oratabfile as needed by
Database Configuration Assistant when a database is created
Finished runninggenericpart of root script.
Now product-specific root actions will be performed.
root@racdb01::/root
Oracle 12cR2 RAC Database Software Installation and Create Database
Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 8
$ /u01/app/oracle/product/12.2.0/db100/root.sh
Performing root user operation.
The following environment variables are set as:
ORACLE_OWNER= oracle
ORACLE_HOME= /u01/app/oracle/product/12.2.0/db100
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.
Entries will be added to the /etc/oratabfile as needed by
Database Configuration Assistant when a database is created
Finished runninggenericpart of root script.
Now product-specific root actions will be performed.
root@racdb01::/u01/app/oracle/product/12.2.0
oracle@racdb02::/home/oracle
$ root
aliases:+ASM2
root@racdb02::/root
$ /u01/app/oracle/product/12.2.0/db100/root.sh
Performing root user operation.
The following environment variables are set as:
ORACLE_OWNER= oracle
ORACLE_HOME= /u01/app/oracle/product/12.2.0/db100
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.
Entries will be added to the /etc/oratabfile as needed by
Database Configuration Assistant when a database is created
Finished runninggenericpart of root script.
Now product-specific root actions will be performed.
Oracle 12cR2 RAC Database Software Installation and Create Database
Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 9
Oracle 12cR2 RAC Database Software Installation and Create Database
Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 10
Create an Oracle RAC database
From a terminal session go to $ORACLE_HOME/bin directory and execute dbca.
oracle@racdb01::/u01/app/oracle/product/12.2.0/db100/bin
$ ./dbca
On the Database Operation screen, click Next to accept the default selection
(Create Database).
On the Creation Mode screen,click Next to accept the default selection (Advanced Mode).
Oracle 12cR2 RAC Database Software Installation and Create Database
Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 11
On the Database Template screen,click Next to accept the default settingsfor an Admin-
Managed RAC Database using the General Purpose template).
Select list of Nodes
Oracle 12cR2 RAC Database Software Installation and Create Database
Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 12
Specify the Global Database Name (PMON1) and click Next and select “Create as Container
database.
Define Storage Locations screen | Database File Locations: +DATA
Oracle 12cR2 RAC Database Software Installation and Create Database
Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 13
Specify Fast Recovery Area:+RECO and Fast Recovery Area Size. Click Next to continue.
For my test setup, I didn’t select Vault config
Oracle 12cR2 RAC Database Software Installation and Create Database
Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 14
Define necessary configuration - (eg. Memory size , Character sets)
Oracle 12cR2 RAC Database Software Installation and Create Database
Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 15
I deselect EM Database Express.
Specify the credential
Oracle 12cR2 RAC Database Software Installation and Create Database
Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 16
On the Database Creation Options, click Create Database.
Prerequisite checksare performed – ignore if ok for your setup.
Validate the Summary screen. Click Finish to start the database
creation process
Oracle 12cR2 RAC Database Software Installation and Create Database
Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 17
Follow the database creation process on the Progress Page. Click Close to quit the Database
Configuration Assistant.

More Related Content

What's hot

Pluggable database tutorial 2
Pluggable database tutorial 2Pluggable database tutorial 2
Pluggable database tutorial 2
Osama Mustafa
 
Step by Step Restore rman to different host
Step by Step Restore rman to different hostStep by Step Restore rman to different host
Step by Step Restore rman to different host
Osama Mustafa
 
Are You Ready for 12c? Data Migration and Upgrade Best Practices
Are You Ready for 12c? Data Migration and Upgrade Best PracticesAre You Ready for 12c? Data Migration and Upgrade Best Practices
Are You Ready for 12c? Data Migration and Upgrade Best Practices
Performance Tuning Corporation
 
Backup and Restore of database on 2-Node RAC
Backup and Restore of database on 2-Node RACBackup and Restore of database on 2-Node RAC
Backup and Restore of database on 2-Node RAC
Paulo Fagundes
 
How to create a non managed standby database
How to create a non managed  standby databaseHow to create a non managed  standby database
How to create a non managed standby database
Jorge Batista
 
Upgrade Oracle Database to 12c
Upgrade Oracle Database to 12c Upgrade Oracle Database to 12c
Upgrade Oracle Database to 12c
Osama Mustafa
 
Oracle Database 12c - The Best Oracle Database 12c Tuning Features for Develo...
Oracle Database 12c - The Best Oracle Database 12c Tuning Features for Develo...Oracle Database 12c - The Best Oracle Database 12c Tuning Features for Develo...
Oracle Database 12c - The Best Oracle Database 12c Tuning Features for Develo...
Alex Zaballa
 
Oracle12c Pluggable Database Hands On - TROUG 2014
Oracle12c Pluggable Database Hands On - TROUG 2014Oracle12c Pluggable Database Hands On - TROUG 2014
Oracle12c Pluggable Database Hands On - TROUG 2014
Özgür Umut Vurgun
 
12c installation
12c installation12c installation
12c installation
Osama Mustafa
 
Physical_Standby_Database_R12.2.4
Physical_Standby_Database_R12.2.4Physical_Standby_Database_R12.2.4
Physical_Standby_Database_R12.2.4
mohammed shahnawaz ahmed
 
REST in Piece - Administration of an Oracle Cluster/Database using REST
REST in Piece - Administration of an Oracle Cluster/Database using RESTREST in Piece - Administration of an Oracle Cluster/Database using REST
REST in Piece - Administration of an Oracle Cluster/Database using REST
Christian Gohmann
 
Installing oracle grid infrastructure and database 12c r1
Installing oracle grid infrastructure and database 12c r1Installing oracle grid infrastructure and database 12c r1
Installing oracle grid infrastructure and database 12c r1
Voeurng Sovann
 
Oracle Database 12.1.0.2 New Features
Oracle Database 12.1.0.2 New FeaturesOracle Database 12.1.0.2 New Features
Oracle Database 12.1.0.2 New Features
Deiby Gómez
 
Upgrade 11gR2 to 12cR1 Clusterware
Upgrade 11gR2 to 12cR1 ClusterwareUpgrade 11gR2 to 12cR1 Clusterware
Upgrade 11gR2 to 12cR1 Clusterware
Nikhil Kumar
 
Standby db creation commands
Standby db creation commandsStandby db creation commands
Standby db creation commands
Piyush Kumar
 
Create a Database Application Development Environment with Docker
Create a Database Application Development Environment with DockerCreate a Database Application Development Environment with Docker
Create a Database Application Development Environment with Docker
Blaine Carter
 
12c (12.1) Database installation on Solaris 11(11.2)
12c (12.1) Database  installation on Solaris 11(11.2)12c (12.1) Database  installation on Solaris 11(11.2)
12c (12.1) Database installation on Solaris 11(11.2)
K Kumar Guduru
 
Oracle business intelligence enterprise edition 11g
Oracle business intelligence enterprise edition 11gOracle business intelligence enterprise edition 11g
Oracle business intelligence enterprise edition 11g
uzzal basak
 
Oracle Database 12c - New Features for Developers and DBAs
Oracle Database 12c  - New Features for Developers and DBAsOracle Database 12c  - New Features for Developers and DBAs
Oracle Database 12c - New Features for Developers and DBAs
Alex Zaballa
 
10 ways to improve your rman script
10 ways to improve your rman script10 ways to improve your rman script
10 ways to improve your rman script
Maris Elsins
 

What's hot (20)

Pluggable database tutorial 2
Pluggable database tutorial 2Pluggable database tutorial 2
Pluggable database tutorial 2
 
Step by Step Restore rman to different host
Step by Step Restore rman to different hostStep by Step Restore rman to different host
Step by Step Restore rman to different host
 
Are You Ready for 12c? Data Migration and Upgrade Best Practices
Are You Ready for 12c? Data Migration and Upgrade Best PracticesAre You Ready for 12c? Data Migration and Upgrade Best Practices
Are You Ready for 12c? Data Migration and Upgrade Best Practices
 
Backup and Restore of database on 2-Node RAC
Backup and Restore of database on 2-Node RACBackup and Restore of database on 2-Node RAC
Backup and Restore of database on 2-Node RAC
 
How to create a non managed standby database
How to create a non managed  standby databaseHow to create a non managed  standby database
How to create a non managed standby database
 
Upgrade Oracle Database to 12c
Upgrade Oracle Database to 12c Upgrade Oracle Database to 12c
Upgrade Oracle Database to 12c
 
Oracle Database 12c - The Best Oracle Database 12c Tuning Features for Develo...
Oracle Database 12c - The Best Oracle Database 12c Tuning Features for Develo...Oracle Database 12c - The Best Oracle Database 12c Tuning Features for Develo...
Oracle Database 12c - The Best Oracle Database 12c Tuning Features for Develo...
 
Oracle12c Pluggable Database Hands On - TROUG 2014
Oracle12c Pluggable Database Hands On - TROUG 2014Oracle12c Pluggable Database Hands On - TROUG 2014
Oracle12c Pluggable Database Hands On - TROUG 2014
 
12c installation
12c installation12c installation
12c installation
 
Physical_Standby_Database_R12.2.4
Physical_Standby_Database_R12.2.4Physical_Standby_Database_R12.2.4
Physical_Standby_Database_R12.2.4
 
REST in Piece - Administration of an Oracle Cluster/Database using REST
REST in Piece - Administration of an Oracle Cluster/Database using RESTREST in Piece - Administration of an Oracle Cluster/Database using REST
REST in Piece - Administration of an Oracle Cluster/Database using REST
 
Installing oracle grid infrastructure and database 12c r1
Installing oracle grid infrastructure and database 12c r1Installing oracle grid infrastructure and database 12c r1
Installing oracle grid infrastructure and database 12c r1
 
Oracle Database 12.1.0.2 New Features
Oracle Database 12.1.0.2 New FeaturesOracle Database 12.1.0.2 New Features
Oracle Database 12.1.0.2 New Features
 
Upgrade 11gR2 to 12cR1 Clusterware
Upgrade 11gR2 to 12cR1 ClusterwareUpgrade 11gR2 to 12cR1 Clusterware
Upgrade 11gR2 to 12cR1 Clusterware
 
Standby db creation commands
Standby db creation commandsStandby db creation commands
Standby db creation commands
 
Create a Database Application Development Environment with Docker
Create a Database Application Development Environment with DockerCreate a Database Application Development Environment with Docker
Create a Database Application Development Environment with Docker
 
12c (12.1) Database installation on Solaris 11(11.2)
12c (12.1) Database  installation on Solaris 11(11.2)12c (12.1) Database  installation on Solaris 11(11.2)
12c (12.1) Database installation on Solaris 11(11.2)
 
Oracle business intelligence enterprise edition 11g
Oracle business intelligence enterprise edition 11gOracle business intelligence enterprise edition 11g
Oracle business intelligence enterprise edition 11g
 
Oracle Database 12c - New Features for Developers and DBAs
Oracle Database 12c  - New Features for Developers and DBAsOracle Database 12c  - New Features for Developers and DBAs
Oracle Database 12c - New Features for Developers and DBAs
 
10 ways to improve your rman script
10 ways to improve your rman script10 ways to improve your rman script
10 ways to improve your rman script
 

Viewers also liked

Xác định tỉ lệ vốn hóa BĐS
Xác định tỉ lệ vốn hóa   BĐSXác định tỉ lệ vốn hóa   BĐS
Xác định tỉ lệ vốn hóa BĐS
Hoàng Phi Luân
 
Chapter three principle ecology
Chapter three principle ecologyChapter three principle ecology
Chapter three principle ecology
Abdulkadir Ahmed
 
2017 iosco research report on financial technologies (fintech)
2017 iosco research report on  financial technologies (fintech)2017 iosco research report on  financial technologies (fintech)
2017 iosco research report on financial technologies (fintech)
Ian Beckett
 
Google Cloud Spanner Preview
Google Cloud Spanner PreviewGoogle Cloud Spanner Preview
Google Cloud Spanner Preview
DoiT International
 
3Com DUAL 10/100
3Com DUAL 10/1003Com DUAL 10/100
3Com DUAL 10/100
savomir
 
How to be Successful with Search in YOUR Organization
How to be Successful with Search in YOUR OrganizationHow to be Successful with Search in YOUR Organization
How to be Successful with Search in YOUR Organization
Agnes Molnar
 
PRESUPUESTO URBANISMO Y VIVIENDA 2017
PRESUPUESTO URBANISMO Y VIVIENDA 2017PRESUPUESTO URBANISMO Y VIVIENDA 2017
PRESUPUESTO URBANISMO Y VIVIENDA 2017
Ayuntamiento de Málaga
 
Contaminação Biológica
Contaminação BiológicaContaminação Biológica
Contaminação Biológica
Maria Dias
 
NAXOS-Neuheiten vom Label und aus dem Vertrieb 10. März 2017
NAXOS-Neuheiten vom Label und aus dem Vertrieb 10. März 2017NAXOS-Neuheiten vom Label und aus dem Vertrieb 10. März 2017
NAXOS-Neuheiten vom Label und aus dem Vertrieb 10. März 2017
NAXOS Deutschland GmbH
 
K8S in prod
K8S in prodK8S in prod
2015 Internet Trends Report
2015 Internet Trends Report2015 Internet Trends Report
2015 Internet Trends Report
IQbal KHan
 
SMS notification setup using EM12c
SMS notification setup using EM12cSMS notification setup using EM12c
SMS notification setup using EM12c
Monowar Mukul
 
Oracle EM12c Edit or Create Incident rules and Setup SMS alert
Oracle EM12c Edit or Create Incident rules and Setup SMS alertOracle EM12c Edit or Create Incident rules and Setup SMS alert
Oracle EM12c Edit or Create Incident rules and Setup SMS alert
Monowar Mukul
 
Oracle 12cR2 Grid Infrastructure Installation
Oracle 12cR2 Grid Infrastructure InstallationOracle 12cR2 Grid Infrastructure Installation
Oracle 12cR2 Grid Infrastructure Installation
Monowar Mukul
 
Mongo db a deep dive of mongodb indexes
Mongo db  a deep dive of mongodb indexesMongo db  a deep dive of mongodb indexes
Mongo db a deep dive of mongodb indexes
Rajesh Kumar
 
MongoDB NoSQL database a deep dive -MyWhitePaper
MongoDB  NoSQL database a deep dive -MyWhitePaperMongoDB  NoSQL database a deep dive -MyWhitePaper
MongoDB NoSQL database a deep dive -MyWhitePaper
Rajesh Kumar
 
Tugas4 1412510602 dewi_apriliani
Tugas4 1412510602 dewi_aprilianiTugas4 1412510602 dewi_apriliani
Tugas4 1412510602 dewi_apriliani
dewiapril1996
 
Placement Feed short Deck
Placement Feed short DeckPlacement Feed short Deck
Placement Feed short Deck
Svetla Simidchieva
 
Digital Adventures at Viridian - Housing Technology Conference 2017
Digital Adventures at Viridian - Housing Technology Conference 2017Digital Adventures at Viridian - Housing Technology Conference 2017
Digital Adventures at Viridian - Housing Technology Conference 2017
Ed Wallace
 
Ambiente térmico
Ambiente térmicoAmbiente térmico
Ambiente térmico
Maria Dias
 

Viewers also liked (20)

Xác định tỉ lệ vốn hóa BĐS
Xác định tỉ lệ vốn hóa   BĐSXác định tỉ lệ vốn hóa   BĐS
Xác định tỉ lệ vốn hóa BĐS
 
Chapter three principle ecology
Chapter three principle ecologyChapter three principle ecology
Chapter three principle ecology
 
2017 iosco research report on financial technologies (fintech)
2017 iosco research report on  financial technologies (fintech)2017 iosco research report on  financial technologies (fintech)
2017 iosco research report on financial technologies (fintech)
 
Google Cloud Spanner Preview
Google Cloud Spanner PreviewGoogle Cloud Spanner Preview
Google Cloud Spanner Preview
 
3Com DUAL 10/100
3Com DUAL 10/1003Com DUAL 10/100
3Com DUAL 10/100
 
How to be Successful with Search in YOUR Organization
How to be Successful with Search in YOUR OrganizationHow to be Successful with Search in YOUR Organization
How to be Successful with Search in YOUR Organization
 
PRESUPUESTO URBANISMO Y VIVIENDA 2017
PRESUPUESTO URBANISMO Y VIVIENDA 2017PRESUPUESTO URBANISMO Y VIVIENDA 2017
PRESUPUESTO URBANISMO Y VIVIENDA 2017
 
Contaminação Biológica
Contaminação BiológicaContaminação Biológica
Contaminação Biológica
 
NAXOS-Neuheiten vom Label und aus dem Vertrieb 10. März 2017
NAXOS-Neuheiten vom Label und aus dem Vertrieb 10. März 2017NAXOS-Neuheiten vom Label und aus dem Vertrieb 10. März 2017
NAXOS-Neuheiten vom Label und aus dem Vertrieb 10. März 2017
 
K8S in prod
K8S in prodK8S in prod
K8S in prod
 
2015 Internet Trends Report
2015 Internet Trends Report2015 Internet Trends Report
2015 Internet Trends Report
 
SMS notification setup using EM12c
SMS notification setup using EM12cSMS notification setup using EM12c
SMS notification setup using EM12c
 
Oracle EM12c Edit or Create Incident rules and Setup SMS alert
Oracle EM12c Edit or Create Incident rules and Setup SMS alertOracle EM12c Edit or Create Incident rules and Setup SMS alert
Oracle EM12c Edit or Create Incident rules and Setup SMS alert
 
Oracle 12cR2 Grid Infrastructure Installation
Oracle 12cR2 Grid Infrastructure InstallationOracle 12cR2 Grid Infrastructure Installation
Oracle 12cR2 Grid Infrastructure Installation
 
Mongo db a deep dive of mongodb indexes
Mongo db  a deep dive of mongodb indexesMongo db  a deep dive of mongodb indexes
Mongo db a deep dive of mongodb indexes
 
MongoDB NoSQL database a deep dive -MyWhitePaper
MongoDB  NoSQL database a deep dive -MyWhitePaperMongoDB  NoSQL database a deep dive -MyWhitePaper
MongoDB NoSQL database a deep dive -MyWhitePaper
 
Tugas4 1412510602 dewi_apriliani
Tugas4 1412510602 dewi_aprilianiTugas4 1412510602 dewi_apriliani
Tugas4 1412510602 dewi_apriliani
 
Placement Feed short Deck
Placement Feed short DeckPlacement Feed short Deck
Placement Feed short Deck
 
Digital Adventures at Viridian - Housing Technology Conference 2017
Digital Adventures at Viridian - Housing Technology Conference 2017Digital Adventures at Viridian - Housing Technology Conference 2017
Digital Adventures at Viridian - Housing Technology Conference 2017
 
Ambiente térmico
Ambiente térmicoAmbiente térmico
Ambiente térmico
 

Similar to Oracle 12cR2 RAC Database Software Installation and Create Database

Oracle WebLogic Server_OL7_Sovann
Oracle WebLogic Server_OL7_SovannOracle WebLogic Server_OL7_Sovann
Oracle WebLogic Server_OL7_Sovann
Voeurng Sovann
 
Oam install & config
Oam install & configOam install & config
Oam install & config
Vigilant Technologies
 
OAM Install & Config
OAM Install & ConfigOAM Install & Config
OAM Install & Config
Vigilant Technologies
 
Create manula and automaticly database
Create manula and automaticly databaseCreate manula and automaticly database
Create manula and automaticly database
Anar Godjaev
 
Oracle-11g-upgrade
Oracle-11g-upgradeOracle-11g-upgrade
Oracle-11g-upgrade
Antonio Carlos dos Santos Jr
 
Create your oracle_apps_r12_lab_with_less_than_us1000
Create your oracle_apps_r12_lab_with_less_than_us1000Create your oracle_apps_r12_lab_with_less_than_us1000
Create your oracle_apps_r12_lab_with_less_than_us1000
Ajith Narayanan
 
Enable oracle database vault
Enable oracle database vaultEnable oracle database vault
Enable oracle database vault
Osama Mustafa
 
Oracle 12c RAC Database Software Install and Create Database
Oracle 12c RAC Database Software Install and Create DatabaseOracle 12c RAC Database Software Install and Create Database
Oracle 12c RAC Database Software Install and Create Database
Monowar Mukul
 
Obia11.1.1.10.1 installation and configuration on Unix platform
Obia11.1.1.10.1 installation and configuration on Unix platformObia11.1.1.10.1 installation and configuration on Unix platform
Obia11.1.1.10.1 installation and configuration on Unix platform
Sheikh Zakirulla
 
Oracle 18c installation on Oracle Enterprise Linux 7.4
Oracle 18c installation on Oracle Enterprise Linux 7.4Oracle 18c installation on Oracle Enterprise Linux 7.4
Oracle 18c installation on Oracle Enterprise Linux 7.4
Mahamudul Hasan
 
Manual Tecnico OGG Oracle to MySQL
Manual Tecnico OGG Oracle to MySQLManual Tecnico OGG Oracle to MySQL
Manual Tecnico OGG Oracle to MySQL
Erick Vidbaz
 
Log grid root
Log grid rootLog grid root
Log grid root
openmi
 
Swift configurator installation-manual
Swift configurator installation-manualSwift configurator installation-manual
Swift configurator installation-manual
Pramod Sharma
 
OFM SOA Suite 11gR1 – Installation Demonstration
OFM SOA Suite 11gR1 – Installation DemonstrationOFM SOA Suite 11gR1 – Installation Demonstration
OFM SOA Suite 11gR1 – Installation Demonstration
Sreenivasa Setty
 
Convert single instance to RAC
Convert single instance to RACConvert single instance to RAC
Convert single instance to RAC
Satishbabu Gunukula
 
Oracle olap-installation
Oracle olap-installationOracle olap-installation
Oracle olap-installation
Amit Sharma
 
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Osama Mustafa
 
Pluggable Databases: What they will break and why you should use them anyway!
Pluggable Databases: What they will break and why you should use them anyway!Pluggable Databases: What they will break and why you should use them anyway!
Pluggable Databases: What they will break and why you should use them anyway!
Guatemala User Group
 
Cloning 2
Cloning 2Cloning 2
Cloning 2
Deepti Singh
 
Cloning 2
Cloning 2Cloning 2
Cloning 2
Deepti Singh
 

Similar to Oracle 12cR2 RAC Database Software Installation and Create Database (20)

Oracle WebLogic Server_OL7_Sovann
Oracle WebLogic Server_OL7_SovannOracle WebLogic Server_OL7_Sovann
Oracle WebLogic Server_OL7_Sovann
 
Oam install & config
Oam install & configOam install & config
Oam install & config
 
OAM Install & Config
OAM Install & ConfigOAM Install & Config
OAM Install & Config
 
Create manula and automaticly database
Create manula and automaticly databaseCreate manula and automaticly database
Create manula and automaticly database
 
Oracle-11g-upgrade
Oracle-11g-upgradeOracle-11g-upgrade
Oracle-11g-upgrade
 
Create your oracle_apps_r12_lab_with_less_than_us1000
Create your oracle_apps_r12_lab_with_less_than_us1000Create your oracle_apps_r12_lab_with_less_than_us1000
Create your oracle_apps_r12_lab_with_less_than_us1000
 
Enable oracle database vault
Enable oracle database vaultEnable oracle database vault
Enable oracle database vault
 
Oracle 12c RAC Database Software Install and Create Database
Oracle 12c RAC Database Software Install and Create DatabaseOracle 12c RAC Database Software Install and Create Database
Oracle 12c RAC Database Software Install and Create Database
 
Obia11.1.1.10.1 installation and configuration on Unix platform
Obia11.1.1.10.1 installation and configuration on Unix platformObia11.1.1.10.1 installation and configuration on Unix platform
Obia11.1.1.10.1 installation and configuration on Unix platform
 
Oracle 18c installation on Oracle Enterprise Linux 7.4
Oracle 18c installation on Oracle Enterprise Linux 7.4Oracle 18c installation on Oracle Enterprise Linux 7.4
Oracle 18c installation on Oracle Enterprise Linux 7.4
 
Manual Tecnico OGG Oracle to MySQL
Manual Tecnico OGG Oracle to MySQLManual Tecnico OGG Oracle to MySQL
Manual Tecnico OGG Oracle to MySQL
 
Log grid root
Log grid rootLog grid root
Log grid root
 
Swift configurator installation-manual
Swift configurator installation-manualSwift configurator installation-manual
Swift configurator installation-manual
 
OFM SOA Suite 11gR1 – Installation Demonstration
OFM SOA Suite 11gR1 – Installation DemonstrationOFM SOA Suite 11gR1 – Installation Demonstration
OFM SOA Suite 11gR1 – Installation Demonstration
 
Convert single instance to RAC
Convert single instance to RACConvert single instance to RAC
Convert single instance to RAC
 
Oracle olap-installation
Oracle olap-installationOracle olap-installation
Oracle olap-installation
 
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
 
Pluggable Databases: What they will break and why you should use them anyway!
Pluggable Databases: What they will break and why you should use them anyway!Pluggable Databases: What they will break and why you should use them anyway!
Pluggable Databases: What they will break and why you should use them anyway!
 
Cloning 2
Cloning 2Cloning 2
Cloning 2
 
Cloning 2
Cloning 2Cloning 2
Cloning 2
 

Recently uploaded

Types of Herbal Cosmetics its standardization.
Types of Herbal Cosmetics its standardization.Types of Herbal Cosmetics its standardization.
Types of Herbal Cosmetics its standardization.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
Celine George
 
Top five deadliest dog breeds in America
Top five deadliest dog breeds in AmericaTop five deadliest dog breeds in America
Top five deadliest dog breeds in America
Bisnar Chase Personal Injury Attorneys
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
mulvey2
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
Jean Carlos Nunes Paixão
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
Dr. Shivangi Singh Parihar
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
PECB
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
Priyankaranawat4
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
TechSoup
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
eBook.com.bd (প্রয়োজনীয় বাংলা বই)
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
Colégio Santa Teresinha
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 

Recently uploaded (20)

Types of Herbal Cosmetics its standardization.
Types of Herbal Cosmetics its standardization.Types of Herbal Cosmetics its standardization.
Types of Herbal Cosmetics its standardization.
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
 
Top five deadliest dog breeds in America
Top five deadliest dog breeds in AmericaTop five deadliest dog breeds in America
Top five deadliest dog breeds in America
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 

Oracle 12cR2 RAC Database Software Installation and Create Database

  • 1. Oracle 12cR2 RAC Database Software Installation and Create Database Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 1 Oracle 12cR2 RAC Database Software Installation Download Software: http://www.oracle.com/technetwork/database/enterprise- edition/downloads/oracle12c-linux-12201-3608234.html Extract zipped file : unzip -d database linuxx64_12201_database.zip oracle@racdb01::/u01/app/oracle/software/database Setup Display variables: $ export DISPLAY=192.168.56.1:0.0 oracle@racdb01::/u01/app/oracle/software/database Install RAC database software: $ ./runInstaller Starting Oracle Universal Installer... Checking Temp space: must be greater than 500 MB. Actual 7488 MB Passed Checking swap space: must be greater than 150 MB. Actual 8152 MB Passed Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed Preparing to launch Oracle Universal Installer from /tmp/OraInstall2017-03-04_08-50-07PM. Please wait ...oracle@racdb01::/u01/app/oracle/software/database $ Logfile Location : /u01/app/oraInventory/logs/sshsetup1_2017-03-04_08-50- 07PM.log ClusterLogger - log file location: /u01/app/oraInventory/logs/remoteInterfaces2017-03- 04_08-50-07PM.log
  • 2. Oracle 12cR2 RAC Database Software Installation and Create Database Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 2 Click Next. Below message as I deselect for Oracle Support Click Yes and Then next page "Install database software only"
  • 3. Oracle 12cR2 RAC Database Software Installation and Create Database Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 3 For RAC Database Select required nodes. In my case two nodes
  • 4. Oracle 12cR2 RAC Database Software Installation and Create Database Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 4 Setup SSH Connectivity by click "SSH connectivity" button. Pass OS user and Password value click OK. Next page Select Edition
  • 5. Oracle 12cR2 RAC Database Software Installation and Create Database Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 5 Next define ORACLE_BASEand ORACLE_HOME paths Check and pass required OS groups In my case I ignored all the checksbased on my setup --
  • 6. Oracle 12cR2 RAC Database Software Installation and Create Database Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 6 Ignore  y
  • 7. Oracle 12cR2 RAC Database Software Installation and Create Database Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 7 Click Install Need to run both nodes oracle@racdb02::/home/oracle $ root aliases:+ASM2 root@racdb02::/root $ /u01/app/oracle/product/12.2.0/db100/root.sh The following environment variables are set as: ORACLE_OWNER= oracle ORACLE_HOME= /u01/app/oracle/product/12.2.0/db100 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. Entries will be added to the /etc/oratabfile as needed by Database Configuration Assistant when a database is created Finished runninggenericpart of root script. Now product-specific root actions will be performed. root@racdb01::/root
  • 8. Oracle 12cR2 RAC Database Software Installation and Create Database Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 8 $ /u01/app/oracle/product/12.2.0/db100/root.sh Performing root user operation. The following environment variables are set as: ORACLE_OWNER= oracle ORACLE_HOME= /u01/app/oracle/product/12.2.0/db100 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. Entries will be added to the /etc/oratabfile as needed by Database Configuration Assistant when a database is created Finished runninggenericpart of root script. Now product-specific root actions will be performed. root@racdb01::/u01/app/oracle/product/12.2.0 oracle@racdb02::/home/oracle $ root aliases:+ASM2 root@racdb02::/root $ /u01/app/oracle/product/12.2.0/db100/root.sh Performing root user operation. The following environment variables are set as: ORACLE_OWNER= oracle ORACLE_HOME= /u01/app/oracle/product/12.2.0/db100 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. Entries will be added to the /etc/oratabfile as needed by Database Configuration Assistant when a database is created Finished runninggenericpart of root script. Now product-specific root actions will be performed.
  • 9. Oracle 12cR2 RAC Database Software Installation and Create Database Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 9
  • 10. Oracle 12cR2 RAC Database Software Installation and Create Database Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 10 Create an Oracle RAC database From a terminal session go to $ORACLE_HOME/bin directory and execute dbca. oracle@racdb01::/u01/app/oracle/product/12.2.0/db100/bin $ ./dbca On the Database Operation screen, click Next to accept the default selection (Create Database). On the Creation Mode screen,click Next to accept the default selection (Advanced Mode).
  • 11. Oracle 12cR2 RAC Database Software Installation and Create Database Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 11 On the Database Template screen,click Next to accept the default settingsfor an Admin- Managed RAC Database using the General Purpose template). Select list of Nodes
  • 12. Oracle 12cR2 RAC Database Software Installation and Create Database Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 12 Specify the Global Database Name (PMON1) and click Next and select “Create as Container database. Define Storage Locations screen | Database File Locations: +DATA
  • 13. Oracle 12cR2 RAC Database Software Installation and Create Database Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 13 Specify Fast Recovery Area:+RECO and Fast Recovery Area Size. Click Next to continue. For my test setup, I didn’t select Vault config
  • 14. Oracle 12cR2 RAC Database Software Installation and Create Database Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 14 Define necessary configuration - (eg. Memory size , Character sets)
  • 15. Oracle 12cR2 RAC Database Software Installation and Create Database Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 15 I deselect EM Database Express. Specify the credential
  • 16. Oracle 12cR2 RAC Database Software Installation and Create Database Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 16 On the Database Creation Options, click Create Database. Prerequisite checksare performed – ignore if ok for your setup. Validate the Summary screen. Click Finish to start the database creation process
  • 17. Oracle 12cR2 RAC Database Software Installation and Create Database Prepared by- Monowar Mukul (OCM 12c DBA / OCM 11g DBA) Page 17 Follow the database creation process on the Progress Page. Click Close to quit the Database Configuration Assistant.