SlideShare ist ein Scribd-Unternehmen logo
1 von 29
Downloaden Sie, um offline zu lesen
9/30/13&
1&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.1
Oracle Real Application
Clusters (RAC) 12c
Best Practices
Markus Michalewicz, Director of Product
Management, Oracle Real Application Clusters
Kalyan Kallepally, Principal Database
Administrator, Wellcome Trust Sanger Institute
9/30/13&
2&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.3
Safe Harbor Statement
The following is intended to outline our general product direction. It is
intended for information purposes only, and may not be incorporated
into any contract. It is not a commitment to deliver any material, code, or
functionality, and should not be relied upon in making purchasing
decisions. The development, release, and timing of any features or
functionality described for Oracle’s products remains at the sole
discretion of Oracle.
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.4
Agenda
!  Oracle RAC 12c and Standardization
!  Preparation of the Servers for Oracle RAC 12c
!  Installation of Oracle Grid Infrastructure 12c
!  Installation of the Oracle Database Home
!  Oracle (RAC) Database Creation using DBCA
!  Post-install Steps and Configuration
!  Customer Example: Wellcome Trust Sanger Institute
!  Summary and Q&A
9/30/13&
3&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.5
Standardize on Clusters
Clusters increase scalability and HA regardless of DB types used later
Oracle GI
Oracle GI
Oracle GI for a Cluster
Oracle GI
for a
Cluster
High Availability
Scalability
License Costs
Oracle GI
Standalone
Oracle GI
Re-configuration
to enable cluster
MOS note: 1584742.1
Support Impact of the
Deprecation Announcement
of Oracle Restart with Oracle
Database 12c
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.6
Standardize on Oracle RAC
For all the flexibility you need
Oracle GIDBA
DBA
Oracle GIDBA
DBA
DBA
Oracle RAC One Node
Oracle RAC
Flexibility
Scalability
Online
upgrade
DBA
Oracle Restart
Oracle GI
Online (rolling) Patch and PSU Application
9/30/13&
4&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.7
Standardize on Oracle RAC and Oracle Multitenant
The new standard for Oracle Database Consolidation
Oracle GI
Oracle RAC One Node
Consolidation
Agility
Oracle GI
Oracle RAC
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.8
Preparation of the Servers
!  Setup of the Servers include:
–  Setting up network connections
!  Public and private with switch
–  Setting up shared storage for all servers
!  Shared storage required
–  Setting up the OS image – here OL 6.4
!  Suggestion:
–  Use cloning to deploy OS images fastervixencomet
dancerdasher
OS OL 6.4 OS OL 6.4
OS OL 6.4OS OL 6.4
OS image setup and more
9/30/13&
5&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.9
Preparation of the Servers
!  Recommendations:
–  Use OL 6.4+ UEK
–  Use the Oracle preinstall package
!  Available for
–  Oracle Database 11g Rel. 2
–  Oracle Database 12c Rel. 1
–  Additional steps to perform after using the
pre-install package for an Oracle RAC cluster:
!  Add a “grid” user & “dba” group
!  Align UIDs / GUIDs across servers
!  Set SELinux to “permissive”, if possible
!  Check large / huge pages settings
Kernel and Oracle preinstall package
[root@dasher ~]# uname –a
Linux dasher 2.6.39-400.17.1.el6uek.x86_64 #1 SMP Fri Feb 22
18:16:18 PST 2013 x86_64 x86_64 x86_64 GNU/Linux
#Get the pre-install package
[root@dasher Desktop]# yum list oracle-*
oracle-rdbms-server-11gR2-preinstall.x86_64 1.0-7.el6 ol6_latest
oracle-rdbms-server-12cR1-preinstall.x86_64 1.0-8.el6 ol6_latest
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.10
Install Oracle Grid Infrastructure 12c
What is the default when keeping the preselection in steps 1-4…?
!  GI for a Cluster Installation
!  Standard Cluster
!  Typical Installation
9/30/13&
6&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.11
Install Oracle Grid Infrastructure 12c
Step 3: Double-check the cluster topology to deploy!
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.12
Oracle Flex Cluster
The new standard for resource management in the cluster
DBA
DBA
DBA
DBB
DBB
Hub Nodes
Leaf Nodes
!  Oracle Flex Cluster:
–  The new standard for flexible
resource management in the cluster
!  Use it as demand requires it
!  Inherits all Flex ASM HA capabilities
!  Will support more use cases in future
–  Efficient High Availability and
resource management across tiers
!  Lightweight cluster stack on leaf nodes
–  Benefit from virtualization and
physical deployments in one cluster
9/30/13&
7&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.13
Install Oracle Grid Infrastructure 12c
For now, “Standard Cluster” is the default given the preselection
!  Oracle Flex Cluster
–  Can consist of only HUB-nodes
!  If a Leaf-node has access to shared storage,
it can perform a role change to a HUB-node
–  A Standard Cluster can be converted to a
Flex Cluster at any time after the installation
!  Once a cluster is configured as a Flex Cluster
this configuration is irreversible without a re-
configuration of the cluster.
!  Recommendation:
–  An all-HUB-node Flex Cluster behaves the
same as a Standard Cluster using Flex ASM.
–  Either can be used, but if in doubt, you can
choose standard Cluster and convert later.
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.14
Install Oracle Grid Infrastructure 12c
Step 4: Do not accept the default – choose “Advanced Installation”
!  Typical Installation
–  Does not provide an option to use “Flex ASM”
–  Does not provide an option to create the “Mgmt
DB / Grid Infrastructure Management Repository”
!  Enhancement Requests for later
releases have been filed already
!  Advanced Option
–  Recommended for all configurations
9/30/13&
8&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.15
Install Oracle Grid Infrastructure 12c
“Advanced Installation” – SCAN & GNS requirement
!  Recommendations:
–  SCAN remains to be required for the cluster
–  Choose cluster-specific unique SCAN names
–  OUI will try to enforce it as much as possible
!  http://www.oracle.com/technetwork/products/
clustering/overview/scan-129069.pdf
–  Choose “Configure GNS” if:
!  You want to use dynamic IP management
(DHCP assigned / IPv6 Stateless Address
Autoconfiguration) for client connectivity
–  In this case, GNS requirements remain as
with previous version for standard cluster
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.16
Install Oracle Grid Infrastructure 12c
“Advanced Installation” – Network Interface Usage
!  Recommendations:
–  Use “Redundant Interconnect Usage” feature
!  Bonding can be used underneath if required
!  MOS notes explain further configuration – e.g.:
–  MOS note 1210883.1 - 11gR2 Grid
Infrastructure Redundant Interconnect
and ora.cluster_interconnect.haip
• It is recommended to align the
ASM network with the private
interconnect.
• Using different subnets for the
private interconnect is required.
9/30/13&
9&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.17
Install Oracle Grid Infrastructure 12c
“Advanced Installation” – Grid Infrastructure Management Repository
!  Grid Infrastructure Management Repository (GIMR)
–  A Single Instance Oracle Database 12c
–  It will be installed on one of the nodes
!  It is managed as a failover database
–  It contains the Cluster Health Monitor (CHM) data
–  It is stored in the first ASM disk group created
–  As part of the configuration, Quality of Service
Management (QoS) required resources are
added to the cluster configuration (e.g. OC4J)
!  Recommendation: configure the GIMR!
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.18
Install Oracle Grid Infrastructure 12c
“Advanced Installation” – Storage Options
!  For Standard Cluster Installations
three storage options are available:
1.  Standard ASM
!  ASM configuration as known
from previous releases
2.  Oracle Flex ASM
!  Recommended option available
with Oracle Grid Infrastructure 12c
–  Flex Cluster requires Flex ASM
3.  Shared File System
!  Alternative
9/30/13&
10&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.19
Oracle ASM 12c – Overview
Oracle ASM 12c Standard Deployment
ASM Cluster Pool of Storage
Disk Group BDisk Group AShared Disk
Groups
Wide File Striping
One to One
Mapping of ASM
Instances to
Servers
ASM Instance
Database Instance
ASM Disk
RAC Cluster
Node4Node3Node2Node1 Node5ASM ASM ASM ASM ASM
ASM Instance
Database Instance
DBA DBA DBCDBB DBBDBB
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.20
Introducing Oracle Flex ASM
Removal of One to One Mapping and HA
ASM Cluster Pool of Storage
Disk Group BDisk Group AShared Disk
Groups
Wide File Striping
Databases share
ASM instances
ASM Instance
Database Instance
ASM Disk
RAC Cluster
Node5Node4Node3Node2Node1
Node5
runs as
ASM Client
to Node4
Node1
runs as
ASM Client
to Node2
Node1
runs as
ASM Client
to Node4
Node2
runs as
ASM Client
to Node3
ASM ASM ASM
ASM Instance
DBA DBA DBCDBB DBBDBB
9/30/13&
11&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.21
Install Oracle Grid Infrastructure 12c
Use Oracle Flex ASM for storage
!  Recommendations:
–  Use Oracle Flex ASM for storage
!  For better HA of database instances
!  Reserve per-node spare memory
[GRID]> ps -ef |grep pmon
grid 3822 1 0 08:05 ? 00:00:00 asm_pmon_+ASM1
grid 4865 1 0 08:06 ? 00:00:00 mdb_pmon_-MGMTDB
grid 9592 1 0 08:09 ? 00:00:00 apx_pmon_+APX1
grid 19114 19003 0 09:22 pts/0 00:00:00 grep pmon
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.22
Install Oracle Grid Infrastructure 12c
“Advanced Installation” – Create ASM Disk Group
!  Recommendations:
–  Create Infrastructure Disk Group (DG) first
!  Use it to host OCR / Voting Disk
–  Choose Redundancy accordingly
–  Normal (+) redundancy is recommended
–  Create Data and FRA disk groups
post installation and as required.
!  Optional: Use it to host shared DB homes
by creating an ACFS file system on top of it
–  http://www.oracle.com/technetwork/products/cloud-storage/
oop-patching-of-acfs-shared-oh-1885763.pdf
–  ADVM volumes can be of lower
redundancy than the underlying DG
9/30/13&
12&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.23
Install Oracle Grid Infrastructure 12c
“Advanced Installation” – Prerequisite Checks Part 1
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.24
Install Oracle Grid Infrastructure 12c
“Advanced Installation” – Prerequisite Checks Part 2
Do fix
later!
9/30/13&
13&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.25
Agenda
!  Oracle RAC 12c and Standardization
!  Preparation of the Servers for Oracle RAC 12c
!  Installation of Oracle Grid Infrastructure 12c
!  Installation of the Oracle Database Home
!  Oracle (RAC) Database Creation using DBCA
!  Post-install Steps and Configuration
!  Customer Example: Wellcome Trust Sanger Institute
!  Summary and Q&A
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.26
Install the Oracle Database Home
Nothing special – just a quick walk through
Not the
default…
9/30/13&
14&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.27
Install the Oracle Database Home
A few things to point out
ACFS based
shared home …
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.28
Before Creating Databases
Create Server Pools and additional disk groups as required
[GRID]$ srvctl add srvpool –serverpool backoffice
–min 1 –max 2 –i 1
[GRID]$ srvctl add srvpool –serverpool frontoffice
–min 1 –max 4 –i 2
Create additional disk
groups as required.
9/30/13&
15&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.29
Agenda
!  Oracle RAC 12c and Standardization
!  Preparation of the Servers for Oracle RAC 12c
!  Installation of Oracle Grid Infrastructure 12c
!  Installation of the Oracle Database Home
!  Oracle (RAC) Database Creation using DBCA
!  Post-install Steps and Configuration
!  Customer Example: Wellcome Trust Sanger Institute
!  Summary and Q&A
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.30
Create an Oracle Database
What is the default when keeping the preselection in steps 1-4…?
!  Policy-managed
!  Oracle RAC-based
!  Non-CDB Database
9/30/13&
16&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.31
Create an Oracle RAC Database
A few tips and tricks…
Create an empty
multitenant CDB.
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.32
Create an Oracle RAC Database
A few tips and tricks…
This is the default…,
but not recommended
!  Recommendations:
–  Use a different disk group than the “database file
location”-disk group as the Fast Recovery Area.
–  Automatic Storage Management (ASM)
recommendation remains unchanged
!  Use it for any current production database
!  New in Oracle Database 12c:
ACFS can be used to host database files
–  Use ACFS for database files, if you want to
!  manage “all data” on a file system
!  use advanced functionality such as
9/30/13&
17&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.33
Milestone
What has been installed and configured so far?
vixen srvpool: frontofficecomet srvpool: backoffice
dancer srvpool: backofficedasher srvpool: frontoffice
OS OL 6.4 OS OL 6.4
OS OL 6.4OS OL 6.4
Oracle GI for a cluster Oracle GI for a cluster
Oracle GI for a clusterOracle GI for a cluster
Oracle RAC Oracle RAC
Oracle RACOracle RAC
raccdb1
raccdb1_2
raccdb1_1
[RAC]> srvctl status database -d raccdb1
Instance raccdb1_1 is running on node comet
Instance raccdb1_2 is running on node dancer
[RAC]>srvctl status srvpool -serverpool backoffice -detail
Server pool name: backoffice
Active servers count: 2
Active server names: comet,dancer
NAME=comet STATE=ONLINE
NAME=dancer STATE=ONLINE
[RAC]> srvctl status srvpool
Server pool name: Free
Active servers count: 0
Server pool name: Generic
Active servers count: 0
Server pool name: backoffice
Active servers count: 2
Server pool name: frontoffice
Active servers count: 2
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.34
Create Pluggable Databases
Create HR PDB on running instances
vixen srvpool: frontofficecomet srvpool: backoffice
dancer srvpool: backofficedasher srvpool: frontoffice
Oracle GI for a cluster Oracle GI for a cluster
Oracle GI for a clusterOracle GI for a cluster
Oracle RAC Oracle RAC
Oracle RACOracle RAC
raccdb1
raccdb1_2
raccdb1_1
Create a PDB on a node
that hosts a multintenant
CDB instance
9/30/13&
18&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.35
Create Pluggable Databases
Create CRM PDB on running instances
vixen srvpool: frontofficecomet srvpool: backoffice
dancer srvpool: backofficedasher srvpool: frontoffice
Oracle GI for a cluster Oracle GI for a cluster
Oracle GI for a clusterOracle GI for a cluster
Oracle RAC Oracle RAC
Oracle RACOracle RAC
raccdb1
raccdb1_2
raccdb1_1
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.36
Agenda
!  Oracle RAC 12c and Standardization
!  Preparation of the Servers for Oracle RAC 12c
!  Installation of Oracle Grid Infrastructure 12c
!  Installation of the Oracle Database Home
!  Oracle (RAC) Database Creation using DBCA
!  Post-install Steps and Configuration
!  Customer Example: Wellcome Trust Sanger Institute
!  Summary and Q&A
9/30/13&
19&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.37
Post-Creation Steps
Create services to balance the workload – part 1
vixen srvpool: frontofficecomet srvpool: backoffice
dancer srvpool: backofficedasher srvpool: frontoffice
Oracle GI for a cluster Oracle GI for a cluster
Oracle GI for a clusterOracle GI for a cluster
Oracle RAC Oracle RAC
Oracle RACOracle RAC
raccdb1
raccdb1_2
raccdb1_1 [RAC]> srvctl add service -d raccdb1 -s hrsvc -pdb hr -
serverpool backoffice
[RAC]> srvctl add service -d raccdb1 -s crmsvc -pdb crm -
serverpool frontoffice
[RAC]> srvctl start service -d raccdb1 -s hrsvc
[RAC]> srvctl start service -d raccdb1 -s crmsvc
!  Dynamic Database Services
–  For easier management of multitenant CDBs
–  For better workload management in the cluster
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.38
!  Pluggable Databases
–  By default are in mount status after creation
–  They need to be opened in either r/o or w/r
–  Startup and distribution of Pluggable databases
can be automated and optimized using services
Post-Creation Steps
Create services to balance the workload – part 2
vixen srvpool: frontofficecomet srvpool: backoffice
dancer srvpool: backofficedasher srvpool: frontoffice
Oracle GI for a cluster Oracle GI for a cluster
Oracle GI for a clusterOracle GI for a cluster
Oracle RAC Oracle RAC
Oracle RACOracle RAC
raccdb1
raccdb1_3
raccdb1_4 raccdb1_2
raccdb1_1
[RAC]> srvctl status database -d raccdb1
Instance raccdb1_1 is running on node comet
Instance raccdb1_2 is running on node dancer
Instance raccdb1_3 is running on node vixen
Instance raccdb1_4 is running on node dasher
[RAC]> srvctl status service -d raccdb1
Service crmsvc is running on nodes: vixen,dasher
Service hrsvc is running on nodes: comet,dancer
9/30/13&
20&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.39
Post-Install Steps
Check your environment regularly using CVU and RACcheck
#CVU is run regularly by default
[GRID]> srvctl status cvu
CVU is enabled and running on node comet
!  CVU is run regularly as part of the GI stack
!  Use RACcheck - RAC Configuration Audit Tool
–  For details see MOS note 1268927.1
–  New features in 2.2.2 include:
!  Execution as the root user for sysadmin
profile e.g. ./raccheck -profile sysadmin
!  RACcheck daemon feature to automate
execution of RACcheck non-interactively
at predefined interval
!  Support for Solaris Sparc 11
!  Upgrade best practices for 11.2.0.3, 11.2.0.4
and Oracle Database 12c
!  Standard health check is now
included in post upgrade
More information attached
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.40
Post-Install Steps
Monitor best practices notes and announcements
!  RACcheck - RAC Configuration Audit Tool
–  For details see MOS note 1268927.1
!  Great, but as any tool, RACcheck has a release cycle
!  Best practices My Oracle Support (MOS) notes:
–  MOS note 810394.1 - RAC and Oracle Clusterware Best Practices and Starter Kit (Platform Independent)
!  MOS note 811306.1 - RAC and Oracle Clusterware Best Practices and Starter Kit (Linux)
!  MOS note 811280.1 - RAC and Oracle Clusterware Best Practices and Starter Kit (Solaris)
–  Note: Engineered Systems with the same OS will have additional recommendations
!  MOS note 811271.1 - RAC and Oracle Clusterware Best Practices and Starter Kit (Windows)
!  MOS note 811303.1 - RAC and Oracle Clusterware Best Practices and Starter Kit (HP-UX)
!  MOS note 811293.1 - RAC and Oracle Clusterware Best Practices and Starter Kit (AIX)
!  MOS note 1452965.2 –
–  Information Center: Oracle Scalability Grid Infrastructure / Clusterware and Real Application Clusters (RAC)
9/30/13&
21&
!
!
!
Oracle!Database!12c"
at!
Wellcome!Trust!Sanger!Ins7tute!(WTSI)!
Oracle Open World - 2013
!
!
!
!
!
!
!
Kalyan!Kallepally!
Principal!Database!Administrator!
About!me!
•  Working!as!Principal!Database!Administrator!at!
–  Wellcome!Trust!Sanger!Ins7tute!
•  12!years!of!experience!in!Oracle!(8E11gr2)!
•  6!years!of!experience!in!MySQL,!SQL!Server!&!PostgreSQL!
•  Ac7ve!member!in!12C!beta!tes7ng!program!
•  Recently!started!blogging!!
–  www.dbakalyan.wordpress.com!
–  You!can!reach!me!on!dba_kkk@yahoo.co.uk!
!
9/30/13&
22&
!
!Wellcome!Trust!Sanger!Ins7tute!
•  One!of!the!leading!and!most!published!genome!ins7tu7ons!in!the!world!
•  Located!in!Hinxton,!south!of!Cambridge,!UK!!!
•  Founded!in!1993!by!the!Wellcome!Trust!and!the!UK!Medical!Research!Council!(MRC)!
•  Primarily!funded!by!the!Wellcome!Trust!!
•  The!ins7tute!is!named!aZer!Dr!Fred!Sanger!–!The!double!Nobel!prizeEwinning!biochemist!
•  Main!aim!is!to!ensure!scien7fic!data!is!freely!available!
•  Responsible!for!the!comple7on!of!1/3!of!the!human!genome!
!
Data!Centre!at!WTSI!
•  1000m2!of!Datacentre!space!split!into!!
4!quadrants!
•  Current!computa7onal!capacity!!E!
16.5K!cores!and!20PB!of!storage!
•  24/7!reliability!with!DR!setup!
!
•  Going!Green!ini7a7ve!–!Implemented!Virtualiza7on,!MAID!storage,!data!
compression!using!algorithms!and!storage!solu7ons!
•  Power!consump7on!constant!at!1.2MW!since!May!2009!despite!20!fold!data!
storage!increase!
9/30/13&
23&
WTSI!Oracle!Grid!Infrastructure!E!11gR2!
•  Primary!Site!
! 2!X!4!Node!RAC!clusters!
! 2!Node!RAC!Cluster!
! Oracle!Restart!Nodes!
!
•  DR!Site!
! 4!Node!RAC!cluster!
! Oracle!Restart!
Cancer!Genome!Project!E!CGP!
•  Sanger!Ins7tute!is!a!world!leader!in!using!DNA!!
sequencing!to!iden7fy!muta7ons!that!causes!cancer.!
•  Make!the!scien7fic!data!available!to!!the!world!!
via!our!websites!24x7!
•  Mul7ple!database!deployments!to!support!both!!
laboratory!and!!research!websites!
9/30/13&
24&
Dataguard
4 Node
4 Node
WAN TRAFFIC
Clients
Dedicated Network
Primary Site DR Site
+ASM1 +ASM2 +ASM3 +ASM4 +ASM1 +ASM2 +ASM3 +ASM4
Cancer Genome Project -
Current Oracle RAC / Grid
Infra. Layout (11gR2)
!
Current!Challenges!–!Cancer!Genome!Project!
•  Databases!in!consolidated!environments!!
compete!for!shared!compu7ng!resources!!
"  CPU,!memory,!sessions,!parallel!execu7on!servers,!I/O!
•  Provisioning!and!management!of!many!discrete!databases!
"  Cloning!
"  Managing!large!number!of!standbys!for!HA!
"  Backups!
•  Patching!and!upgrading!Oracle!database/soZware!binaries!
"  Many!dependencies!!
9/30/13&
25&
4 Node
WAN TRAFFIC
Clients
Primary Site
+ASM1 +ASM2 +ASM3 +ASM4
&Loss!of!Service!
•  If!ASM!on!any!node!fails!
•  Database!service!is!down!
•  Not!easy!to!
•  Patch/Upgrade!
•  Move/Clone!Databases!
•  Non!Commijed!Transac7ons!
•  Captured!&!replayed!
Current Challenges –
Oracle RAC 11gR2
Op7mal!Solu7ons!to!our!Current!Challenges!
(Sanger!Projects)!!
!
Oracle!Database!12c!New!Features:!
!
9/30/13&
26&
!Business!Con7nuity!and!High!Availability!
!!!Flex!ASM!
!  No!need!to!have!an!ASM!instance!!
per!node!in!the!cluster!
!  Enables!an!interEnode!ASM!instance!failover!
!  Lowers!impact!of!secondary!failure!
!!!Mul7tenant!Architecture!with!RAC!
!  High!consolida7on!density!
!  Rapid!provisioning!and!cloning!using!SQL!
!  Rapid!patching!and!upgrades!
!  Manage!many!databases!as!one!
!  Dynamic!!database!resource!management!
!!!Applica7on!Con7nuity!
!  Captures!last!inEflight!transac7on!
!  Masks!outages!from!end!users!
!  Replay!ini7a7on!7me!and!replay!reten7on!
!!!Global!Data!Services!!
!  ConnectE7me!Load!balancing!
!  InterEdatabase!Service!failover!
!  RoleEbased!global!Services!!
for!Ac7ve!Data!Guard!
Dataguard
4 Node
4 Node
WAN TRAFFIC
Clients
Dedicated Network
Primary Site DR Site
+ASM1 +ASM2 +ASM3 +ASM4 +ASM1 +ASM2 +ASM3 +ASM4
•  Enable!Flex!ASM!
•  Mul7tenant!Architecture!
•  Enable!Global!Data!Services!
•  Configure!Applica7on!Con7nuity!
Global Data Services
Application Continuity
9/30/13&
27&
Dataguard
4 Node
4 Node
WAN TRAFFIC
Clients
Dedicated Network
Primary Site DR Site
+ASM1 +ASM2 +ASM3 +ASM1 +ASM2 +ASM3
Manage!Many!!Databases!As!One!
•  Fewer!databases!to!manage!
•  Faster!Upgrades!and!Patching!
•  Backed!up!as!one!!
•  PDBs!are!replicated!automa7cally!
Global Data Services
Application Continuity
WAN TRAFFIC
Clients
Primary Site
+ASM1 +ASM2 +ASM3
PolicyEbased!management!
benefits:!!
•  Flexible!and!more!efficient!
hardware!u7liza7on!!
•  Higher!density!consolida7on!
and!greater!scalability!
9/30/13&
28&
Summary!
Looking!forward!to!life!with!Oracle!Database!!
12c!at!WTSI!#!
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.56
Agenda
!  Oracle RAC 12c and Standardization
!  Preparation of the Servers for Oracle RAC 12c
!  Installation of Oracle Grid Infrastructure 12c
!  Installation of the Oracle Database Home
!  Oracle (RAC) Database Creation using DBCA
!  Post-install Steps and Configuration
!  Customer Example: Wellcome Trust Sanger Institute
!  Summary and Q&A
9/30/13&
29&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 of the corporate presentation template57
Graphic Section Divider
Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 of the corporate presentation template58

Weitere ähnliche Inhalte

Was ist angesagt?

Oracle RAC One Node 12c Overview
Oracle RAC One Node 12c OverviewOracle RAC One Node 12c Overview
Oracle RAC One Node 12c OverviewMarkus Michalewicz
 
New in Oracle Universal Installer (OUI)
New in Oracle Universal Installer (OUI) New in Oracle Universal Installer (OUI)
New in Oracle Universal Installer (OUI) Markus Michalewicz
 
Oracle RAC Internals - The Cache Fusion Edition
Oracle RAC Internals - The Cache Fusion EditionOracle RAC Internals - The Cache Fusion Edition
Oracle RAC Internals - The Cache Fusion EditionMarkus Michalewicz
 
Oracle RAC 12c Practical Performance Management and Tuning OOW13 [CON8825]
Oracle RAC 12c Practical Performance Management and Tuning OOW13 [CON8825]Oracle RAC 12c Practical Performance Management and Tuning OOW13 [CON8825]
Oracle RAC 12c Practical Performance Management and Tuning OOW13 [CON8825]Markus Michalewicz
 
Oracle RAC BP for Upgrade & More by Anil Nair and Markus Michalewicz
Oracle RAC BP for Upgrade & More by Anil Nair and Markus MichalewiczOracle RAC BP for Upgrade & More by Anil Nair and Markus Michalewicz
Oracle RAC BP for Upgrade & More by Anil Nair and Markus MichalewiczMarkus Michalewicz
 
Oracle RAC 12c Best Practices with Appendices DOAG2013
Oracle RAC 12c Best Practices with Appendices DOAG2013Oracle RAC 12c Best Practices with Appendices DOAG2013
Oracle RAC 12c Best Practices with Appendices DOAG2013Markus Michalewicz
 
Understanding oracle rac internals part 2 - slides
Understanding oracle rac internals   part 2 - slidesUnderstanding oracle rac internals   part 2 - slides
Understanding oracle rac internals part 2 - slidesMohamed Farouk
 
Oracle RAC 12c Rel. 2 Under the Hood and Best Practices
Oracle RAC 12c Rel. 2 Under the Hood and Best PracticesOracle RAC 12c Rel. 2 Under the Hood and Best Practices
Oracle RAC 12c Rel. 2 Under the Hood and Best PracticesMarkus Michalewicz
 
Cluster Health Advisor (CHA) Deep Dive by Mark Scardina
Cluster Health Advisor (CHA)  Deep Dive by Mark ScardinaCluster Health Advisor (CHA)  Deep Dive by Mark Scardina
Cluster Health Advisor (CHA) Deep Dive by Mark ScardinaMarkus Michalewicz
 
Cloud Consolidation with Oracle (RAC) - How much is too much?
Cloud Consolidation with Oracle (RAC) - How much is too much?Cloud Consolidation with Oracle (RAC) - How much is too much?
Cloud Consolidation with Oracle (RAC) - How much is too much?Markus Michalewicz
 
Oracle Failover Database Cluster with Grid Infrastructure 12c
Oracle Failover Database Cluster with Grid Infrastructure 12cOracle Failover Database Cluster with Grid Infrastructure 12c
Oracle Failover Database Cluster with Grid Infrastructure 12cTrivadis
 
Oracle RAC and Your Way to the Cloud by Angelo Pruscino
Oracle RAC and Your Way to the Cloud by Angelo PruscinoOracle RAC and Your Way to the Cloud by Angelo Pruscino
Oracle RAC and Your Way to the Cloud by Angelo PruscinoMarkus Michalewicz
 
RAC Attack 12c Installation Instruction
RAC Attack 12c Installation InstructionRAC Attack 12c Installation Instruction
RAC Attack 12c Installation InstructionYury Velikanov
 
Oracle RAC on Extended Distance Clusters - Presentation
Oracle RAC on Extended Distance Clusters - PresentationOracle RAC on Extended Distance Clusters - Presentation
Oracle RAC on Extended Distance Clusters - PresentationMarkus Michalewicz
 
Understanding oracle rac internals part 1 - slides
Understanding oracle rac internals   part 1 - slidesUnderstanding oracle rac internals   part 1 - slides
Understanding oracle rac internals part 1 - slidesMohamed Farouk
 
RMAN best practices for RAC
RMAN best practices for RACRMAN best practices for RAC
RMAN best practices for RACSyed Hussain
 
Oracle Multitenant meets Oracle RAC - IOUG 2014 Version
Oracle Multitenant meets Oracle RAC - IOUG 2014 VersionOracle Multitenant meets Oracle RAC - IOUG 2014 Version
Oracle Multitenant meets Oracle RAC - IOUG 2014 VersionMarkus Michalewicz
 
How to Use Oracle RAC in a Cloud? - A Support Question
How to Use Oracle RAC in a Cloud? - A Support QuestionHow to Use Oracle RAC in a Cloud? - A Support Question
How to Use Oracle RAC in a Cloud? - A Support QuestionMarkus Michalewicz
 

Was ist angesagt? (20)

Oracle RAC One Node 12c Overview
Oracle RAC One Node 12c OverviewOracle RAC One Node 12c Overview
Oracle RAC One Node 12c Overview
 
Maximizing Oracle RAC Uptime
Maximizing Oracle RAC UptimeMaximizing Oracle RAC Uptime
Maximizing Oracle RAC Uptime
 
New in Oracle Universal Installer (OUI)
New in Oracle Universal Installer (OUI) New in Oracle Universal Installer (OUI)
New in Oracle Universal Installer (OUI)
 
Oracle RAC Internals - The Cache Fusion Edition
Oracle RAC Internals - The Cache Fusion EditionOracle RAC Internals - The Cache Fusion Edition
Oracle RAC Internals - The Cache Fusion Edition
 
Oracle RAC 12c Practical Performance Management and Tuning OOW13 [CON8825]
Oracle RAC 12c Practical Performance Management and Tuning OOW13 [CON8825]Oracle RAC 12c Practical Performance Management and Tuning OOW13 [CON8825]
Oracle RAC 12c Practical Performance Management and Tuning OOW13 [CON8825]
 
Oracle RAC BP for Upgrade & More by Anil Nair and Markus Michalewicz
Oracle RAC BP for Upgrade & More by Anil Nair and Markus MichalewiczOracle RAC BP for Upgrade & More by Anil Nair and Markus Michalewicz
Oracle RAC BP for Upgrade & More by Anil Nair and Markus Michalewicz
 
Oracle RAC 12c Best Practices with Appendices DOAG2013
Oracle RAC 12c Best Practices with Appendices DOAG2013Oracle RAC 12c Best Practices with Appendices DOAG2013
Oracle RAC 12c Best Practices with Appendices DOAG2013
 
Understanding oracle rac internals part 2 - slides
Understanding oracle rac internals   part 2 - slidesUnderstanding oracle rac internals   part 2 - slides
Understanding oracle rac internals part 2 - slides
 
Oracle RAC 12c Rel. 2 Under the Hood and Best Practices
Oracle RAC 12c Rel. 2 Under the Hood and Best PracticesOracle RAC 12c Rel. 2 Under the Hood and Best Practices
Oracle RAC 12c Rel. 2 Under the Hood and Best Practices
 
Cluster Health Advisor (CHA) Deep Dive by Mark Scardina
Cluster Health Advisor (CHA)  Deep Dive by Mark ScardinaCluster Health Advisor (CHA)  Deep Dive by Mark Scardina
Cluster Health Advisor (CHA) Deep Dive by Mark Scardina
 
Cloud Consolidation with Oracle (RAC) - How much is too much?
Cloud Consolidation with Oracle (RAC) - How much is too much?Cloud Consolidation with Oracle (RAC) - How much is too much?
Cloud Consolidation with Oracle (RAC) - How much is too much?
 
Oracle Failover Database Cluster with Grid Infrastructure 12c
Oracle Failover Database Cluster with Grid Infrastructure 12cOracle Failover Database Cluster with Grid Infrastructure 12c
Oracle Failover Database Cluster with Grid Infrastructure 12c
 
Oracle RAC and Your Way to the Cloud by Angelo Pruscino
Oracle RAC and Your Way to the Cloud by Angelo PruscinoOracle RAC and Your Way to the Cloud by Angelo Pruscino
Oracle RAC and Your Way to the Cloud by Angelo Pruscino
 
RAC Attack 12c Installation Instruction
RAC Attack 12c Installation InstructionRAC Attack 12c Installation Instruction
RAC Attack 12c Installation Instruction
 
Oracle RAC on Extended Distance Clusters - Presentation
Oracle RAC on Extended Distance Clusters - PresentationOracle RAC on Extended Distance Clusters - Presentation
Oracle RAC on Extended Distance Clusters - Presentation
 
Understanding oracle rac internals part 1 - slides
Understanding oracle rac internals   part 1 - slidesUnderstanding oracle rac internals   part 1 - slides
Understanding oracle rac internals part 1 - slides
 
Oracle RAC 12c Overview
Oracle RAC 12c OverviewOracle RAC 12c Overview
Oracle RAC 12c Overview
 
RMAN best practices for RAC
RMAN best practices for RACRMAN best practices for RAC
RMAN best practices for RAC
 
Oracle Multitenant meets Oracle RAC - IOUG 2014 Version
Oracle Multitenant meets Oracle RAC - IOUG 2014 VersionOracle Multitenant meets Oracle RAC - IOUG 2014 Version
Oracle Multitenant meets Oracle RAC - IOUG 2014 Version
 
How to Use Oracle RAC in a Cloud? - A Support Question
How to Use Oracle RAC in a Cloud? - A Support QuestionHow to Use Oracle RAC in a Cloud? - A Support Question
How to Use Oracle RAC in a Cloud? - A Support Question
 

Andere mochten auch

Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...Markus Michalewicz
 
Sun oracle-maa-060407
Sun oracle-maa-060407Sun oracle-maa-060407
Sun oracle-maa-060407Sal Marcus
 
Oracle rac 10g best practices
Oracle rac 10g best practicesOracle rac 10g best practices
Oracle rac 10g best practicesHaseeb Alam
 
Ora10g Rac Best Practices
Ora10g Rac Best PracticesOra10g Rac Best Practices
Ora10g Rac Best Practicesvasanthkp
 
Oracle flex asm & flex cluster
Oracle flex asm & flex clusterOracle flex asm & flex cluster
Oracle flex asm & flex clusterGhanshyam Khetan
 
Oracle RAC on Extended Distance Clusters - Customer Examples
Oracle RAC on Extended Distance Clusters - Customer ExamplesOracle RAC on Extended Distance Clusters - Customer Examples
Oracle RAC on Extended Distance Clusters - Customer ExamplesMarkus Michalewicz
 
Oracle Database 12c Multitenant for Consolidation
Oracle Database 12c Multitenant for ConsolidationOracle Database 12c Multitenant for Consolidation
Oracle Database 12c Multitenant for ConsolidationYudi Herdiana
 
Flex Your Database on 12c's Flex ASM and Flex Cluster
Flex Your Database on 12c's Flex ASM and Flex ClusterFlex Your Database on 12c's Flex ASM and Flex Cluster
Flex Your Database on 12c's Flex ASM and Flex ClusterMaaz Anjum
 
Oracle Flex ASM - What’s New and Best Practices by Jim Williams
Oracle Flex ASM - What’s New and Best Practices by Jim WilliamsOracle Flex ASM - What’s New and Best Practices by Jim Williams
Oracle Flex ASM - What’s New and Best Practices by Jim WilliamsMarkus Michalewicz
 
Design in Tech Report 2017
Design in Tech Report 2017Design in Tech Report 2017
Design in Tech Report 2017John Maeda
 

Andere mochten auch (11)

Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
Oracle RAC 12c (12.1.0.2) Operational Best Practices - A result of true colla...
 
Sun oracle-maa-060407
Sun oracle-maa-060407Sun oracle-maa-060407
Sun oracle-maa-060407
 
Oracle rac 10g best practices
Oracle rac 10g best practicesOracle rac 10g best practices
Oracle rac 10g best practices
 
Ora10g Rac Best Practices
Ora10g Rac Best PracticesOra10g Rac Best Practices
Ora10g Rac Best Practices
 
Oracle flex asm & flex cluster
Oracle flex asm & flex clusterOracle flex asm & flex cluster
Oracle flex asm & flex cluster
 
Oracle RAC on Extended Distance Clusters - Customer Examples
Oracle RAC on Extended Distance Clusters - Customer ExamplesOracle RAC on Extended Distance Clusters - Customer Examples
Oracle RAC on Extended Distance Clusters - Customer Examples
 
Oracle Database 12c Multitenant for Consolidation
Oracle Database 12c Multitenant for ConsolidationOracle Database 12c Multitenant for Consolidation
Oracle Database 12c Multitenant for Consolidation
 
Flex Your Database on 12c's Flex ASM and Flex Cluster
Flex Your Database on 12c's Flex ASM and Flex ClusterFlex Your Database on 12c's Flex ASM and Flex Cluster
Flex Your Database on 12c's Flex ASM and Flex Cluster
 
Oracle Flex ASM - What’s New and Best Practices by Jim Williams
Oracle Flex ASM - What’s New and Best Practices by Jim WilliamsOracle Flex ASM - What’s New and Best Practices by Jim Williams
Oracle Flex ASM - What’s New and Best Practices by Jim Williams
 
WebLogic for DBAs
WebLogic for DBAsWebLogic for DBAs
WebLogic for DBAs
 
Design in Tech Report 2017
Design in Tech Report 2017Design in Tech Report 2017
Design in Tech Report 2017
 

Ähnlich wie Oracle RAC 12c Best Practices Sanger OOW13 [CON8805]

How oracle 12c flexes its muscles against oracle 11g r2 final
How oracle 12c flexes its muscles against oracle 11g r2 finalHow oracle 12c flexes its muscles against oracle 11g r2 final
How oracle 12c flexes its muscles against oracle 11g r2 finalAjith Narayanan
 
Presentation Template - NCOAUG Conference Presentation - 16 9
Presentation Template - NCOAUG Conference Presentation - 16 9Presentation Template - NCOAUG Conference Presentation - 16 9
Presentation Template - NCOAUG Conference Presentation - 16 9Mohamed Sadek
 
Oracle Extended Clusters for Oracle RAC
Oracle Extended Clusters for Oracle RACOracle Extended Clusters for Oracle RAC
Oracle Extended Clusters for Oracle RACMarkus Michalewicz
 
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - 19c RAC
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - 19c RACAUSOUG - NZOUG-GroundBreakers-Jun 2019 - 19c RAC
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - 19c RACSandesh Rao
 
Unleash oracle 12c performance with cisco ucs
Unleash oracle 12c performance with cisco ucsUnleash oracle 12c performance with cisco ucs
Unleash oracle 12c performance with cisco ucssolarisyougood
 
Oracle Multitenant meets Oracle RAC 12c OOW13 [CON8706]
Oracle Multitenant meets Oracle RAC 12c OOW13 [CON8706]Oracle Multitenant meets Oracle RAC 12c OOW13 [CON8706]
Oracle Multitenant meets Oracle RAC 12c OOW13 [CON8706]Markus Michalewicz
 
Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...
Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...
Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...Sandesh Rao
 
Consolidate and prepare for cloud efficiencies
Consolidate and prepare for cloud efficienciesConsolidate and prepare for cloud efficiencies
Consolidate and prepare for cloud efficienciesDLT Solutions
 
Lift and shift to sparc cloud
Lift and shift to sparc cloudLift and shift to sparc cloud
Lift and shift to sparc cloudRiccardo Romani
 
gDBClone - Database Clone “onecommand Automation Tool”
gDBClone - Database Clone “onecommand Automation Tool”gDBClone - Database Clone “onecommand Automation Tool”
gDBClone - Database Clone “onecommand Automation Tool”Ruggero Citton
 
WLS12c_NewFeatures_Basics
WLS12c_NewFeatures_BasicsWLS12c_NewFeatures_Basics
WLS12c_NewFeatures_BasicsSudhesh Pnair
 
Optimize and Simplify Oracle 12C RAC using dNFS, ZFS and OISP
Optimize and Simplify Oracle 12C RAC using dNFS, ZFS and OISPOptimize and Simplify Oracle 12C RAC using dNFS, ZFS and OISP
Optimize and Simplify Oracle 12C RAC using dNFS, ZFS and OISPSecure-24
 
The Top 5 Reasons to Deploy Your Applications on Oracle RAC
The Top 5 Reasons to Deploy Your Applications on Oracle RACThe Top 5 Reasons to Deploy Your Applications on Oracle RAC
The Top 5 Reasons to Deploy Your Applications on Oracle RACMarkus Michalewicz
 
New availability features in oracle rac 12c release 2 anair ss
New availability features in oracle rac 12c release 2 anair   ssNew availability features in oracle rac 12c release 2 anair   ss
New availability features in oracle rac 12c release 2 anair ssAnil Nair
 
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 r1Voeurng Sovann
 
AIOUG-GroundBreakers-Jul 2019 - 19c RAC
AIOUG-GroundBreakers-Jul 2019 - 19c RACAIOUG-GroundBreakers-Jul 2019 - 19c RAC
AIOUG-GroundBreakers-Jul 2019 - 19c RACSandesh Rao
 
Enable oracle database vault
Enable oracle database vaultEnable oracle database vault
Enable oracle database vaultOsama Mustafa
 
MySQL Webinar 2/4 Performance tuning, hardware, optimisation
MySQL Webinar 2/4 Performance tuning, hardware, optimisationMySQL Webinar 2/4 Performance tuning, hardware, optimisation
MySQL Webinar 2/4 Performance tuning, hardware, optimisationMark Swarbrick
 

Ähnlich wie Oracle RAC 12c Best Practices Sanger OOW13 [CON8805] (20)

How oracle 12c flexes its muscles against oracle 11g r2 final
How oracle 12c flexes its muscles against oracle 11g r2 finalHow oracle 12c flexes its muscles against oracle 11g r2 final
How oracle 12c flexes its muscles against oracle 11g r2 final
 
Presentation Template - NCOAUG Conference Presentation - 16 9
Presentation Template - NCOAUG Conference Presentation - 16 9Presentation Template - NCOAUG Conference Presentation - 16 9
Presentation Template - NCOAUG Conference Presentation - 16 9
 
Oracle Extended Clusters for Oracle RAC
Oracle Extended Clusters for Oracle RACOracle Extended Clusters for Oracle RAC
Oracle Extended Clusters for Oracle RAC
 
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - 19c RAC
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - 19c RACAUSOUG - NZOUG-GroundBreakers-Jun 2019 - 19c RAC
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - 19c RAC
 
Unleash oracle 12c performance with cisco ucs
Unleash oracle 12c performance with cisco ucsUnleash oracle 12c performance with cisco ucs
Unleash oracle 12c performance with cisco ucs
 
Oracle Multitenant meets Oracle RAC 12c OOW13 [CON8706]
Oracle Multitenant meets Oracle RAC 12c OOW13 [CON8706]Oracle Multitenant meets Oracle RAC 12c OOW13 [CON8706]
Oracle Multitenant meets Oracle RAC 12c OOW13 [CON8706]
 
Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...
Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...
Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...
 
Consolidate and prepare for cloud efficiencies
Consolidate and prepare for cloud efficienciesConsolidate and prepare for cloud efficiencies
Consolidate and prepare for cloud efficiencies
 
Oracle Database 12c : Multitenant
Oracle Database 12c : MultitenantOracle Database 12c : Multitenant
Oracle Database 12c : Multitenant
 
Lift and shift to sparc cloud
Lift and shift to sparc cloudLift and shift to sparc cloud
Lift and shift to sparc cloud
 
gDBClone - Database Clone “onecommand Automation Tool”
gDBClone - Database Clone “onecommand Automation Tool”gDBClone - Database Clone “onecommand Automation Tool”
gDBClone - Database Clone “onecommand Automation Tool”
 
WLS12c_NewFeatures_Basics
WLS12c_NewFeatures_BasicsWLS12c_NewFeatures_Basics
WLS12c_NewFeatures_Basics
 
Optimize and Simplify Oracle 12C RAC using dNFS, ZFS and OISP
Optimize and Simplify Oracle 12C RAC using dNFS, ZFS and OISPOptimize and Simplify Oracle 12C RAC using dNFS, ZFS and OISP
Optimize and Simplify Oracle 12C RAC using dNFS, ZFS and OISP
 
The Top 5 Reasons to Deploy Your Applications on Oracle RAC
The Top 5 Reasons to Deploy Your Applications on Oracle RACThe Top 5 Reasons to Deploy Your Applications on Oracle RAC
The Top 5 Reasons to Deploy Your Applications on Oracle RAC
 
New availability features in oracle rac 12c release 2 anair ss
New availability features in oracle rac 12c release 2 anair   ssNew availability features in oracle rac 12c release 2 anair   ss
New availability features in oracle rac 12c release 2 anair ss
 
Eci sparc
Eci sparcEci sparc
Eci sparc
 
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
 
AIOUG-GroundBreakers-Jul 2019 - 19c RAC
AIOUG-GroundBreakers-Jul 2019 - 19c RACAIOUG-GroundBreakers-Jul 2019 - 19c RAC
AIOUG-GroundBreakers-Jul 2019 - 19c RAC
 
Enable oracle database vault
Enable oracle database vaultEnable oracle database vault
Enable oracle database vault
 
MySQL Webinar 2/4 Performance tuning, hardware, optimisation
MySQL Webinar 2/4 Performance tuning, hardware, optimisationMySQL Webinar 2/4 Performance tuning, hardware, optimisation
MySQL Webinar 2/4 Performance tuning, hardware, optimisation
 

Mehr von Markus Michalewicz

Achieving Continuous Availability for Your Applications with Oracle MAA
Achieving Continuous Availability for Your Applications with Oracle MAAAchieving Continuous Availability for Your Applications with Oracle MAA
Achieving Continuous Availability for Your Applications with Oracle MAAMarkus Michalewicz
 
"It can always get worse!" – Lessons Learned in over 20 years working with Or...
"It can always get worse!" – Lessons Learned in over 20 years working with Or..."It can always get worse!" – Lessons Learned in over 20 years working with Or...
"It can always get worse!" – Lessons Learned in over 20 years working with Or...Markus Michalewicz
 
Oracle RAC Virtualized - In VMs, in Containers, On-premises, and in the Cloud
Oracle RAC Virtualized - In VMs, in Containers, On-premises, and in the CloudOracle RAC Virtualized - In VMs, in Containers, On-premises, and in the Cloud
Oracle RAC Virtualized - In VMs, in Containers, On-premises, and in the CloudMarkus Michalewicz
 
HA, Scalability, DR & MAA in Oracle Database 21c - Overview
HA, Scalability, DR & MAA in Oracle Database 21c - OverviewHA, Scalability, DR & MAA in Oracle Database 21c - Overview
HA, Scalability, DR & MAA in Oracle Database 21c - OverviewMarkus Michalewicz
 
Oracle Cloud is Best for Oracle Database - High Availability
Oracle Cloud is Best for Oracle Database - High AvailabilityOracle Cloud is Best for Oracle Database - High Availability
Oracle Cloud is Best for Oracle Database - High AvailabilityMarkus Michalewicz
 
Oracle Database – Mission Critical
Oracle Database – Mission CriticalOracle Database – Mission Critical
Oracle Database – Mission CriticalMarkus Michalewicz
 
Standard Edition High Availability (SEHA) - The Why, What & How
Standard Edition High Availability (SEHA) - The Why, What & HowStandard Edition High Availability (SEHA) - The Why, What & How
Standard Edition High Availability (SEHA) - The Why, What & HowMarkus Michalewicz
 
"Changing Role of the DBA" Skills to Have, to Obtain & to Nurture - Updated 2...
"Changing Role of the DBA" Skills to Have, to Obtain & to Nurture - Updated 2..."Changing Role of the DBA" Skills to Have, to Obtain & to Nurture - Updated 2...
"Changing Role of the DBA" Skills to Have, to Obtain & to Nurture - Updated 2...Markus Michalewicz
 
Oracle RAC 19c and Later - Best Practices #OOWLON
Oracle RAC 19c and Later - Best Practices #OOWLONOracle RAC 19c and Later - Best Practices #OOWLON
Oracle RAC 19c and Later - Best Practices #OOWLONMarkus Michalewicz
 
MAA for Oracle Database, Exadata and the Cloud
MAA for Oracle Database, Exadata and the CloudMAA for Oracle Database, Exadata and the Cloud
MAA for Oracle Database, Exadata and the CloudMarkus Michalewicz
 
(Oracle) DBA and Other Skills Needed in 2020
(Oracle) DBA and Other Skills Needed in 2020(Oracle) DBA and Other Skills Needed in 2020
(Oracle) DBA and Other Skills Needed in 2020Markus Michalewicz
 
Make Your Application “Oracle RAC Ready” & Test For It
Make Your Application “Oracle RAC Ready” & Test For ItMake Your Application “Oracle RAC Ready” & Test For It
Make Your Application “Oracle RAC Ready” & Test For ItMarkus Michalewicz
 
MAA Best Practices for Oracle Database 19c
MAA Best Practices for Oracle Database 19cMAA Best Practices for Oracle Database 19c
MAA Best Practices for Oracle Database 19cMarkus Michalewicz
 
Best Practices for the Most Impactful Oracle Database 18c and 19c Features
Best Practices for the Most Impactful Oracle Database 18c and 19c FeaturesBest Practices for the Most Impactful Oracle Database 18c and 19c Features
Best Practices for the Most Impactful Oracle Database 18c and 19c FeaturesMarkus Michalewicz
 
AskTom: How to Make and Test Your Application "Oracle RAC Ready"?
AskTom: How to Make and Test Your Application "Oracle RAC Ready"?AskTom: How to Make and Test Your Application "Oracle RAC Ready"?
AskTom: How to Make and Test Your Application "Oracle RAC Ready"?Markus Michalewicz
 
Oracle Database Availability & Scalability Across Versions & Editions
Oracle Database Availability & Scalability Across Versions & EditionsOracle Database Availability & Scalability Across Versions & Editions
Oracle Database Availability & Scalability Across Versions & EditionsMarkus Michalewicz
 
Oracle RAC 19c - the Basis for the Autonomous Database
Oracle RAC 19c - the Basis for the Autonomous DatabaseOracle RAC 19c - the Basis for the Autonomous Database
Oracle RAC 19c - the Basis for the Autonomous DatabaseMarkus Michalewicz
 
From HA to Maximum Availability - A Holistic Historical Discussion
From HA to Maximum Availability - A Holistic Historical DiscussionFrom HA to Maximum Availability - A Holistic Historical Discussion
From HA to Maximum Availability - A Holistic Historical DiscussionMarkus Michalewicz
 

Mehr von Markus Michalewicz (20)

Achieving Continuous Availability for Your Applications with Oracle MAA
Achieving Continuous Availability for Your Applications with Oracle MAAAchieving Continuous Availability for Your Applications with Oracle MAA
Achieving Continuous Availability for Your Applications with Oracle MAA
 
"It can always get worse!" – Lessons Learned in over 20 years working with Or...
"It can always get worse!" – Lessons Learned in over 20 years working with Or..."It can always get worse!" – Lessons Learned in over 20 years working with Or...
"It can always get worse!" – Lessons Learned in over 20 years working with Or...
 
Oracle RAC Virtualized - In VMs, in Containers, On-premises, and in the Cloud
Oracle RAC Virtualized - In VMs, in Containers, On-premises, and in the CloudOracle RAC Virtualized - In VMs, in Containers, On-premises, and in the Cloud
Oracle RAC Virtualized - In VMs, in Containers, On-premises, and in the Cloud
 
HA, Scalability, DR & MAA in Oracle Database 21c - Overview
HA, Scalability, DR & MAA in Oracle Database 21c - OverviewHA, Scalability, DR & MAA in Oracle Database 21c - Overview
HA, Scalability, DR & MAA in Oracle Database 21c - Overview
 
Oracle Cloud is Best for Oracle Database - High Availability
Oracle Cloud is Best for Oracle Database - High AvailabilityOracle Cloud is Best for Oracle Database - High Availability
Oracle Cloud is Best for Oracle Database - High Availability
 
Oracle Database – Mission Critical
Oracle Database – Mission CriticalOracle Database – Mission Critical
Oracle Database – Mission Critical
 
2020 – A Decade of Change
2020 – A Decade of Change2020 – A Decade of Change
2020 – A Decade of Change
 
Standard Edition High Availability (SEHA) - The Why, What & How
Standard Edition High Availability (SEHA) - The Why, What & HowStandard Edition High Availability (SEHA) - The Why, What & How
Standard Edition High Availability (SEHA) - The Why, What & How
 
Why Use an Oracle Database?
Why Use an Oracle Database?Why Use an Oracle Database?
Why Use an Oracle Database?
 
"Changing Role of the DBA" Skills to Have, to Obtain & to Nurture - Updated 2...
"Changing Role of the DBA" Skills to Have, to Obtain & to Nurture - Updated 2..."Changing Role of the DBA" Skills to Have, to Obtain & to Nurture - Updated 2...
"Changing Role of the DBA" Skills to Have, to Obtain & to Nurture - Updated 2...
 
Oracle RAC 19c and Later - Best Practices #OOWLON
Oracle RAC 19c and Later - Best Practices #OOWLONOracle RAC 19c and Later - Best Practices #OOWLON
Oracle RAC 19c and Later - Best Practices #OOWLON
 
MAA for Oracle Database, Exadata and the Cloud
MAA for Oracle Database, Exadata and the CloudMAA for Oracle Database, Exadata and the Cloud
MAA for Oracle Database, Exadata and the Cloud
 
(Oracle) DBA and Other Skills Needed in 2020
(Oracle) DBA and Other Skills Needed in 2020(Oracle) DBA and Other Skills Needed in 2020
(Oracle) DBA and Other Skills Needed in 2020
 
Make Your Application “Oracle RAC Ready” & Test For It
Make Your Application “Oracle RAC Ready” & Test For ItMake Your Application “Oracle RAC Ready” & Test For It
Make Your Application “Oracle RAC Ready” & Test For It
 
MAA Best Practices for Oracle Database 19c
MAA Best Practices for Oracle Database 19cMAA Best Practices for Oracle Database 19c
MAA Best Practices for Oracle Database 19c
 
Best Practices for the Most Impactful Oracle Database 18c and 19c Features
Best Practices for the Most Impactful Oracle Database 18c and 19c FeaturesBest Practices for the Most Impactful Oracle Database 18c and 19c Features
Best Practices for the Most Impactful Oracle Database 18c and 19c Features
 
AskTom: How to Make and Test Your Application "Oracle RAC Ready"?
AskTom: How to Make and Test Your Application "Oracle RAC Ready"?AskTom: How to Make and Test Your Application "Oracle RAC Ready"?
AskTom: How to Make and Test Your Application "Oracle RAC Ready"?
 
Oracle Database Availability & Scalability Across Versions & Editions
Oracle Database Availability & Scalability Across Versions & EditionsOracle Database Availability & Scalability Across Versions & Editions
Oracle Database Availability & Scalability Across Versions & Editions
 
Oracle RAC 19c - the Basis for the Autonomous Database
Oracle RAC 19c - the Basis for the Autonomous DatabaseOracle RAC 19c - the Basis for the Autonomous Database
Oracle RAC 19c - the Basis for the Autonomous Database
 
From HA to Maximum Availability - A Holistic Historical Discussion
From HA to Maximum Availability - A Holistic Historical DiscussionFrom HA to Maximum Availability - A Holistic Historical Discussion
From HA to Maximum Availability - A Holistic Historical Discussion
 

Kürzlich hochgeladen

Economic Risk Factor Update: April 2024 [SlideShare]
Economic Risk Factor Update: April 2024 [SlideShare]Economic Risk Factor Update: April 2024 [SlideShare]
Economic Risk Factor Update: April 2024 [SlideShare]Commonwealth
 
PMFBY , Pradhan Mantri Fasal bima yojna
PMFBY , Pradhan Mantri  Fasal bima yojnaPMFBY , Pradhan Mantri  Fasal bima yojna
PMFBY , Pradhan Mantri Fasal bima yojnaDharmendra Kumar
 
2024 Q1 Crypto Industry Report | CoinGecko
2024 Q1 Crypto Industry Report | CoinGecko2024 Q1 Crypto Industry Report | CoinGecko
2024 Q1 Crypto Industry Report | CoinGeckoCoinGecko
 
Uae-NO1 Rohani Amil In Islamabad Amil Baba in Rawalpindi Kala Jadu Amil In Ra...
Uae-NO1 Rohani Amil In Islamabad Amil Baba in Rawalpindi Kala Jadu Amil In Ra...Uae-NO1 Rohani Amil In Islamabad Amil Baba in Rawalpindi Kala Jadu Amil In Ra...
Uae-NO1 Rohani Amil In Islamabad Amil Baba in Rawalpindi Kala Jadu Amil In Ra...Amil baba
 
Banking: Commercial and Central Banking.pptx
Banking: Commercial and Central Banking.pptxBanking: Commercial and Central Banking.pptx
Banking: Commercial and Central Banking.pptxANTHONYAKINYOSOYE1
 
Liquidity Decisions in Financial management
Liquidity Decisions in Financial managementLiquidity Decisions in Financial management
Liquidity Decisions in Financial managementshrutisingh143670
 
Stock Market Brief Deck FOR 4/17 video.pdf
Stock Market Brief Deck FOR 4/17 video.pdfStock Market Brief Deck FOR 4/17 video.pdf
Stock Market Brief Deck FOR 4/17 video.pdfMichael Silva
 
Market Morning Updates for 16th April 2024
Market Morning Updates for 16th April 2024Market Morning Updates for 16th April 2024
Market Morning Updates for 16th April 2024Devarsh Vakil
 
Uae-NO1 Kala Jadu specialist Expert in Pakistan kala ilam specialist Expert i...
Uae-NO1 Kala Jadu specialist Expert in Pakistan kala ilam specialist Expert i...Uae-NO1 Kala Jadu specialist Expert in Pakistan kala ilam specialist Expert i...
Uae-NO1 Kala Jadu specialist Expert in Pakistan kala ilam specialist Expert i...Amil baba
 
Global Economic Outlook, 2024 - Scholaride Consulting
Global Economic Outlook, 2024 - Scholaride ConsultingGlobal Economic Outlook, 2024 - Scholaride Consulting
Global Economic Outlook, 2024 - Scholaride Consultingswastiknandyofficial
 
Gender and caste discrimination in india
Gender and caste discrimination in indiaGender and caste discrimination in india
Gender and caste discrimination in indiavandanasingh01072003
 
2024-04-09 - Pension Playpen roundtable - slides.pptx
2024-04-09 - Pension Playpen roundtable - slides.pptx2024-04-09 - Pension Playpen roundtable - slides.pptx
2024-04-09 - Pension Playpen roundtable - slides.pptxHenry Tapper
 
Financial Preparation for Millennia.pptx
Financial Preparation for Millennia.pptxFinancial Preparation for Millennia.pptx
Financial Preparation for Millennia.pptxsimon978302
 
Money Forward Integrated Report “Forward Map” 2024
Money Forward Integrated Report “Forward Map” 2024Money Forward Integrated Report “Forward Map” 2024
Money Forward Integrated Report “Forward Map” 2024Money Forward
 
NO1 Certified Black Magic Specialist Expert In Bahawalpur, Sargodha, Sialkot,...
NO1 Certified Black Magic Specialist Expert In Bahawalpur, Sargodha, Sialkot,...NO1 Certified Black Magic Specialist Expert In Bahawalpur, Sargodha, Sialkot,...
NO1 Certified Black Magic Specialist Expert In Bahawalpur, Sargodha, Sialkot,...Amil baba
 
Guard Your Investments- Corporate Defaults Alarm.pdf
Guard Your Investments- Corporate Defaults Alarm.pdfGuard Your Investments- Corporate Defaults Alarm.pdf
Guard Your Investments- Corporate Defaults Alarm.pdfJasper Colin
 
The AES Investment Code - the go-to counsel for the most well-informed, wise...
The AES Investment Code -  the go-to counsel for the most well-informed, wise...The AES Investment Code -  the go-to counsel for the most well-informed, wise...
The AES Investment Code - the go-to counsel for the most well-informed, wise...AES International
 
Unit 4.1 financial markets operations .pdf
Unit 4.1 financial markets operations .pdfUnit 4.1 financial markets operations .pdf
Unit 4.1 financial markets operations .pdfSatyamSinghParihar2
 
Introduction to Health Economics Dr. R. Kurinji Malar.pptx
Introduction to Health Economics Dr. R. Kurinji Malar.pptxIntroduction to Health Economics Dr. R. Kurinji Malar.pptx
Introduction to Health Economics Dr. R. Kurinji Malar.pptxDrRkurinjiMalarkurin
 
Uae-NO1 Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...
Uae-NO1 Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...Uae-NO1 Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...
Uae-NO1 Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...Amil baba
 

Kürzlich hochgeladen (20)

Economic Risk Factor Update: April 2024 [SlideShare]
Economic Risk Factor Update: April 2024 [SlideShare]Economic Risk Factor Update: April 2024 [SlideShare]
Economic Risk Factor Update: April 2024 [SlideShare]
 
PMFBY , Pradhan Mantri Fasal bima yojna
PMFBY , Pradhan Mantri  Fasal bima yojnaPMFBY , Pradhan Mantri  Fasal bima yojna
PMFBY , Pradhan Mantri Fasal bima yojna
 
2024 Q1 Crypto Industry Report | CoinGecko
2024 Q1 Crypto Industry Report | CoinGecko2024 Q1 Crypto Industry Report | CoinGecko
2024 Q1 Crypto Industry Report | CoinGecko
 
Uae-NO1 Rohani Amil In Islamabad Amil Baba in Rawalpindi Kala Jadu Amil In Ra...
Uae-NO1 Rohani Amil In Islamabad Amil Baba in Rawalpindi Kala Jadu Amil In Ra...Uae-NO1 Rohani Amil In Islamabad Amil Baba in Rawalpindi Kala Jadu Amil In Ra...
Uae-NO1 Rohani Amil In Islamabad Amil Baba in Rawalpindi Kala Jadu Amil In Ra...
 
Banking: Commercial and Central Banking.pptx
Banking: Commercial and Central Banking.pptxBanking: Commercial and Central Banking.pptx
Banking: Commercial and Central Banking.pptx
 
Liquidity Decisions in Financial management
Liquidity Decisions in Financial managementLiquidity Decisions in Financial management
Liquidity Decisions in Financial management
 
Stock Market Brief Deck FOR 4/17 video.pdf
Stock Market Brief Deck FOR 4/17 video.pdfStock Market Brief Deck FOR 4/17 video.pdf
Stock Market Brief Deck FOR 4/17 video.pdf
 
Market Morning Updates for 16th April 2024
Market Morning Updates for 16th April 2024Market Morning Updates for 16th April 2024
Market Morning Updates for 16th April 2024
 
Uae-NO1 Kala Jadu specialist Expert in Pakistan kala ilam specialist Expert i...
Uae-NO1 Kala Jadu specialist Expert in Pakistan kala ilam specialist Expert i...Uae-NO1 Kala Jadu specialist Expert in Pakistan kala ilam specialist Expert i...
Uae-NO1 Kala Jadu specialist Expert in Pakistan kala ilam specialist Expert i...
 
Global Economic Outlook, 2024 - Scholaride Consulting
Global Economic Outlook, 2024 - Scholaride ConsultingGlobal Economic Outlook, 2024 - Scholaride Consulting
Global Economic Outlook, 2024 - Scholaride Consulting
 
Gender and caste discrimination in india
Gender and caste discrimination in indiaGender and caste discrimination in india
Gender and caste discrimination in india
 
2024-04-09 - Pension Playpen roundtable - slides.pptx
2024-04-09 - Pension Playpen roundtable - slides.pptx2024-04-09 - Pension Playpen roundtable - slides.pptx
2024-04-09 - Pension Playpen roundtable - slides.pptx
 
Financial Preparation for Millennia.pptx
Financial Preparation for Millennia.pptxFinancial Preparation for Millennia.pptx
Financial Preparation for Millennia.pptx
 
Money Forward Integrated Report “Forward Map” 2024
Money Forward Integrated Report “Forward Map” 2024Money Forward Integrated Report “Forward Map” 2024
Money Forward Integrated Report “Forward Map” 2024
 
NO1 Certified Black Magic Specialist Expert In Bahawalpur, Sargodha, Sialkot,...
NO1 Certified Black Magic Specialist Expert In Bahawalpur, Sargodha, Sialkot,...NO1 Certified Black Magic Specialist Expert In Bahawalpur, Sargodha, Sialkot,...
NO1 Certified Black Magic Specialist Expert In Bahawalpur, Sargodha, Sialkot,...
 
Guard Your Investments- Corporate Defaults Alarm.pdf
Guard Your Investments- Corporate Defaults Alarm.pdfGuard Your Investments- Corporate Defaults Alarm.pdf
Guard Your Investments- Corporate Defaults Alarm.pdf
 
The AES Investment Code - the go-to counsel for the most well-informed, wise...
The AES Investment Code -  the go-to counsel for the most well-informed, wise...The AES Investment Code -  the go-to counsel for the most well-informed, wise...
The AES Investment Code - the go-to counsel for the most well-informed, wise...
 
Unit 4.1 financial markets operations .pdf
Unit 4.1 financial markets operations .pdfUnit 4.1 financial markets operations .pdf
Unit 4.1 financial markets operations .pdf
 
Introduction to Health Economics Dr. R. Kurinji Malar.pptx
Introduction to Health Economics Dr. R. Kurinji Malar.pptxIntroduction to Health Economics Dr. R. Kurinji Malar.pptx
Introduction to Health Economics Dr. R. Kurinji Malar.pptx
 
Uae-NO1 Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...
Uae-NO1 Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...Uae-NO1 Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...
Uae-NO1 Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...
 

Oracle RAC 12c Best Practices Sanger OOW13 [CON8805]

  • 1. 9/30/13& 1& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.1 Oracle Real Application Clusters (RAC) 12c Best Practices Markus Michalewicz, Director of Product Management, Oracle Real Application Clusters Kalyan Kallepally, Principal Database Administrator, Wellcome Trust Sanger Institute
  • 2. 9/30/13& 2& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.3 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle. Copyright © 2013, Oracle and/or its affiliates. All rights reserved.4 Agenda !  Oracle RAC 12c and Standardization !  Preparation of the Servers for Oracle RAC 12c !  Installation of Oracle Grid Infrastructure 12c !  Installation of the Oracle Database Home !  Oracle (RAC) Database Creation using DBCA !  Post-install Steps and Configuration !  Customer Example: Wellcome Trust Sanger Institute !  Summary and Q&A
  • 3. 9/30/13& 3& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.5 Standardize on Clusters Clusters increase scalability and HA regardless of DB types used later Oracle GI Oracle GI Oracle GI for a Cluster Oracle GI for a Cluster High Availability Scalability License Costs Oracle GI Standalone Oracle GI Re-configuration to enable cluster MOS note: 1584742.1 Support Impact of the Deprecation Announcement of Oracle Restart with Oracle Database 12c Copyright © 2013, Oracle and/or its affiliates. All rights reserved.6 Standardize on Oracle RAC For all the flexibility you need Oracle GIDBA DBA Oracle GIDBA DBA DBA Oracle RAC One Node Oracle RAC Flexibility Scalability Online upgrade DBA Oracle Restart Oracle GI Online (rolling) Patch and PSU Application
  • 4. 9/30/13& 4& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.7 Standardize on Oracle RAC and Oracle Multitenant The new standard for Oracle Database Consolidation Oracle GI Oracle RAC One Node Consolidation Agility Oracle GI Oracle RAC Copyright © 2013, Oracle and/or its affiliates. All rights reserved.8 Preparation of the Servers !  Setup of the Servers include: –  Setting up network connections !  Public and private with switch –  Setting up shared storage for all servers !  Shared storage required –  Setting up the OS image – here OL 6.4 !  Suggestion: –  Use cloning to deploy OS images fastervixencomet dancerdasher OS OL 6.4 OS OL 6.4 OS OL 6.4OS OL 6.4 OS image setup and more
  • 5. 9/30/13& 5& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.9 Preparation of the Servers !  Recommendations: –  Use OL 6.4+ UEK –  Use the Oracle preinstall package !  Available for –  Oracle Database 11g Rel. 2 –  Oracle Database 12c Rel. 1 –  Additional steps to perform after using the pre-install package for an Oracle RAC cluster: !  Add a “grid” user & “dba” group !  Align UIDs / GUIDs across servers !  Set SELinux to “permissive”, if possible !  Check large / huge pages settings Kernel and Oracle preinstall package [root@dasher ~]# uname –a Linux dasher 2.6.39-400.17.1.el6uek.x86_64 #1 SMP Fri Feb 22 18:16:18 PST 2013 x86_64 x86_64 x86_64 GNU/Linux #Get the pre-install package [root@dasher Desktop]# yum list oracle-* oracle-rdbms-server-11gR2-preinstall.x86_64 1.0-7.el6 ol6_latest oracle-rdbms-server-12cR1-preinstall.x86_64 1.0-8.el6 ol6_latest Copyright © 2013, Oracle and/or its affiliates. All rights reserved.10 Install Oracle Grid Infrastructure 12c What is the default when keeping the preselection in steps 1-4…? !  GI for a Cluster Installation !  Standard Cluster !  Typical Installation
  • 6. 9/30/13& 6& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.11 Install Oracle Grid Infrastructure 12c Step 3: Double-check the cluster topology to deploy! Copyright © 2013, Oracle and/or its affiliates. All rights reserved.12 Oracle Flex Cluster The new standard for resource management in the cluster DBA DBA DBA DBB DBB Hub Nodes Leaf Nodes !  Oracle Flex Cluster: –  The new standard for flexible resource management in the cluster !  Use it as demand requires it !  Inherits all Flex ASM HA capabilities !  Will support more use cases in future –  Efficient High Availability and resource management across tiers !  Lightweight cluster stack on leaf nodes –  Benefit from virtualization and physical deployments in one cluster
  • 7. 9/30/13& 7& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.13 Install Oracle Grid Infrastructure 12c For now, “Standard Cluster” is the default given the preselection !  Oracle Flex Cluster –  Can consist of only HUB-nodes !  If a Leaf-node has access to shared storage, it can perform a role change to a HUB-node –  A Standard Cluster can be converted to a Flex Cluster at any time after the installation !  Once a cluster is configured as a Flex Cluster this configuration is irreversible without a re- configuration of the cluster. !  Recommendation: –  An all-HUB-node Flex Cluster behaves the same as a Standard Cluster using Flex ASM. –  Either can be used, but if in doubt, you can choose standard Cluster and convert later. Copyright © 2013, Oracle and/or its affiliates. All rights reserved.14 Install Oracle Grid Infrastructure 12c Step 4: Do not accept the default – choose “Advanced Installation” !  Typical Installation –  Does not provide an option to use “Flex ASM” –  Does not provide an option to create the “Mgmt DB / Grid Infrastructure Management Repository” !  Enhancement Requests for later releases have been filed already !  Advanced Option –  Recommended for all configurations
  • 8. 9/30/13& 8& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.15 Install Oracle Grid Infrastructure 12c “Advanced Installation” – SCAN & GNS requirement !  Recommendations: –  SCAN remains to be required for the cluster –  Choose cluster-specific unique SCAN names –  OUI will try to enforce it as much as possible !  http://www.oracle.com/technetwork/products/ clustering/overview/scan-129069.pdf –  Choose “Configure GNS” if: !  You want to use dynamic IP management (DHCP assigned / IPv6 Stateless Address Autoconfiguration) for client connectivity –  In this case, GNS requirements remain as with previous version for standard cluster Copyright © 2013, Oracle and/or its affiliates. All rights reserved.16 Install Oracle Grid Infrastructure 12c “Advanced Installation” – Network Interface Usage !  Recommendations: –  Use “Redundant Interconnect Usage” feature !  Bonding can be used underneath if required !  MOS notes explain further configuration – e.g.: –  MOS note 1210883.1 - 11gR2 Grid Infrastructure Redundant Interconnect and ora.cluster_interconnect.haip • It is recommended to align the ASM network with the private interconnect. • Using different subnets for the private interconnect is required.
  • 9. 9/30/13& 9& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.17 Install Oracle Grid Infrastructure 12c “Advanced Installation” – Grid Infrastructure Management Repository !  Grid Infrastructure Management Repository (GIMR) –  A Single Instance Oracle Database 12c –  It will be installed on one of the nodes !  It is managed as a failover database –  It contains the Cluster Health Monitor (CHM) data –  It is stored in the first ASM disk group created –  As part of the configuration, Quality of Service Management (QoS) required resources are added to the cluster configuration (e.g. OC4J) !  Recommendation: configure the GIMR! Copyright © 2013, Oracle and/or its affiliates. All rights reserved.18 Install Oracle Grid Infrastructure 12c “Advanced Installation” – Storage Options !  For Standard Cluster Installations three storage options are available: 1.  Standard ASM !  ASM configuration as known from previous releases 2.  Oracle Flex ASM !  Recommended option available with Oracle Grid Infrastructure 12c –  Flex Cluster requires Flex ASM 3.  Shared File System !  Alternative
  • 10. 9/30/13& 10& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.19 Oracle ASM 12c – Overview Oracle ASM 12c Standard Deployment ASM Cluster Pool of Storage Disk Group BDisk Group AShared Disk Groups Wide File Striping One to One Mapping of ASM Instances to Servers ASM Instance Database Instance ASM Disk RAC Cluster Node4Node3Node2Node1 Node5ASM ASM ASM ASM ASM ASM Instance Database Instance DBA DBA DBCDBB DBBDBB Copyright © 2013, Oracle and/or its affiliates. All rights reserved.20 Introducing Oracle Flex ASM Removal of One to One Mapping and HA ASM Cluster Pool of Storage Disk Group BDisk Group AShared Disk Groups Wide File Striping Databases share ASM instances ASM Instance Database Instance ASM Disk RAC Cluster Node5Node4Node3Node2Node1 Node5 runs as ASM Client to Node4 Node1 runs as ASM Client to Node2 Node1 runs as ASM Client to Node4 Node2 runs as ASM Client to Node3 ASM ASM ASM ASM Instance DBA DBA DBCDBB DBBDBB
  • 11. 9/30/13& 11& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.21 Install Oracle Grid Infrastructure 12c Use Oracle Flex ASM for storage !  Recommendations: –  Use Oracle Flex ASM for storage !  For better HA of database instances !  Reserve per-node spare memory [GRID]> ps -ef |grep pmon grid 3822 1 0 08:05 ? 00:00:00 asm_pmon_+ASM1 grid 4865 1 0 08:06 ? 00:00:00 mdb_pmon_-MGMTDB grid 9592 1 0 08:09 ? 00:00:00 apx_pmon_+APX1 grid 19114 19003 0 09:22 pts/0 00:00:00 grep pmon Copyright © 2013, Oracle and/or its affiliates. All rights reserved.22 Install Oracle Grid Infrastructure 12c “Advanced Installation” – Create ASM Disk Group !  Recommendations: –  Create Infrastructure Disk Group (DG) first !  Use it to host OCR / Voting Disk –  Choose Redundancy accordingly –  Normal (+) redundancy is recommended –  Create Data and FRA disk groups post installation and as required. !  Optional: Use it to host shared DB homes by creating an ACFS file system on top of it –  http://www.oracle.com/technetwork/products/cloud-storage/ oop-patching-of-acfs-shared-oh-1885763.pdf –  ADVM volumes can be of lower redundancy than the underlying DG
  • 12. 9/30/13& 12& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.23 Install Oracle Grid Infrastructure 12c “Advanced Installation” – Prerequisite Checks Part 1 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.24 Install Oracle Grid Infrastructure 12c “Advanced Installation” – Prerequisite Checks Part 2 Do fix later!
  • 13. 9/30/13& 13& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.25 Agenda !  Oracle RAC 12c and Standardization !  Preparation of the Servers for Oracle RAC 12c !  Installation of Oracle Grid Infrastructure 12c !  Installation of the Oracle Database Home !  Oracle (RAC) Database Creation using DBCA !  Post-install Steps and Configuration !  Customer Example: Wellcome Trust Sanger Institute !  Summary and Q&A Copyright © 2013, Oracle and/or its affiliates. All rights reserved.26 Install the Oracle Database Home Nothing special – just a quick walk through Not the default…
  • 14. 9/30/13& 14& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.27 Install the Oracle Database Home A few things to point out ACFS based shared home … Copyright © 2013, Oracle and/or its affiliates. All rights reserved.28 Before Creating Databases Create Server Pools and additional disk groups as required [GRID]$ srvctl add srvpool –serverpool backoffice –min 1 –max 2 –i 1 [GRID]$ srvctl add srvpool –serverpool frontoffice –min 1 –max 4 –i 2 Create additional disk groups as required.
  • 15. 9/30/13& 15& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.29 Agenda !  Oracle RAC 12c and Standardization !  Preparation of the Servers for Oracle RAC 12c !  Installation of Oracle Grid Infrastructure 12c !  Installation of the Oracle Database Home !  Oracle (RAC) Database Creation using DBCA !  Post-install Steps and Configuration !  Customer Example: Wellcome Trust Sanger Institute !  Summary and Q&A Copyright © 2013, Oracle and/or its affiliates. All rights reserved.30 Create an Oracle Database What is the default when keeping the preselection in steps 1-4…? !  Policy-managed !  Oracle RAC-based !  Non-CDB Database
  • 16. 9/30/13& 16& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.31 Create an Oracle RAC Database A few tips and tricks… Create an empty multitenant CDB. Copyright © 2013, Oracle and/or its affiliates. All rights reserved.32 Create an Oracle RAC Database A few tips and tricks… This is the default…, but not recommended !  Recommendations: –  Use a different disk group than the “database file location”-disk group as the Fast Recovery Area. –  Automatic Storage Management (ASM) recommendation remains unchanged !  Use it for any current production database !  New in Oracle Database 12c: ACFS can be used to host database files –  Use ACFS for database files, if you want to !  manage “all data” on a file system !  use advanced functionality such as
  • 17. 9/30/13& 17& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.33 Milestone What has been installed and configured so far? vixen srvpool: frontofficecomet srvpool: backoffice dancer srvpool: backofficedasher srvpool: frontoffice OS OL 6.4 OS OL 6.4 OS OL 6.4OS OL 6.4 Oracle GI for a cluster Oracle GI for a cluster Oracle GI for a clusterOracle GI for a cluster Oracle RAC Oracle RAC Oracle RACOracle RAC raccdb1 raccdb1_2 raccdb1_1 [RAC]> srvctl status database -d raccdb1 Instance raccdb1_1 is running on node comet Instance raccdb1_2 is running on node dancer [RAC]>srvctl status srvpool -serverpool backoffice -detail Server pool name: backoffice Active servers count: 2 Active server names: comet,dancer NAME=comet STATE=ONLINE NAME=dancer STATE=ONLINE [RAC]> srvctl status srvpool Server pool name: Free Active servers count: 0 Server pool name: Generic Active servers count: 0 Server pool name: backoffice Active servers count: 2 Server pool name: frontoffice Active servers count: 2 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.34 Create Pluggable Databases Create HR PDB on running instances vixen srvpool: frontofficecomet srvpool: backoffice dancer srvpool: backofficedasher srvpool: frontoffice Oracle GI for a cluster Oracle GI for a cluster Oracle GI for a clusterOracle GI for a cluster Oracle RAC Oracle RAC Oracle RACOracle RAC raccdb1 raccdb1_2 raccdb1_1 Create a PDB on a node that hosts a multintenant CDB instance
  • 18. 9/30/13& 18& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.35 Create Pluggable Databases Create CRM PDB on running instances vixen srvpool: frontofficecomet srvpool: backoffice dancer srvpool: backofficedasher srvpool: frontoffice Oracle GI for a cluster Oracle GI for a cluster Oracle GI for a clusterOracle GI for a cluster Oracle RAC Oracle RAC Oracle RACOracle RAC raccdb1 raccdb1_2 raccdb1_1 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.36 Agenda !  Oracle RAC 12c and Standardization !  Preparation of the Servers for Oracle RAC 12c !  Installation of Oracle Grid Infrastructure 12c !  Installation of the Oracle Database Home !  Oracle (RAC) Database Creation using DBCA !  Post-install Steps and Configuration !  Customer Example: Wellcome Trust Sanger Institute !  Summary and Q&A
  • 19. 9/30/13& 19& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.37 Post-Creation Steps Create services to balance the workload – part 1 vixen srvpool: frontofficecomet srvpool: backoffice dancer srvpool: backofficedasher srvpool: frontoffice Oracle GI for a cluster Oracle GI for a cluster Oracle GI for a clusterOracle GI for a cluster Oracle RAC Oracle RAC Oracle RACOracle RAC raccdb1 raccdb1_2 raccdb1_1 [RAC]> srvctl add service -d raccdb1 -s hrsvc -pdb hr - serverpool backoffice [RAC]> srvctl add service -d raccdb1 -s crmsvc -pdb crm - serverpool frontoffice [RAC]> srvctl start service -d raccdb1 -s hrsvc [RAC]> srvctl start service -d raccdb1 -s crmsvc !  Dynamic Database Services –  For easier management of multitenant CDBs –  For better workload management in the cluster Copyright © 2013, Oracle and/or its affiliates. All rights reserved.38 !  Pluggable Databases –  By default are in mount status after creation –  They need to be opened in either r/o or w/r –  Startup and distribution of Pluggable databases can be automated and optimized using services Post-Creation Steps Create services to balance the workload – part 2 vixen srvpool: frontofficecomet srvpool: backoffice dancer srvpool: backofficedasher srvpool: frontoffice Oracle GI for a cluster Oracle GI for a cluster Oracle GI for a clusterOracle GI for a cluster Oracle RAC Oracle RAC Oracle RACOracle RAC raccdb1 raccdb1_3 raccdb1_4 raccdb1_2 raccdb1_1 [RAC]> srvctl status database -d raccdb1 Instance raccdb1_1 is running on node comet Instance raccdb1_2 is running on node dancer Instance raccdb1_3 is running on node vixen Instance raccdb1_4 is running on node dasher [RAC]> srvctl status service -d raccdb1 Service crmsvc is running on nodes: vixen,dasher Service hrsvc is running on nodes: comet,dancer
  • 20. 9/30/13& 20& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.39 Post-Install Steps Check your environment regularly using CVU and RACcheck #CVU is run regularly by default [GRID]> srvctl status cvu CVU is enabled and running on node comet !  CVU is run regularly as part of the GI stack !  Use RACcheck - RAC Configuration Audit Tool –  For details see MOS note 1268927.1 –  New features in 2.2.2 include: !  Execution as the root user for sysadmin profile e.g. ./raccheck -profile sysadmin !  RACcheck daemon feature to automate execution of RACcheck non-interactively at predefined interval !  Support for Solaris Sparc 11 !  Upgrade best practices for 11.2.0.3, 11.2.0.4 and Oracle Database 12c !  Standard health check is now included in post upgrade More information attached Copyright © 2013, Oracle and/or its affiliates. All rights reserved.40 Post-Install Steps Monitor best practices notes and announcements !  RACcheck - RAC Configuration Audit Tool –  For details see MOS note 1268927.1 !  Great, but as any tool, RACcheck has a release cycle !  Best practices My Oracle Support (MOS) notes: –  MOS note 810394.1 - RAC and Oracle Clusterware Best Practices and Starter Kit (Platform Independent) !  MOS note 811306.1 - RAC and Oracle Clusterware Best Practices and Starter Kit (Linux) !  MOS note 811280.1 - RAC and Oracle Clusterware Best Practices and Starter Kit (Solaris) –  Note: Engineered Systems with the same OS will have additional recommendations !  MOS note 811271.1 - RAC and Oracle Clusterware Best Practices and Starter Kit (Windows) !  MOS note 811303.1 - RAC and Oracle Clusterware Best Practices and Starter Kit (HP-UX) !  MOS note 811293.1 - RAC and Oracle Clusterware Best Practices and Starter Kit (AIX) !  MOS note 1452965.2 – –  Information Center: Oracle Scalability Grid Infrastructure / Clusterware and Real Application Clusters (RAC)
  • 21. 9/30/13& 21& ! ! ! Oracle!Database!12c" at! Wellcome!Trust!Sanger!Ins7tute!(WTSI)! Oracle Open World - 2013 ! ! ! ! ! ! ! Kalyan!Kallepally! Principal!Database!Administrator! About!me! •  Working!as!Principal!Database!Administrator!at! –  Wellcome!Trust!Sanger!Ins7tute! •  12!years!of!experience!in!Oracle!(8E11gr2)! •  6!years!of!experience!in!MySQL,!SQL!Server!&!PostgreSQL! •  Ac7ve!member!in!12C!beta!tes7ng!program! •  Recently!started!blogging!! –  www.dbakalyan.wordpress.com! –  You!can!reach!me!on!dba_kkk@yahoo.co.uk! !
  • 22. 9/30/13& 22& ! !Wellcome!Trust!Sanger!Ins7tute! •  One!of!the!leading!and!most!published!genome!ins7tu7ons!in!the!world! •  Located!in!Hinxton,!south!of!Cambridge,!UK!!! •  Founded!in!1993!by!the!Wellcome!Trust!and!the!UK!Medical!Research!Council!(MRC)! •  Primarily!funded!by!the!Wellcome!Trust!! •  The!ins7tute!is!named!aZer!Dr!Fred!Sanger!–!The!double!Nobel!prizeEwinning!biochemist! •  Main!aim!is!to!ensure!scien7fic!data!is!freely!available! •  Responsible!for!the!comple7on!of!1/3!of!the!human!genome! ! Data!Centre!at!WTSI! •  1000m2!of!Datacentre!space!split!into!! 4!quadrants! •  Current!computa7onal!capacity!!E! 16.5K!cores!and!20PB!of!storage! •  24/7!reliability!with!DR!setup! ! •  Going!Green!ini7a7ve!–!Implemented!Virtualiza7on,!MAID!storage,!data! compression!using!algorithms!and!storage!solu7ons! •  Power!consump7on!constant!at!1.2MW!since!May!2009!despite!20!fold!data! storage!increase!
  • 23. 9/30/13& 23& WTSI!Oracle!Grid!Infrastructure!E!11gR2! •  Primary!Site! ! 2!X!4!Node!RAC!clusters! ! 2!Node!RAC!Cluster! ! Oracle!Restart!Nodes! ! •  DR!Site! ! 4!Node!RAC!cluster! ! Oracle!Restart! Cancer!Genome!Project!E!CGP! •  Sanger!Ins7tute!is!a!world!leader!in!using!DNA!! sequencing!to!iden7fy!muta7ons!that!causes!cancer.! •  Make!the!scien7fic!data!available!to!!the!world!! via!our!websites!24x7! •  Mul7ple!database!deployments!to!support!both!! laboratory!and!!research!websites!
  • 24. 9/30/13& 24& Dataguard 4 Node 4 Node WAN TRAFFIC Clients Dedicated Network Primary Site DR Site +ASM1 +ASM2 +ASM3 +ASM4 +ASM1 +ASM2 +ASM3 +ASM4 Cancer Genome Project - Current Oracle RAC / Grid Infra. Layout (11gR2) ! Current!Challenges!–!Cancer!Genome!Project! •  Databases!in!consolidated!environments!! compete!for!shared!compu7ng!resources!! "  CPU,!memory,!sessions,!parallel!execu7on!servers,!I/O! •  Provisioning!and!management!of!many!discrete!databases! "  Cloning! "  Managing!large!number!of!standbys!for!HA! "  Backups! •  Patching!and!upgrading!Oracle!database/soZware!binaries! "  Many!dependencies!!
  • 25. 9/30/13& 25& 4 Node WAN TRAFFIC Clients Primary Site +ASM1 +ASM2 +ASM3 +ASM4 &Loss!of!Service! •  If!ASM!on!any!node!fails! •  Database!service!is!down! •  Not!easy!to! •  Patch/Upgrade! •  Move/Clone!Databases! •  Non!Commijed!Transac7ons! •  Captured!&!replayed! Current Challenges – Oracle RAC 11gR2 Op7mal!Solu7ons!to!our!Current!Challenges! (Sanger!Projects)!! ! Oracle!Database!12c!New!Features:! !
  • 26. 9/30/13& 26& !Business!Con7nuity!and!High!Availability! !!!Flex!ASM! !  No!need!to!have!an!ASM!instance!! per!node!in!the!cluster! !  Enables!an!interEnode!ASM!instance!failover! !  Lowers!impact!of!secondary!failure! !!!Mul7tenant!Architecture!with!RAC! !  High!consolida7on!density! !  Rapid!provisioning!and!cloning!using!SQL! !  Rapid!patching!and!upgrades! !  Manage!many!databases!as!one! !  Dynamic!!database!resource!management! !!!Applica7on!Con7nuity! !  Captures!last!inEflight!transac7on! !  Masks!outages!from!end!users! !  Replay!ini7a7on!7me!and!replay!reten7on! !!!Global!Data!Services!! !  ConnectE7me!Load!balancing! !  InterEdatabase!Service!failover! !  RoleEbased!global!Services!! for!Ac7ve!Data!Guard! Dataguard 4 Node 4 Node WAN TRAFFIC Clients Dedicated Network Primary Site DR Site +ASM1 +ASM2 +ASM3 +ASM4 +ASM1 +ASM2 +ASM3 +ASM4 •  Enable!Flex!ASM! •  Mul7tenant!Architecture! •  Enable!Global!Data!Services! •  Configure!Applica7on!Con7nuity! Global Data Services Application Continuity
  • 27. 9/30/13& 27& Dataguard 4 Node 4 Node WAN TRAFFIC Clients Dedicated Network Primary Site DR Site +ASM1 +ASM2 +ASM3 +ASM1 +ASM2 +ASM3 Manage!Many!!Databases!As!One! •  Fewer!databases!to!manage! •  Faster!Upgrades!and!Patching! •  Backed!up!as!one!! •  PDBs!are!replicated!automa7cally! Global Data Services Application Continuity WAN TRAFFIC Clients Primary Site +ASM1 +ASM2 +ASM3 PolicyEbased!management! benefits:!! •  Flexible!and!more!efficient! hardware!u7liza7on!! •  Higher!density!consolida7on! and!greater!scalability!
  • 28. 9/30/13& 28& Summary! Looking!forward!to!life!with!Oracle!Database!! 12c!at!WTSI!#! Copyright © 2013, Oracle and/or its affiliates. All rights reserved.56 Agenda !  Oracle RAC 12c and Standardization !  Preparation of the Servers for Oracle RAC 12c !  Installation of Oracle Grid Infrastructure 12c !  Installation of the Oracle Database Home !  Oracle (RAC) Database Creation using DBCA !  Post-install Steps and Configuration !  Customer Example: Wellcome Trust Sanger Institute !  Summary and Q&A
  • 29. 9/30/13& 29& Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 of the corporate presentation template57 Graphic Section Divider Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 of the corporate presentation template58