+ All Categories
Home > Documents > 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential –...

1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential –...

Date post: 10-Feb-2018
Category:
Upload: vodieu
View: 225 times
Download: 3 times
Share this document with a friend
56
Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential Oracle Restricted 1
Transcript
Page 1: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 1

Page 2: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 2

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. Release timing for

Oracle Database 12c is planned for Calendar Year 2013.

Page 3: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 3

Oracle Multitenant Simplify Consolidation with Oracle Database 12c

David Peake

Product Manager – Server Technologies

[email protected]

Page 4: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 4

Agenda

Rethinking Database Architecture for the Cloud

Multitenant Architecture

Capabilities Enabled

Managing Shared Resources

Upgrading to Multitenant

Use Cases

Page 5: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 5

Agenda

Rethinking Database Architecture for the Cloud

Multitenant Architecture

Capabilities Enabled

Managing Shared Resources

Upgrading to Multitenant

Use Cases

Page 6: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 6

Pressures

Increase Agility

Reduce Costs

• Capital Costs

• Operating Costs

Non-stop operations

DBA challenges:

• Patching, upgrades

• Provisioning

Pressures Requirements

Increase Agility

Performance, scalability

Reduce Costs

• Capital Costs

• Operating Costs

Reliability, availability

Non-stop operations Security, tenant isolation

DBA challenges:

• Patching, upgrades

• Provisioning

No application changes

Pressures Requirements Trends

Increase Agility

Performance, scalability Private Cloud

Reduce Costs

• Capital Costs

• Operating Costs

Reliability, availability Massively Powerful Servers

(Exadata)

Non-stop operations Security, tenant isolation Virtualization

DBA challenges:

• Patching, upgrades

• Provisioning

No application changes

Simplification

• Standardized Services

• Self-Service

Industry Today

Page 7: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 9

Database Cloud & Consolidation Architectures

Multiple DB

Instances

Schema

Consolidation

Share servers

and OS with

“DB Instance Isolation”

Virtual

Machines

Share servers

with

“VM isolation”

NEW DB 12c

Multitenant

Share servers, OS

and database with

“Pluggable DB Isolation”

Share servers, OS

and database with

“Schema Isolation”

Page 8: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 10

Oracle Database Architecture Each Databases requires memory, processes and database files

System Resources

Page 9: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 11

New Multitenant Architecture Memory and processes required at multitenant container level only

System Resources

Page 10: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 12

New Multitenant Architecture Memory and processes shared and managed at container level

System Resources

Page 11: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 13

Agenda

Rethinking Database Architecture for the Cloud

Multitenant Architecture

Capabilities Enabled

Managing Shared Resources

Upgrading to Multitenant

Use Cases

Page 12: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 14

Multitenant Architecture Components of a Multitenant Container Database (CDB)

Pluggable Databases (PDBs)

PDBs

Root

CDB

Page 13: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 15

Multitenant Architecture

Multitenant architecture can currently

support up to 252 PDBs

A PDB feels and operates identically to a

non-CDB

You cannot tell, from the viewpoint of a

connected client, if you’re using a PDB or

a non-CDB

Database

Link

Page 14: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 16

Multitenant Architecture – Dynamics

PDBs share common SGA and

background processes

Foreground sessions see only

the PDB they connect to

Page 15: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 17

0

0.5

1

1.5

2

2.5

3

CRM HCM ERP BI

GB

Pluggable Database

MEMORY

0

0.5

1

1.5

2

2.5

3

CRM HCM ERP BI DW

GB

Pluggable Database

MEMORY

Multitenant Scalability

Only small increments in memory as

additional PDBs are added

0

0.5

1

1.5

2

2.5

3

CRM HCM ERP

GB

Pluggable Database

MEMORY

Page 16: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 18

Files in the CDB

Each PDB has its own set of tablespaces

including SYSTEM and SYSAUX

PDBs share UNDO, REDO

and control files, (s)pfile

By default the CDB has a single TEMP

tablespace but PDBs may create their

own

Namespaces

Page 17: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 19

Users Local users are the successors for

customer-created users in a non-CDB

A local user is defined only in a PDB

A local user can administer a PDB

A common user is defined in the root

and is represented in every PDB

A common user can log into any PDB

where it has “Create Session” and can

therefore administer a PDB

The Oracle system is owned by

common users

Page 18: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 20

Common Users and Privileges

A common user can be granted privileges locally in a PDB (or root)

and therefore differently in each container

A common user can, alternatively, be granted a system privilege

commonly – the grant is made in root and every PDB, present and

future

You can create a common role

A common role can be granted to a common user commonly

Authorization is checked in the container where the SQL is attempted

considering only the privileges that the user has in that container

Authorization is checked in the same way as pre-12.1

Page 19: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 21

Pluggable Database

A PDB feels and operates identically

to a non-CDB Database

You cannot tell, from the viewpoint of a

connected client, if you’re using a PDB

or a non-CDB Database

A new PDB can be created in seconds

Page 20: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 22

… and plug into the new CDB

Unplug / Plug Simply unplug from the old CDB …

Moving between CDBs is a simple

case of moving a PDBs metadata

An unplugged PDB carries with it

lineage, opatch, encryption key info

etc

PDBs can be moved using

• Enterprise Manager 12c

• SQL Developer

• Database Configuration Assistant

(DBCA)

• SQL commands

Page 21: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 23

Unplug / plug Example

alter pluggable database HCM

unplug into '/u01/app/oracle/oradata/…/hcm.xml'

create pluggable database My_PDB

using '/u01/app/oracle/oradata/…/hcm.xml'

Plug

Unplug

Page 22: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 24

Agenda

Rethinking Database Architecture for the Cloud

Multitenant Architecture

Capabilities Enabled

Managing Shared Resources

Upgrading to Multitenant

Use Cases

Page 23: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 25

Manage Many Databases as One Backup databases as one, recover at pluggable database Level

One Backup

Point-in-time recovery

at pluggable database level

Page 24: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 26

Manage Many Databases as One One standby database covers all pluggable databases

Page 25: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 27

Simplified Patching Apply changes once, all pluggable databases updated

Upgrade

in-place

Page 26: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 28

Simplified Upgrades Flexible choice when patching & upgrading databases

Page 27: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 29

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)

Page 28: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 30

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)

Page 29: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 31

GOLD

SILVER

BRONZE

RAC, Data Guard, Daily Incrementals

Data Guard, Daily Incrementals

Weekly Full Backups

PDB migrates through SLAs as it becomes more mission critical

Unprecedented Agility with Pluggable Portability

Page 30: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 32

Multitenant for Fast Provisioning Pluggable databases can be quickly provisioned from seed

Page 31: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 33

Multitenant for Provisioning

PDBs can be cloned from

remote CDBs

PDBs can be cloned from

within the same CDB

Fast cloning of PDBs

Page 32: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 34

Cloning a PDB Example

create pluggable database HCMBI from HCM

create pluggable database HCMBI from [email protected]

Remote (DB Link)

Local

Page 33: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 35

Per PDB vs per CDB Common operations on CDB with granular control where appropriate

Single Oracle Software Version

Data Guard

Scheduled RMAN Backups

Some parameters/properties

e.g. homogeneous character set

Redo and Undo

RMAN point-in-time recovery

Ad hoc RMAN backups

Flush shared pool

Parameters where

IsPDB_Modifiable = 'TRUE'

Per CDB Per PDB

Page 34: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 36

Advantages of 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

Page 35: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 38

Agenda

Rethinking Database Architecture for the Cloud

Multitenant Architecture

Capabilities Enabled

Managing Shared Resources

Upgrading to Multitenant

Use Cases

Page 36: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 39

Managing Shared Resources Resource management for consolidated databases

High Priority

Medium Priority

Low Priority

Page 37: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 40

Managing Resources between PDBs

PDBs vie for shared resources

Using Resource Manager, you can control

– CPU

– Exadata I/O

– Sessions

– Parallel execution servers

Configure a policy that controls how resources are utilized

– Default configuration that works, even as PDBs are added or removed

– Hard limits, for “get what you pay for”

Page 38: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 41

Managing Resources between PDBs

The model is “industry standard” based on two notions:

– A number of shares is allocated to each PDB

– A “cap” (a.k.a. maximum utilization limit)

may be applied to each PDB

Page 39: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 42

Managing CPU

Pluggable Database Shares Guaranteed CPU Maximum CPU

HCM 2 2/4 = 50% 100%

CRM 1 1/4 = 25% 100%

ERP 1 1/4 = 25% 100%

2 Shares 1 Share 1 Share

A CDB Resource Plan uses

shares to specify how CPU is

distributed between PDBs

Page 40: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 43

Agenda

Rethinking Database Architecture for the Cloud

Multitenant Architecture

Capabilities Enabled

Managing Shared Resources

Upgrading to Multitenant

Use Cases

Page 41: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 44

Upgrading to Multitenant Step 1: Upgrade databases in-place

Upgrade in Place

Page 42: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 45

Upgrading to Multitenant Step 2: Plug-in upgraded databases

Page 43: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 46

Upgrading to Multitenant Step 3. Change applications to work with Multitenant

Page 44: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 47

Upgrading to Multitenant

No application changes required.

Step 3. Change applications to work with Multitenant

Page 45: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 48

Migrate using Replication

① Provision new PDB from Seed

② Replicate using technologies such as

Oracle GoldenGate or Data Pump

New in 12.1, you ask that full database

export and full database import make

maximum use of transportable

tablespaces in the single expdb and

impdb commands.

(Backported to 11.2.0.3.)

Page 46: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 49

Agenda

Rethinking Database Architecture for the Cloud

Multitenant Architecture

Capabilities Enabled

Managing Shared Resources

Upgrading to Multitenant

Use Cases

Page 47: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 50

1. Creating Databases for Test and Development Fast, flexible copy and snapshot of pluggable databases

Page 48: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 51

2. Consolidation of Disparate Applications Shared overhead of memory and processes

System Resources

Page 49: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 52

RAC, Data Guard,

Daily Incrementals

Data Guard

Daily Incrementals

Pick from standard sizes and service levels

3. Self-Service Database as a Service (DBaaS)

GOLD

SILVER

BRONZE Weekly Full

Backups

Page 50: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 53

RAC, Data Guard,

Daily Incrementals

Data Guard

Daily Incrementals

Pick from standard sizes and service levels

3. Self-Service Database as a Service (DBaaS)

GOLD

SILVER

BRONZE Weekly Full

Backups

Page 51: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 54

4. Software as a Service (SaaS) Multitenancy implemented by the Database, not the Application

Page 52: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 55

5. ISVs Distributing Packaged Applications Packaged apps and reference data are easily distributed

Page 53: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 57

Oracle Multitenant What customers are saying…

“Oracle Multitenant is a step forward in that it gives us more control over our schemas and

applications; to be able to isolate them, give definitive statements on how performance is

working and be able to manage more databases better.” Carfax

“Oracle Multitenant allows us to consolidate hundreds of databases onto a RAC environment

that guarantees the separation that drove us to put them on separate servers previously.”

Logical Technology

“Undoubtedly the number one most compelling feature of Oracle Database 12c is the support

for consolidation. Oracle Multitenant can share memory resources, and make management

easier because it is still a single database instance.” Pythian

“With Oracle Database 12c, we can now copy an entire database from one instance to

another using full transportable export/import. This minimizes the downtime when

migrating clients’ databases.” Accenture

Page 54: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 58

Benefit Capability Enabled

Minimize CapEx • More applications per server

Minimize OpEx • Manage many as one

• Standardized procedures & service levels

• Rapid provisioning

Maximize Agility • Cloning for development / testing

• Portability through “pluggability”

• Scalability with RAC

Ease of Adoption • Applications run unchanged

Key Benefits

Page 55: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 59

Page 56: 1 Copyright © 2013, Oracle and/or its affiliates. All ... · PDF fileConfidential – Oracle Restricted Cloning a PDB Example create pluggable database HCMBI from HCM ... Oracle Database

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Restricted 60


Recommended