SlideShare una empresa de Scribd logo
1 de 22
Descargar para leer sin conexión
9/30/13&
1&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.1
The Oracle Multitenant
Option meets Oracle RAC
Patrick Wheeler,
Senior Director of Product Management
Markus Michalewicz,
Director of Product Management
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
!  Introduction
!  Oracle Multitenant and Oracle RAC Basics
!  Why Use Database Services
!  Improved Agility with Changing Workloads
!  Creating an Oracle RAC-based CDB
!  Administering an Oracle RAC-based CDB
!  Summary and Q&A
9/30/13&
3&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.5
Oracle Multitenant and Oracle RAC
Winning combination of scalability & reliability for consolidated databases
Oracle Multitenant
& Oracle RAC
•  Scalability
•  Flexibility
•  Reduced Costs
Oracle RAC: Scalable, Reliable
Oracle Multitenant
•  Consolidation means
“putting all your eggs
in one basket”
•  Consolidating many
databases into one
demands scalable
platform
Oracle RAC
•  Means managing
many nodes in the
cluster as one system
•  Provides resiliency
against individual
server failures
•  Allows for horizontal
scaling
Multitenant: Simplify Consolidation
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.6
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
9/30/13&
4&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.7
Agenda
!  Introduction
!  Oracle Multitenant and Oracle RAC Basics
!  Why Use Database Services
!  Improved Agility with Changing Workloads
!  Creating an Oracle RAC-based CDB
!  Administering an Oracle RAC-based CDB
!  Summary and Q&A
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.8
Oracle Multitenant Architecture
Components of a Multitenant Container Database (CDB)
Pluggable Databases (PDBs)
PDBs
Root
CDB
9/30/13&
5&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.9
Oracle Multitenant Architecture – Dynamics
!  PDBs share common SGA
and background processes
!  Foreground sessions see only
the PDB they connect to
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.10
Advantages of Oracle Multitenant Architecture
Reduced CapEx & OpEx, Increased Agility, Easy Adoption
Self-contained PDB for each application
!  Applications run unchanged
!  Rapid provisioning (via clones)
!  Portability (via pluggability)
Shared memory and background processes
!  More applications per server
Common operations performed at CDB level
!  Manage many as one (upgrade, HA, backup)
!  Granular control when appropriate
9/30/13&
6&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.11
Oracle RAC support for Oracle Multitenant
Start off with a Single Instance, non-CDB
Server
Database Instance
Services
Server
Database Instance
CRM
North
CRM
South
Services CRM
Reporting
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.12
Oracle RAC support for Oracle Multitenant
Convert to a RAC Database, non-CDB
Node 1
RAC Instance 1
Services
Node 1
RAC Instance 1
CRM
North
CRM
South
Services
Node 2
RAC Instance 2
CRM
Reporting
9/30/13&
7&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.13
Oracle RAC support for Oracle Multitenant
Convert to a CDB RAC Database
Node2
CDB Instance 2
Node1
CDB Instance 1
CDB
Services
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.14
Agenda
!  Introduction
!  Oracle Multitenant and Oracle RAC Basics
!  Why Use Database Services
!  Improved Agility with Changing Workloads
!  Creating an Oracle RAC-based CDB
!  Administering an Oracle RAC-based CDB
!  Summary and Q&A
9/30/13&
8&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.15
HRg1wc
Why Use Services?
In a Single Instance environment the default service may be enough
!  The default service of the CDB is started when
the CDB is started. This is an admin-service.
!  The default service of the PDB is available
for connectivity as soon as PDB is mounted
with the startup of the CDB.
!  If an application uses the default service for
connectivity, it can connect to this service as
soon as it is registered with the listener.
–  How to prevent an application from connecting?
rudolph
cdb1
sqlplus <user>/<pwd>@MySCAN/crmsvc
CRM PDB Default service
HR PDB CRMSVC
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.16
HRg1wc
Why Use Services?
Using the default service is not enough when moving PBS around
!  PDBs provide location independency (plug /
unplug / clone), but exist within an environment
!  Moving PDBs between environments
may require changing names of PDBs.
!  Use services to provide a “dial in number” for
your application. If the PDB moves to another
location, you can keep the number.
–  This requires uniqueness of service names
rudolph
cdb1
CRM PDB
HR PDB CRMSVC
cupid
cdb1
NewHR
PDB
9/30/13&
9&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.17
Use Services with Policy Managed Databases
For better HA and workload management
!  Oracle RAC-based systems allow for
management of services based on policies.
!  Server Pools are used to group workload to run
on either one or a group of servers in the pool.
!  Using policies allows for adapting to changes
in demand (Dynamic Database Services)
HRg1wc
HR PDB
CRM PDB
CRMSVC
vixen srvpool: backofficecomet srvpool: frontoffice
dancer srvpool: frontofficedasher 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_1
raccdb1_4 Raccdb1_3
Raccdb1_2
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.18
Policy-Managed Databases with Oracle RAC 12c
Improved HA Management - Startup
raccdb1
!  Defining a Service Startup Order
–  Ensure services are started in specified groups
and specified order.
–  Leverages Serverpool Min and Importance properties
dasher srvpool: frontoffice
Oracle GI for a cluster
Oracle RAC
raccdb1_4
1st
vixen srvpool: frontoffice
Oracle GI for a cluster
Oracle RAC
raccdb1_3
2nd
comet srvpool: backoffice
Oracle GI for a cluster
Oracle RAC
raccdb1_1
4th
dancer srvpool: backoffice
Oracle GI for a cluster
Oracle RAC
raccdb1_2
3rd
9/30/13&
10&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.19
dancer srvpool: backoffice
Oracle GI for a cluster
Oracle RAC
raccdb1_2
dancer srvpool: frontoffice
Oracle GI for a cluster
Oracle RAC
raccdb1_2
Policy-Managed Databases with Oracle RAC 12c
Improved HA Management – New Failover Strategy
raccdb1
dasher srvpool: frontoffice
Oracle GI for a cluster
Oracle RAC
raccdb1_4
vixen srvpool: frontoffice
Oracle GI for a cluster
Oracle RAC
raccdb1_3
comet srvpool: backoffice
Oracle GI for a cluster
Oracle RAC
raccdb1_1
!  Servers “Move” to Replace Failed node
–  Protects against cascade failures due to load
–  Ensures workload isolation between pools
–  Less important workloads shutdown transactionally
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.20
dancer srvpool: backoffice
Oracle GI for a cluster
Oracle RAC
raccdb1_2
dancer srvpool: frontoffice
Oracle GI for a cluster
Oracle RAC
raccdb1_2
comet srvpool: backoffice
Oracle GI for a cluster
Oracle RAC
raccdb1_1
comet srvpool: frontoffice
Oracle GI for a cluster
Oracle RAC
raccdb1_1
Policy-Managed Databases with Oracle RAC 12c
Improved HA Management – Manage Last Service Standing
raccdb1
dasher srvpool: frontoffice
Oracle GI for a cluster
Oracle RAC
raccdb1_4
vixen srvpool: frontoffice
Oracle GI for a cluster
Oracle RAC
raccdb1_3
!  Business Critical Services survive multiple failures
–  Most important pool always gets the servers
–  Services preserved across multiple failures
–  Less important workloads shutdown transactionally
9/30/13&
11&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.21
Agenda
!  Introduction
!  Oracle Multitenant and Oracle RAC Basics
!  Why Use Database Services
!  Improved Agility with Changing Workloads
!  Creating an Oracle RAC-based CDB
!  Administering an Oracle RAC-based CDB
!  Summary and Q&A
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.22
Expand Cluster to Support Flexible Consolidation Model
Services
Single SGA per
CDB Instance
Improved Agility With Changing Workloads
Node1
CDB Instance 1
Node2
CDB Instance 2
Multitenant Container Database (CDB)
9/30/13&
12&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.23
Expand Cluster to Support Flexible Consolidation Model
Services
Single SGA per
CDB Instance
Node1
CDB Instance 1
Node2
CDB Instance 2
Node3
CDB Instance 3
Improved Agility With Changing Workloads
Multitenant Container Database (CDB)
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.24
Improved Agility With Changing Workloads
Facilitating Policy-Managed Dynamic Database Services
HRg1wc
HR PDB
CRM PDB
CRMSVC
vixen srvpool: backofficecomet srvpool: frontoffice
dasher srvpool: frontoffice
Oracle GI for a cluster
Oracle GI for a clusterOracle GI for a cluster
Oracle RAC
Oracle RACOracle RAC
raccdb1
raccdb1_1
raccdb1_4
dancer srvpool: frontoffice
Oracle GI for a cluster
Oracle RAC
raccdb1_3
raccdb1_2
sqlplus <user>/<pwd>@MySCAN/crmsvc
SQL> select instance_name,host_name
from v$instance;
INSTANCE_NAME HOST_NAME
------------------------------------
raccdb1_3 dancer
9/30/13&
13&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.25
Improved Agility With Changing Workloads
Facilitating Policy-Managed Dynamic Database Services
HRg1wc
HR PDB
CRM PDB
CRMSVC
sqlplus <user>/<pwd>@MySCAN/crmsvc
SQL> select instance_name,host_name
from v$instance;
INSTANCE_NAME HOST_NAME
------------------------------------
Raccdb1_1 vixen
vixen srvpool: frontofficecomet srvpool: backup
dancer srvpool: backupdasher srvpool: backoffice
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_1
raccdb1_4 raccdb1_3
raccdb1_2
backup
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.26
dancer srvpool: frontoffice
Oracle GI for a cluster
Oracle RAC
raccdb1_3
Improved Agility With Changing Workloads
Stopping a PDB once it was opened r/w or ro using services
vixen srvpool: frontofficecomet srvpool: frontoffice
Oracle GI for a clusterOracle GI for a cluster
Oracle RACOracle RAC
raccdb1
raccdb1_1Raccdb1_2
sqlplus <user>/<pwd>@MySCAN/crmsvc
" ERROR:
ORA-12514: TNS:listener does not currently
know of service requested in connect descriptor
!  Services regulate user access to a database
–  The first service assigned to a PDB opens
the PDB in read/write mode (default)
–  Stopping a service does not close the PDB
!  User access to this PDB is prevented.
–  The buffers held by the PDB not actively used
will be subject to regular buffer aging operations
!  Use SQL to stop a PDB (on an instance) as required
Buffers HRg1wc
HR PDB CRMSVC
CRM PDB
9/30/13&
14&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.27
Agenda
!  Introduction
!  Oracle Multitenant and Oracle RAC Basics
!  Why Use Database Services
!  Improved Agility with Changing Workloads
!  Creating an Oracle RAC-based CDB
!  Administering an Oracle RAC-based CDB
!  Summary and Q&A
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.28
Create an Oracle RAC Database
What is the default when keeping the preselection in steps 1-4…?
!  Policy-managed
!  Oracle RAC-based
!  Non-CDB Database
9/30/13&
15&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.29
Create an Oracle RAC-based CDB
Create a CDB instead…
Create an empty
multitenant CDB.
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.30
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
9/30/13&
16&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.31
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
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.32
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
9/30/13&
17&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.33
Post-Creation Steps
Create services – 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.34
!  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 – 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&
18&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.35
Agenda
!  Introduction
!  Oracle Multitenant and Oracle RAC Basics
!  Why Use Database Services
!  Improved Agility with Changing Workloads
!  Creating an Oracle RAC-based CDB
!  Administering an Oracle RAC-based CDB
!  Summary and Q&A
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.36
Manage Many as One with Multitenant
Backup databases as one; recover at pluggable database level
One Backup
Point-in-time recovery
At pluggable database level
9/30/13&
19&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.37
Manage Many as One with Multitenant
Backup databases as one; recover at pluggable database level
vixen srvpool: frontofficecomet srvpool: backup
dancer srvpool: backupdasher srvpool: backoffice
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_1
raccdb1_4 raccdb1_3
raccdb1_2
Backup
Point-in-time recovery
At pluggable database level
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.38
Multitenant for Simplified Upgrades
Apply changes once, all pluggable databases updated
Upgrade
in-place
9/30/13&
20&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.39
Multitenant for Patching
Flexible choice when patching & upgrading databases
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.40
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
Online (rolling) Patch and PSU Application
9/30/13&
21&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.41
Agenda
!  Introduction
!  Oracle Multitenant and Oracle RAC Basics
!  Why Use Database Services
!  Improved Agility with Changing Workloads
!  Creating an Oracle RAC-based CDB
!  Administering an Oracle RAC-based CDB
!  Summary and Q&A
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.42
Benefit Capability Enabled
Minimize CapEx •  More applications per server
Minimize OpEx
•  Manage many as one
•  Standardized procedures & service levels
•  Cloning for development / testing
Maximize Agility
•  Rapid provisioning
•  Portability through “pluggability”
•  Scalability with RAC
Ease of Adoption •  Applications run unchanged
Key Benefits
9/30/13&
22&
Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 of the corporate presentation template43
Graphic Section Divider
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.44

Más contenido relacionado

La actualidad más candente

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
 
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
 
Paper: Oracle RAC and Oracle RAC One Node on Extended Distance (Stretched) Cl...
Paper: Oracle RAC and Oracle RAC One Node on Extended Distance (Stretched) Cl...Paper: Oracle RAC and Oracle RAC One Node on Extended Distance (Stretched) Cl...
Paper: Oracle RAC and Oracle RAC One Node on Extended Distance (Stretched) Cl...Markus Michalewicz
 
Oracle RAC 12c Rel. 2 for Continuous Availability
Oracle RAC 12c Rel. 2 for Continuous AvailabilityOracle RAC 12c Rel. 2 for Continuous Availability
Oracle RAC 12c Rel. 2 for Continuous AvailabilityMarkus Michalewicz
 
Data Mobility for the Oracle Database by JWilliams and RGonzalez
Data Mobility for the Oracle Database by JWilliams and RGonzalezData Mobility for the Oracle Database by JWilliams and RGonzalez
Data Mobility for the Oracle Database by JWilliams and RGonzalezMarkus Michalewicz
 
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
 
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 RAC - Customer Proven Scalability
Oracle RAC - Customer Proven ScalabilityOracle RAC - Customer Proven Scalability
Oracle RAC - Customer Proven ScalabilityMarkus 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 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
 
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 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 12c Collaborate Best Practices - IOUG 2014 version
Oracle RAC 12c Collaborate Best Practices - IOUG 2014 versionOracle RAC 12c Collaborate Best Practices - IOUG 2014 version
Oracle RAC 12c Collaborate Best Practices - IOUG 2014 versionMarkus Michalewicz
 
Oracle Database In-Memory Meets Oracle RAC
Oracle Database In-Memory Meets Oracle RACOracle Database In-Memory Meets Oracle RAC
Oracle Database In-Memory Meets Oracle RACMarkus Michalewicz
 
Oracle RAC 12c Rel. 2 & Cluster Architecture Internals OOW17 by Anil Nair
Oracle RAC 12c Rel. 2 & Cluster Architecture Internals OOW17 by Anil NairOracle RAC 12c Rel. 2 & Cluster Architecture Internals OOW17 by Anil Nair
Oracle RAC 12c Rel. 2 & Cluster Architecture Internals OOW17 by Anil NairMarkus 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
 
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
 
Rac 12c rel2_operational_best_practices_sangam_2017
Rac 12c rel2_operational_best_practices_sangam_2017Rac 12c rel2_operational_best_practices_sangam_2017
Rac 12c rel2_operational_best_practices_sangam_2017Anil Nair
 
Anil nair rac_internals_sangam_2016
Anil nair rac_internals_sangam_2016Anil nair rac_internals_sangam_2016
Anil nair rac_internals_sangam_2016Anil Nair
 

La actualidad más candente (20)

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
 
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
 
Paper: Oracle RAC and Oracle RAC One Node on Extended Distance (Stretched) Cl...
Paper: Oracle RAC and Oracle RAC One Node on Extended Distance (Stretched) Cl...Paper: Oracle RAC and Oracle RAC One Node on Extended Distance (Stretched) Cl...
Paper: Oracle RAC and Oracle RAC One Node on Extended Distance (Stretched) Cl...
 
Oracle RAC 12c Rel. 2 for Continuous Availability
Oracle RAC 12c Rel. 2 for Continuous AvailabilityOracle RAC 12c Rel. 2 for Continuous Availability
Oracle RAC 12c Rel. 2 for Continuous Availability
 
Data Mobility for the Oracle Database by JWilliams and RGonzalez
Data Mobility for the Oracle Database by JWilliams and RGonzalezData Mobility for the Oracle Database by JWilliams and RGonzalez
Data Mobility for the Oracle Database by JWilliams and RGonzalez
 
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
 
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 RAC - Customer Proven Scalability
Oracle RAC - Customer Proven ScalabilityOracle RAC - Customer Proven Scalability
Oracle RAC - Customer Proven Scalability
 
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 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
 
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 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 12c Collaborate Best Practices - IOUG 2014 version
Oracle RAC 12c Collaborate Best Practices - IOUG 2014 versionOracle RAC 12c Collaborate Best Practices - IOUG 2014 version
Oracle RAC 12c Collaborate Best Practices - IOUG 2014 version
 
Oracle Database In-Memory Meets Oracle RAC
Oracle Database In-Memory Meets Oracle RACOracle Database In-Memory Meets Oracle RAC
Oracle Database In-Memory Meets Oracle RAC
 
Oracle RAC 12c Rel. 2 & Cluster Architecture Internals OOW17 by Anil Nair
Oracle RAC 12c Rel. 2 & Cluster Architecture Internals OOW17 by Anil NairOracle RAC 12c Rel. 2 & Cluster Architecture Internals OOW17 by Anil Nair
Oracle RAC 12c Rel. 2 & Cluster Architecture Internals OOW17 by Anil Nair
 
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
 
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
 
Rac 12c rel2_operational_best_practices_sangam_2017
Rac 12c rel2_operational_best_practices_sangam_2017Rac 12c rel2_operational_best_practices_sangam_2017
Rac 12c rel2_operational_best_practices_sangam_2017
 
Maximizing Oracle RAC Uptime
Maximizing Oracle RAC UptimeMaximizing Oracle RAC Uptime
Maximizing Oracle RAC Uptime
 
Anil nair rac_internals_sangam_2016
Anil nair rac_internals_sangam_2016Anil nair rac_internals_sangam_2016
Anil nair rac_internals_sangam_2016
 

Similar a Oracle Multitenant meets Oracle RAC 12c OOW13 [CON8706]

Oracle RAC 12c New Features List OOW13
Oracle RAC 12c New Features List OOW13Oracle RAC 12c New Features List OOW13
Oracle RAC 12c New Features List OOW13Markus Michalewicz
 
Consolidate and prepare for cloud efficiencies
Consolidate and prepare for cloud efficienciesConsolidate and prepare for cloud efficiencies
Consolidate and prepare for cloud efficienciesDLT Solutions
 
Oracle RAC 12c Release 2 - Overview
Oracle RAC 12c Release 2 - OverviewOracle RAC 12c Release 2 - Overview
Oracle RAC 12c Release 2 - OverviewMarkus 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
 
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
 
Why Upgrade to Oracle Database 12c?
Why Upgrade to Oracle Database 12c?Why Upgrade to Oracle Database 12c?
Why Upgrade to Oracle Database 12c?DLT Solutions
 
Oracle Multitenant in 50 minutes
Oracle Multitenant in 50 minutesOracle Multitenant in 50 minutes
Oracle Multitenant in 50 minutesConnor McDonald
 
Multi-Tenancy: Da Teoria à Prática, do DB ao Middleware
Multi-Tenancy: Da Teoria à Prática, do DB ao MiddlewareMulti-Tenancy: Da Teoria à Prática, do DB ao Middleware
Multi-Tenancy: Da Teoria à Prática, do DB ao MiddlewareBruno Borges
 
Oracle RAC 12c Best Practices Sanger OOW13 [CON8805]
Oracle RAC 12c Best Practices Sanger OOW13 [CON8805]Oracle RAC 12c Best Practices Sanger OOW13 [CON8805]
Oracle RAC 12c Best Practices Sanger OOW13 [CON8805]Markus Michalewicz
 
Multitenant Full Deck Jan 2015 Cloud Team AJ Linkedin
Multitenant Full Deck Jan 2015 Cloud Team AJ LinkedinMultitenant Full Deck Jan 2015 Cloud Team AJ Linkedin
Multitenant Full Deck Jan 2015 Cloud Team AJ LinkedinArush Jain
 
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
 
Oracle RAC - New Generation
Oracle RAC - New GenerationOracle RAC - New Generation
Oracle RAC - New GenerationAnil Nair
 
Oracle Extended Clusters for Oracle RAC
Oracle Extended Clusters for Oracle RACOracle Extended Clusters for Oracle RAC
Oracle Extended Clusters for Oracle RACMarkus 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
 
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
 
6° Sessione Oracle - CRUI: Oracle Database Appliance: Il potere dell’ingegner...
6° Sessione Oracle - CRUI: Oracle Database Appliance:Il potere dell’ingegner...6° Sessione Oracle - CRUI: Oracle Database Appliance:Il potere dell’ingegner...
6° Sessione Oracle - CRUI: Oracle Database Appliance: Il potere dell’ingegner...Jürgen Ambrosi
 
AIOUG-GroundBreakers-Jul 2019 - 19c RAC
AIOUG-GroundBreakers-Jul 2019 - 19c RACAIOUG-GroundBreakers-Jul 2019 - 19c RAC
AIOUG-GroundBreakers-Jul 2019 - 19c RACSandesh Rao
 
Why to Use an Oracle Database?
Why to Use an Oracle Database? Why to Use an Oracle Database?
Why to Use an Oracle Database? Markus Michalewicz
 

Similar a Oracle Multitenant meets Oracle RAC 12c OOW13 [CON8706] (20)

Oracle RAC 12c New Features List OOW13
Oracle RAC 12c New Features List OOW13Oracle RAC 12c New Features List OOW13
Oracle RAC 12c New Features List OOW13
 
Consolidate and prepare for cloud efficiencies
Consolidate and prepare for cloud efficienciesConsolidate and prepare for cloud efficiencies
Consolidate and prepare for cloud efficiencies
 
Oracle RAC 12c Release 2 - Overview
Oracle RAC 12c Release 2 - OverviewOracle RAC 12c Release 2 - Overview
Oracle RAC 12c Release 2 - Overview
 
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
 
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
 
Why Upgrade to Oracle Database 12c?
Why Upgrade to Oracle Database 12c?Why Upgrade to Oracle Database 12c?
Why Upgrade to Oracle Database 12c?
 
Oracle Database 12c : Multitenant
Oracle Database 12c : MultitenantOracle Database 12c : Multitenant
Oracle Database 12c : Multitenant
 
Oracle NoSQL
Oracle NoSQLOracle NoSQL
Oracle NoSQL
 
Oracle Multitenant in 50 minutes
Oracle Multitenant in 50 minutesOracle Multitenant in 50 minutes
Oracle Multitenant in 50 minutes
 
Multi-Tenancy: Da Teoria à Prática, do DB ao Middleware
Multi-Tenancy: Da Teoria à Prática, do DB ao MiddlewareMulti-Tenancy: Da Teoria à Prática, do DB ao Middleware
Multi-Tenancy: Da Teoria à Prática, do DB ao Middleware
 
Oracle RAC 12c Best Practices Sanger OOW13 [CON8805]
Oracle RAC 12c Best Practices Sanger OOW13 [CON8805]Oracle RAC 12c Best Practices Sanger OOW13 [CON8805]
Oracle RAC 12c Best Practices Sanger OOW13 [CON8805]
 
Multitenant Full Deck Jan 2015 Cloud Team AJ Linkedin
Multitenant Full Deck Jan 2015 Cloud Team AJ LinkedinMultitenant Full Deck Jan 2015 Cloud Team AJ Linkedin
Multitenant Full Deck Jan 2015 Cloud Team AJ Linkedin
 
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
 
Oracle RAC - New Generation
Oracle RAC - New GenerationOracle RAC - New Generation
Oracle RAC - New Generation
 
Oracle Extended Clusters for Oracle RAC
Oracle Extended Clusters for Oracle RACOracle Extended Clusters for Oracle RAC
Oracle Extended Clusters for Oracle RAC
 
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
 
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
 
6° Sessione Oracle - CRUI: Oracle Database Appliance: Il potere dell’ingegner...
6° Sessione Oracle - CRUI: Oracle Database Appliance:Il potere dell’ingegner...6° Sessione Oracle - CRUI: Oracle Database Appliance:Il potere dell’ingegner...
6° Sessione Oracle - CRUI: Oracle Database Appliance: Il potere dell’ingegner...
 
AIOUG-GroundBreakers-Jul 2019 - 19c RAC
AIOUG-GroundBreakers-Jul 2019 - 19c RACAIOUG-GroundBreakers-Jul 2019 - 19c RAC
AIOUG-GroundBreakers-Jul 2019 - 19c RAC
 
Why to Use an Oracle Database?
Why to Use an Oracle Database? Why to Use an Oracle Database?
Why to Use an Oracle Database?
 

Más de 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
 
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
 
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 Database – Mission Critical
Oracle Database – Mission CriticalOracle Database – Mission Critical
Oracle Database – Mission CriticalMarkus 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
 
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 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
 
A Cloud Journey - Move to the Oracle Cloud
A Cloud Journey - Move to the Oracle CloudA Cloud Journey - Move to the Oracle Cloud
A Cloud Journey - Move to the Oracle CloudMarkus Michalewicz
 
Oracle MAA Best Practices - Applications Considerations
Oracle MAA Best Practices - Applications ConsiderationsOracle MAA Best Practices - Applications Considerations
Oracle MAA Best Practices - Applications ConsiderationsMarkus Michalewicz
 
Oracle RAC 19c with Standard Edition (SE) 2 - Support Update
Oracle RAC 19c with Standard Edition (SE) 2 - Support UpdateOracle RAC 19c with Standard Edition (SE) 2 - Support Update
Oracle RAC 19c with Standard Edition (SE) 2 - Support UpdateMarkus Michalewicz
 

Más de 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
 
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
 
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 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
 
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
 
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 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
 
A Cloud Journey - Move to the Oracle Cloud
A Cloud Journey - Move to the Oracle CloudA Cloud Journey - Move to the Oracle Cloud
A Cloud Journey - Move to the Oracle Cloud
 
Oracle MAA Best Practices - Applications Considerations
Oracle MAA Best Practices - Applications ConsiderationsOracle MAA Best Practices - Applications Considerations
Oracle MAA Best Practices - Applications Considerations
 
Oracle RAC 19c with Standard Edition (SE) 2 - Support Update
Oracle RAC 19c with Standard Edition (SE) 2 - Support UpdateOracle RAC 19c with Standard Edition (SE) 2 - Support Update
Oracle RAC 19c with Standard Edition (SE) 2 - Support Update
 

Último

Call Girls in Model Town Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Model Town Delhi 💯Call Us 🔝8264348440🔝Call Girls in Model Town Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Model Town Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Rustomjee Cleon Bandra East, Mumbai - Brochure.pdf
Rustomjee Cleon Bandra East, Mumbai - Brochure.pdfRustomjee Cleon Bandra East, Mumbai - Brochure.pdf
Rustomjee Cleon Bandra East, Mumbai - Brochure.pdfmonikasharma630
 
Kohinoor Flats In Hinjewadi Phase 2 | Homes Built To Suit Your Needs
Kohinoor Flats In Hinjewadi Phase 2 | Homes Built To Suit Your NeedsKohinoor Flats In Hinjewadi Phase 2 | Homes Built To Suit Your Needs
Kohinoor Flats In Hinjewadi Phase 2 | Homes Built To Suit Your Needsaidasheikh47
 
Call Girls In Laxmi Nagar Delhi +91-8447779280! !Best Woman Seeking Man Escor...
Call Girls In Laxmi Nagar Delhi +91-8447779280! !Best Woman Seeking Man Escor...Call Girls In Laxmi Nagar Delhi +91-8447779280! !Best Woman Seeking Man Escor...
Call Girls In Laxmi Nagar Delhi +91-8447779280! !Best Woman Seeking Man Escor...asmaqueen5
 
Raquel Thompson: Combining Creativity with Practicality in Architecture
Raquel Thompson: Combining  Creativity with Practicality in ArchitectureRaquel Thompson: Combining  Creativity with Practicality in Architecture
Raquel Thompson: Combining Creativity with Practicality in ArchitectureRaquel Thompson Barbados
 
Majestique Viman Nagar Pune Brochure.pdf
Majestique Viman Nagar Pune Brochure.pdfMajestique Viman Nagar Pune Brochure.pdf
Majestique Viman Nagar Pune Brochure.pdfBabyrudram
 
Building Dreams: Newman Leech's Visionary Approach to Real Estate Investment
Building Dreams: Newman Leech's Visionary Approach to Real Estate InvestmentBuilding Dreams: Newman Leech's Visionary Approach to Real Estate Investment
Building Dreams: Newman Leech's Visionary Approach to Real Estate InvestmentNewman George Leech
 
Call Girls In Mayur Vihar Delhi ☆↫8447779280 ❤Escorts Service In Delhi
Call Girls In Mayur Vihar Delhi ☆↫8447779280 ❤Escorts Service In DelhiCall Girls In Mayur Vihar Delhi ☆↫8447779280 ❤Escorts Service In Delhi
Call Girls In Mayur Vihar Delhi ☆↫8447779280 ❤Escorts Service In Delhiasmaqueen5
 
Call Girls In Chand Nagar (Delhi)+918447779280 Welcome To Vip Women Seeking M...
Call Girls In Chand Nagar (Delhi)+918447779280 Welcome To Vip Women Seeking M...Call Girls In Chand Nagar (Delhi)+918447779280 Welcome To Vip Women Seeking M...
Call Girls In Chand Nagar (Delhi)+918447779280 Welcome To Vip Women Seeking M...asmaqueen5
 
Sankla East World Hadapsar Pune E-Brochure.pdf
Sankla East World Hadapsar Pune  E-Brochure.pdfSankla East World Hadapsar Pune  E-Brochure.pdf
Sankla East World Hadapsar Pune E-Brochure.pdfManishSaxena95
 
Call Girls in Noida Sector 11 Noida 💯Call Us 🔝 9582086666 🔝 South Delhi Escor...
Call Girls in Noida Sector 11 Noida 💯Call Us 🔝 9582086666 🔝 South Delhi Escor...Call Girls in Noida Sector 11 Noida 💯Call Us 🔝 9582086666 🔝 South Delhi Escor...
Call Girls in Noida Sector 11 Noida 💯Call Us 🔝 9582086666 🔝 South Delhi Escor...delhimodel235
 
Call Girls In Vasant Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Vasant Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Vasant Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Vasant Vihar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Pooja Mehta 9167673311 Get Warm Welcome By Andheri Escorts For Desired Fantasies
Pooja Mehta 9167673311 Get Warm Welcome By Andheri Escorts For Desired FantasiesPooja Mehta 9167673311 Get Warm Welcome By Andheri Escorts For Desired Fantasies
Pooja Mehta 9167673311 Get Warm Welcome By Andheri Escorts For Desired FantasiesPooja Nehwal
 
Aparna Greenscapes Kompally Hyderabad E - Brochure.pdf
Aparna Greenscapes Kompally Hyderabad E - Brochure.pdfAparna Greenscapes Kompally Hyderabad E - Brochure.pdf
Aparna Greenscapes Kompally Hyderabad E - Brochure.pdffaheemali990101
 
Call Girls in Noida Sector 12 Noida 💯Call Us 🔝 9582086666 🔝 South Delhi Escor...
Call Girls in Noida Sector 12 Noida 💯Call Us 🔝 9582086666 🔝 South Delhi Escor...Call Girls in Noida Sector 12 Noida 💯Call Us 🔝 9582086666 🔝 South Delhi Escor...
Call Girls in Noida Sector 12 Noida 💯Call Us 🔝 9582086666 🔝 South Delhi Escor...delhimodel235
 
call girls in ganesh nagar Delhi 8264348440 ✅ call girls ❤️
call girls in ganesh nagar Delhi 8264348440 ✅ call girls ❤️call girls in ganesh nagar Delhi 8264348440 ✅ call girls ❤️
call girls in ganesh nagar Delhi 8264348440 ✅ call girls ❤️soniya singh
 
9711199012 Call {Girls Delhi} Very Low rate Vaishali DownLoad PDF
9711199012 Call {Girls Delhi} Very Low rate Vaishali DownLoad PDF9711199012 Call {Girls Delhi} Very Low rate Vaishali DownLoad PDF
9711199012 Call {Girls Delhi} Very Low rate Vaishali DownLoad PDFMs Riya
 
Call Girls Janta Market {Delhi//8447779280)) ₹↬Short 2000 Full Night 5500 ↫Es...
Call Girls Janta Market {Delhi//8447779280)) ₹↬Short 2000 Full Night 5500 ↫Es...Call Girls Janta Market {Delhi//8447779280)) ₹↬Short 2000 Full Night 5500 ↫Es...
Call Girls Janta Market {Delhi//8447779280)) ₹↬Short 2000 Full Night 5500 ↫Es...asmaqueen5
 
The Omaxe State Dwarka Delhi-broucher.pdf.pdf
The Omaxe State Dwarka Delhi-broucher.pdf.pdfThe Omaxe State Dwarka Delhi-broucher.pdf.pdf
The Omaxe State Dwarka Delhi-broucher.pdf.pdfkratirudram
 

Último (20)

Call Girls in Model Town Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Model Town Delhi 💯Call Us 🔝8264348440🔝Call Girls in Model Town Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Model Town Delhi 💯Call Us 🔝8264348440🔝
 
Find Furnished Short Term Rentals in Minneapolis | CHBO
Find Furnished Short Term Rentals in Minneapolis | CHBOFind Furnished Short Term Rentals in Minneapolis | CHBO
Find Furnished Short Term Rentals in Minneapolis | CHBO
 
Rustomjee Cleon Bandra East, Mumbai - Brochure.pdf
Rustomjee Cleon Bandra East, Mumbai - Brochure.pdfRustomjee Cleon Bandra East, Mumbai - Brochure.pdf
Rustomjee Cleon Bandra East, Mumbai - Brochure.pdf
 
Kohinoor Flats In Hinjewadi Phase 2 | Homes Built To Suit Your Needs
Kohinoor Flats In Hinjewadi Phase 2 | Homes Built To Suit Your NeedsKohinoor Flats In Hinjewadi Phase 2 | Homes Built To Suit Your Needs
Kohinoor Flats In Hinjewadi Phase 2 | Homes Built To Suit Your Needs
 
Call Girls In Laxmi Nagar Delhi +91-8447779280! !Best Woman Seeking Man Escor...
Call Girls In Laxmi Nagar Delhi +91-8447779280! !Best Woman Seeking Man Escor...Call Girls In Laxmi Nagar Delhi +91-8447779280! !Best Woman Seeking Man Escor...
Call Girls In Laxmi Nagar Delhi +91-8447779280! !Best Woman Seeking Man Escor...
 
Raquel Thompson: Combining Creativity with Practicality in Architecture
Raquel Thompson: Combining  Creativity with Practicality in ArchitectureRaquel Thompson: Combining  Creativity with Practicality in Architecture
Raquel Thompson: Combining Creativity with Practicality in Architecture
 
Majestique Viman Nagar Pune Brochure.pdf
Majestique Viman Nagar Pune Brochure.pdfMajestique Viman Nagar Pune Brochure.pdf
Majestique Viman Nagar Pune Brochure.pdf
 
Building Dreams: Newman Leech's Visionary Approach to Real Estate Investment
Building Dreams: Newman Leech's Visionary Approach to Real Estate InvestmentBuilding Dreams: Newman Leech's Visionary Approach to Real Estate Investment
Building Dreams: Newman Leech's Visionary Approach to Real Estate Investment
 
Call Girls In Mayur Vihar Delhi ☆↫8447779280 ❤Escorts Service In Delhi
Call Girls In Mayur Vihar Delhi ☆↫8447779280 ❤Escorts Service In DelhiCall Girls In Mayur Vihar Delhi ☆↫8447779280 ❤Escorts Service In Delhi
Call Girls In Mayur Vihar Delhi ☆↫8447779280 ❤Escorts Service In Delhi
 
Call Girls In Chand Nagar (Delhi)+918447779280 Welcome To Vip Women Seeking M...
Call Girls In Chand Nagar (Delhi)+918447779280 Welcome To Vip Women Seeking M...Call Girls In Chand Nagar (Delhi)+918447779280 Welcome To Vip Women Seeking M...
Call Girls In Chand Nagar (Delhi)+918447779280 Welcome To Vip Women Seeking M...
 
Sankla East World Hadapsar Pune E-Brochure.pdf
Sankla East World Hadapsar Pune  E-Brochure.pdfSankla East World Hadapsar Pune  E-Brochure.pdf
Sankla East World Hadapsar Pune E-Brochure.pdf
 
Call Girls in Noida Sector 11 Noida 💯Call Us 🔝 9582086666 🔝 South Delhi Escor...
Call Girls in Noida Sector 11 Noida 💯Call Us 🔝 9582086666 🔝 South Delhi Escor...Call Girls in Noida Sector 11 Noida 💯Call Us 🔝 9582086666 🔝 South Delhi Escor...
Call Girls in Noida Sector 11 Noida 💯Call Us 🔝 9582086666 🔝 South Delhi Escor...
 
Call Girls In Vasant Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Vasant Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Vasant Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Vasant Vihar Delhi 💯Call Us 🔝8264348440🔝
 
Pooja Mehta 9167673311 Get Warm Welcome By Andheri Escorts For Desired Fantasies
Pooja Mehta 9167673311 Get Warm Welcome By Andheri Escorts For Desired FantasiesPooja Mehta 9167673311 Get Warm Welcome By Andheri Escorts For Desired Fantasies
Pooja Mehta 9167673311 Get Warm Welcome By Andheri Escorts For Desired Fantasies
 
Aparna Greenscapes Kompally Hyderabad E - Brochure.pdf
Aparna Greenscapes Kompally Hyderabad E - Brochure.pdfAparna Greenscapes Kompally Hyderabad E - Brochure.pdf
Aparna Greenscapes Kompally Hyderabad E - Brochure.pdf
 
Call Girls in Noida Sector 12 Noida 💯Call Us 🔝 9582086666 🔝 South Delhi Escor...
Call Girls in Noida Sector 12 Noida 💯Call Us 🔝 9582086666 🔝 South Delhi Escor...Call Girls in Noida Sector 12 Noida 💯Call Us 🔝 9582086666 🔝 South Delhi Escor...
Call Girls in Noida Sector 12 Noida 💯Call Us 🔝 9582086666 🔝 South Delhi Escor...
 
call girls in ganesh nagar Delhi 8264348440 ✅ call girls ❤️
call girls in ganesh nagar Delhi 8264348440 ✅ call girls ❤️call girls in ganesh nagar Delhi 8264348440 ✅ call girls ❤️
call girls in ganesh nagar Delhi 8264348440 ✅ call girls ❤️
 
9711199012 Call {Girls Delhi} Very Low rate Vaishali DownLoad PDF
9711199012 Call {Girls Delhi} Very Low rate Vaishali DownLoad PDF9711199012 Call {Girls Delhi} Very Low rate Vaishali DownLoad PDF
9711199012 Call {Girls Delhi} Very Low rate Vaishali DownLoad PDF
 
Call Girls Janta Market {Delhi//8447779280)) ₹↬Short 2000 Full Night 5500 ↫Es...
Call Girls Janta Market {Delhi//8447779280)) ₹↬Short 2000 Full Night 5500 ↫Es...Call Girls Janta Market {Delhi//8447779280)) ₹↬Short 2000 Full Night 5500 ↫Es...
Call Girls Janta Market {Delhi//8447779280)) ₹↬Short 2000 Full Night 5500 ↫Es...
 
The Omaxe State Dwarka Delhi-broucher.pdf.pdf
The Omaxe State Dwarka Delhi-broucher.pdf.pdfThe Omaxe State Dwarka Delhi-broucher.pdf.pdf
The Omaxe State Dwarka Delhi-broucher.pdf.pdf
 

Oracle Multitenant meets Oracle RAC 12c OOW13 [CON8706]

  • 1. 9/30/13& 1& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.1 The Oracle Multitenant Option meets Oracle RAC Patrick Wheeler, Senior Director of Product Management Markus Michalewicz, Director of Product Management
  • 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 !  Introduction !  Oracle Multitenant and Oracle RAC Basics !  Why Use Database Services !  Improved Agility with Changing Workloads !  Creating an Oracle RAC-based CDB !  Administering an Oracle RAC-based CDB !  Summary and Q&A
  • 3. 9/30/13& 3& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.5 Oracle Multitenant and Oracle RAC Winning combination of scalability & reliability for consolidated databases Oracle Multitenant & Oracle RAC •  Scalability •  Flexibility •  Reduced Costs Oracle RAC: Scalable, Reliable Oracle Multitenant •  Consolidation means “putting all your eggs in one basket” •  Consolidating many databases into one demands scalable platform Oracle RAC •  Means managing many nodes in the cluster as one system •  Provides resiliency against individual server failures •  Allows for horizontal scaling Multitenant: Simplify Consolidation Copyright © 2013, Oracle and/or its affiliates. All rights reserved.6 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
  • 4. 9/30/13& 4& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.7 Agenda !  Introduction !  Oracle Multitenant and Oracle RAC Basics !  Why Use Database Services !  Improved Agility with Changing Workloads !  Creating an Oracle RAC-based CDB !  Administering an Oracle RAC-based CDB !  Summary and Q&A Copyright © 2013, Oracle and/or its affiliates. All rights reserved.8 Oracle Multitenant Architecture Components of a Multitenant Container Database (CDB) Pluggable Databases (PDBs) PDBs Root CDB
  • 5. 9/30/13& 5& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.9 Oracle Multitenant Architecture – Dynamics !  PDBs share common SGA and background processes !  Foreground sessions see only the PDB they connect to Copyright © 2013, Oracle and/or its affiliates. All rights reserved.10 Advantages of Oracle Multitenant Architecture Reduced CapEx & OpEx, Increased Agility, Easy Adoption Self-contained PDB for each application !  Applications run unchanged !  Rapid provisioning (via clones) !  Portability (via pluggability) Shared memory and background processes !  More applications per server Common operations performed at CDB level !  Manage many as one (upgrade, HA, backup) !  Granular control when appropriate
  • 6. 9/30/13& 6& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.11 Oracle RAC support for Oracle Multitenant Start off with a Single Instance, non-CDB Server Database Instance Services Server Database Instance CRM North CRM South Services CRM Reporting Copyright © 2013, Oracle and/or its affiliates. All rights reserved.12 Oracle RAC support for Oracle Multitenant Convert to a RAC Database, non-CDB Node 1 RAC Instance 1 Services Node 1 RAC Instance 1 CRM North CRM South Services Node 2 RAC Instance 2 CRM Reporting
  • 7. 9/30/13& 7& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.13 Oracle RAC support for Oracle Multitenant Convert to a CDB RAC Database Node2 CDB Instance 2 Node1 CDB Instance 1 CDB Services Copyright © 2013, Oracle and/or its affiliates. All rights reserved.14 Agenda !  Introduction !  Oracle Multitenant and Oracle RAC Basics !  Why Use Database Services !  Improved Agility with Changing Workloads !  Creating an Oracle RAC-based CDB !  Administering an Oracle RAC-based CDB !  Summary and Q&A
  • 8. 9/30/13& 8& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.15 HRg1wc Why Use Services? In a Single Instance environment the default service may be enough !  The default service of the CDB is started when the CDB is started. This is an admin-service. !  The default service of the PDB is available for connectivity as soon as PDB is mounted with the startup of the CDB. !  If an application uses the default service for connectivity, it can connect to this service as soon as it is registered with the listener. –  How to prevent an application from connecting? rudolph cdb1 sqlplus <user>/<pwd>@MySCAN/crmsvc CRM PDB Default service HR PDB CRMSVC Copyright © 2013, Oracle and/or its affiliates. All rights reserved.16 HRg1wc Why Use Services? Using the default service is not enough when moving PBS around !  PDBs provide location independency (plug / unplug / clone), but exist within an environment !  Moving PDBs between environments may require changing names of PDBs. !  Use services to provide a “dial in number” for your application. If the PDB moves to another location, you can keep the number. –  This requires uniqueness of service names rudolph cdb1 CRM PDB HR PDB CRMSVC cupid cdb1 NewHR PDB
  • 9. 9/30/13& 9& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.17 Use Services with Policy Managed Databases For better HA and workload management !  Oracle RAC-based systems allow for management of services based on policies. !  Server Pools are used to group workload to run on either one or a group of servers in the pool. !  Using policies allows for adapting to changes in demand (Dynamic Database Services) HRg1wc HR PDB CRM PDB CRMSVC vixen srvpool: backofficecomet srvpool: frontoffice dancer srvpool: frontofficedasher 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_1 raccdb1_4 Raccdb1_3 Raccdb1_2 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.18 Policy-Managed Databases with Oracle RAC 12c Improved HA Management - Startup raccdb1 !  Defining a Service Startup Order –  Ensure services are started in specified groups and specified order. –  Leverages Serverpool Min and Importance properties dasher srvpool: frontoffice Oracle GI for a cluster Oracle RAC raccdb1_4 1st vixen srvpool: frontoffice Oracle GI for a cluster Oracle RAC raccdb1_3 2nd comet srvpool: backoffice Oracle GI for a cluster Oracle RAC raccdb1_1 4th dancer srvpool: backoffice Oracle GI for a cluster Oracle RAC raccdb1_2 3rd
  • 10. 9/30/13& 10& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.19 dancer srvpool: backoffice Oracle GI for a cluster Oracle RAC raccdb1_2 dancer srvpool: frontoffice Oracle GI for a cluster Oracle RAC raccdb1_2 Policy-Managed Databases with Oracle RAC 12c Improved HA Management – New Failover Strategy raccdb1 dasher srvpool: frontoffice Oracle GI for a cluster Oracle RAC raccdb1_4 vixen srvpool: frontoffice Oracle GI for a cluster Oracle RAC raccdb1_3 comet srvpool: backoffice Oracle GI for a cluster Oracle RAC raccdb1_1 !  Servers “Move” to Replace Failed node –  Protects against cascade failures due to load –  Ensures workload isolation between pools –  Less important workloads shutdown transactionally Copyright © 2013, Oracle and/or its affiliates. All rights reserved.20 dancer srvpool: backoffice Oracle GI for a cluster Oracle RAC raccdb1_2 dancer srvpool: frontoffice Oracle GI for a cluster Oracle RAC raccdb1_2 comet srvpool: backoffice Oracle GI for a cluster Oracle RAC raccdb1_1 comet srvpool: frontoffice Oracle GI for a cluster Oracle RAC raccdb1_1 Policy-Managed Databases with Oracle RAC 12c Improved HA Management – Manage Last Service Standing raccdb1 dasher srvpool: frontoffice Oracle GI for a cluster Oracle RAC raccdb1_4 vixen srvpool: frontoffice Oracle GI for a cluster Oracle RAC raccdb1_3 !  Business Critical Services survive multiple failures –  Most important pool always gets the servers –  Services preserved across multiple failures –  Less important workloads shutdown transactionally
  • 11. 9/30/13& 11& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.21 Agenda !  Introduction !  Oracle Multitenant and Oracle RAC Basics !  Why Use Database Services !  Improved Agility with Changing Workloads !  Creating an Oracle RAC-based CDB !  Administering an Oracle RAC-based CDB !  Summary and Q&A Copyright © 2013, Oracle and/or its affiliates. All rights reserved.22 Expand Cluster to Support Flexible Consolidation Model Services Single SGA per CDB Instance Improved Agility With Changing Workloads Node1 CDB Instance 1 Node2 CDB Instance 2 Multitenant Container Database (CDB)
  • 12. 9/30/13& 12& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.23 Expand Cluster to Support Flexible Consolidation Model Services Single SGA per CDB Instance Node1 CDB Instance 1 Node2 CDB Instance 2 Node3 CDB Instance 3 Improved Agility With Changing Workloads Multitenant Container Database (CDB) Copyright © 2013, Oracle and/or its affiliates. All rights reserved.24 Improved Agility With Changing Workloads Facilitating Policy-Managed Dynamic Database Services HRg1wc HR PDB CRM PDB CRMSVC vixen srvpool: backofficecomet srvpool: frontoffice dasher srvpool: frontoffice Oracle GI for a cluster Oracle GI for a clusterOracle GI for a cluster Oracle RAC Oracle RACOracle RAC raccdb1 raccdb1_1 raccdb1_4 dancer srvpool: frontoffice Oracle GI for a cluster Oracle RAC raccdb1_3 raccdb1_2 sqlplus <user>/<pwd>@MySCAN/crmsvc SQL> select instance_name,host_name from v$instance; INSTANCE_NAME HOST_NAME ------------------------------------ raccdb1_3 dancer
  • 13. 9/30/13& 13& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.25 Improved Agility With Changing Workloads Facilitating Policy-Managed Dynamic Database Services HRg1wc HR PDB CRM PDB CRMSVC sqlplus <user>/<pwd>@MySCAN/crmsvc SQL> select instance_name,host_name from v$instance; INSTANCE_NAME HOST_NAME ------------------------------------ Raccdb1_1 vixen vixen srvpool: frontofficecomet srvpool: backup dancer srvpool: backupdasher srvpool: backoffice 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_1 raccdb1_4 raccdb1_3 raccdb1_2 backup Copyright © 2013, Oracle and/or its affiliates. All rights reserved.26 dancer srvpool: frontoffice Oracle GI for a cluster Oracle RAC raccdb1_3 Improved Agility With Changing Workloads Stopping a PDB once it was opened r/w or ro using services vixen srvpool: frontofficecomet srvpool: frontoffice Oracle GI for a clusterOracle GI for a cluster Oracle RACOracle RAC raccdb1 raccdb1_1Raccdb1_2 sqlplus <user>/<pwd>@MySCAN/crmsvc " ERROR: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor !  Services regulate user access to a database –  The first service assigned to a PDB opens the PDB in read/write mode (default) –  Stopping a service does not close the PDB !  User access to this PDB is prevented. –  The buffers held by the PDB not actively used will be subject to regular buffer aging operations !  Use SQL to stop a PDB (on an instance) as required Buffers HRg1wc HR PDB CRMSVC CRM PDB
  • 14. 9/30/13& 14& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.27 Agenda !  Introduction !  Oracle Multitenant and Oracle RAC Basics !  Why Use Database Services !  Improved Agility with Changing Workloads !  Creating an Oracle RAC-based CDB !  Administering an Oracle RAC-based CDB !  Summary and Q&A Copyright © 2013, Oracle and/or its affiliates. All rights reserved.28 Create an Oracle RAC Database What is the default when keeping the preselection in steps 1-4…? !  Policy-managed !  Oracle RAC-based !  Non-CDB Database
  • 15. 9/30/13& 15& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.29 Create an Oracle RAC-based CDB Create a CDB instead… Create an empty multitenant CDB. Copyright © 2013, Oracle and/or its affiliates. All rights reserved.30 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
  • 16. 9/30/13& 16& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.31 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 Copyright © 2013, Oracle and/or its affiliates. All rights reserved.32 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
  • 17. 9/30/13& 17& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.33 Post-Creation Steps Create services – 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.34 !  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 – 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
  • 18. 9/30/13& 18& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.35 Agenda !  Introduction !  Oracle Multitenant and Oracle RAC Basics !  Why Use Database Services !  Improved Agility with Changing Workloads !  Creating an Oracle RAC-based CDB !  Administering an Oracle RAC-based CDB !  Summary and Q&A Copyright © 2013, Oracle and/or its affiliates. All rights reserved.36 Manage Many as One with Multitenant Backup databases as one; recover at pluggable database level One Backup Point-in-time recovery At pluggable database level
  • 19. 9/30/13& 19& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.37 Manage Many as One with Multitenant Backup databases as one; recover at pluggable database level vixen srvpool: frontofficecomet srvpool: backup dancer srvpool: backupdasher srvpool: backoffice 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_1 raccdb1_4 raccdb1_3 raccdb1_2 Backup Point-in-time recovery At pluggable database level Copyright © 2013, Oracle and/or its affiliates. All rights reserved.38 Multitenant for Simplified Upgrades Apply changes once, all pluggable databases updated Upgrade in-place
  • 20. 9/30/13& 20& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.39 Multitenant for Patching Flexible choice when patching & upgrading databases Copyright © 2013, Oracle and/or its affiliates. All rights reserved.40 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 Online (rolling) Patch and PSU Application
  • 21. 9/30/13& 21& Copyright © 2013, Oracle and/or its affiliates. All rights reserved.41 Agenda !  Introduction !  Oracle Multitenant and Oracle RAC Basics !  Why Use Database Services !  Improved Agility with Changing Workloads !  Creating an Oracle RAC-based CDB !  Administering an Oracle RAC-based CDB !  Summary and Q&A Copyright © 2013, Oracle and/or its affiliates. All rights reserved.42 Benefit Capability Enabled Minimize CapEx •  More applications per server Minimize OpEx •  Manage many as one •  Standardized procedures & service levels •  Cloning for development / testing Maximize Agility •  Rapid provisioning •  Portability through “pluggability” •  Scalability with RAC Ease of Adoption •  Applications run unchanged Key Benefits
  • 22. 9/30/13& 22& Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 of the corporate presentation template43 Graphic Section Divider Copyright © 2013, Oracle and/or its affiliates. All rights reserved.44