SlideShare ist ein Scribd-Unternehmen logo
1 von 43
1Copyright © 2013, Oracle and/or its affiliates. All rights reserved.

Confidential - Oracle Restricted
Is Oracle Database Cloud
Right for You?
Guanglei Bao
Oracle University Principal Instructor
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.

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

Confidential - Oracle Restricted
Program Agenda
 Types of Cloud Computing
 Public Database Cloud
 Private Database Cloud

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

Confidential - Oracle Restricted
Types of Cloud Computing

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

Confidential - Oracle Restricted
Types of Cloud Computing
Taxonomy

 SaaS
 PaaS
 DBaaS

 IaaS

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

Confidential - Oracle Restricted
Oracle Clouds
Public and Private

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

Confidential - Oracle Restricted
Oracle Clouds

 Public

 Private

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

Confidential - Oracle Restricted
Oracle Database Cloud Service

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

Confidential - Oracle Restricted
Oracle Database Cloud Service
Attributes
 Primarily a PaaS
 Does not require operational effort for underlying Oracle Database
 Very limited control over parameters and configurations
 No standard SQL*Net connectivity

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

Confidential - Oracle Restricted
Oracle Database Cloud Service
Benefits
 Instant provisioning
 Rapid application development (RAD)
 Iterative development
 Full power of SQL and PL/SQL
 Instance business value

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

Confidential - Oracle Restricted
Oracle Database Cloud Service
Instant provisioning
 Install with a few mouse clicks

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

Confidential - Oracle Restricted
Oracle Database Cloud Service
Limitations
 Small set of packaged applications
 Upper limit on storage
 Isolated services

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

Confidential - Oracle Restricted
Oracle Database Cloud Service
Isolated services

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

Confidential - Oracle Restricted
Oracle Database Cloud Service
Limitations
 Small set of packaged applications
 Upper limit on storage
 Isolated services
 Migration costs

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

Confidential - Oracle Restricted
Oracle Database Cloud Service
Security precautions
 Different security lockdown goals
– Protect customers’ data
– Protect integrity of the service
– Prevent hackers from using service to launch attacks

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

Confidential - Oracle Restricted
Oracle Database Cloud Service
Security precautions
 Strictly enforced schema/tenant isolation
– Fewer database options are installed – No Spatial, Context, Multimedia
– Performance and resource caging using Resource Manager
– Further security lockdown – Restricted access to many PL/SQL packages

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

Confidential - Oracle Restricted
Oracle Database Cloud Service
Security precautions
 Should be locked down by default to minimize attack surface
– No operating system or file system access
– Absolutely no cross schema access

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

Confidential - Oracle Restricted
Oracle Database Cloud Service
Limitations
 Small set of packaged applications
 Upper limit on storage
 Isolated services
 Migration costs
 Limited access options

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

Confidential - Oracle Restricted
Oracle Database Cloud Service
Limited access options

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

Confidential - Oracle Restricted
Oracle Database Cloud Service
Scenarios
 Need an environment for a new application
 Want to migrate an existing Oracle database, but not application
 Want to migrate an existing non-Oracle database, but not application
 Want to migrate existing Oracle database and application
 Need a test/dev environment
 Need a Cloud platform for development

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

Confidential - Oracle Restricted
Oracle Clouds

 Public

 Private

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

Confidential - Oracle Restricted
Private Database Cloud

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

Confidential - Oracle Restricted
Private Database Cloud Model
Consolidation
 Infrastructure Cloud
 Database Cloud

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

Confidential - Oracle Restricted
Private Database Cloud Model
Infrastructure Cloud
 Virtualization
 “Push-button” deployment
 Resource isolation
 Not for I/O-intensive databases

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

Confidential - Oracle Restricted
Private Database Cloud Model
Database Cloud
 RAC One Node
 RAC
 Pluggable DB
 By passing virtualization layer

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

Confidential - Oracle Restricted
Private Database Cloud Model
RAC One Node
 Client connections

Server 1

DB-A

Server 2

DB-B

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

DB-C

Confidential - Oracle Restricted

Server 3

DB-D

DB-E
Private Database Cloud Model
RAC One Node
 Client connections

Server 1

DB-A

DB-B

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

Server 2

DB-B

Confidential - Oracle Restricted

DB-C

Server 3

DB-D

DB-E
Private Database Cloud Model
RAC One Node
 Client connections

Server 1

DB-A

DB-B

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

Server 2

DB-B

Confidential - Oracle Restricted

DB-C

Server 3

DB-D

DB-E
Private Database Cloud Model
Database Cloud
 RAC
 Extreme Schema Consolidation

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

Confidential - Oracle Restricted
New Clause: ENABLE PLUGGABLE DATABASE
PDB

SQL> CONNECT / AS SYSDBA
SQL> STARTUP NOMOUNT
SQL> CREATE DATABASE cdb2
2
USER SYS IDENTIFIED BY p1 USER SYSTEM IDENTIFIED BY p2
3
EXTENT MANAGEMENT LOCAL
4
DEFAULT TEMPORARY TABLESPACE temp
5
UNDO TABLESPACE undotbs
6
DEFAULT TABLESPACE users
7
ENABLE PLUGGABLE DATABASE;

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

Confidential - Oracle Restricted
Pluggable Database

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

Confidential - Oracle Restricted
Connection to Pluggable Database
PDB
Container Database CDB1
root
PDB_test

Listener/Service

PDB_hr
PDB_dev

37Copyright © 2013, Oracle and/or its affiliates. All rights reserved.

Listener/Service

Confidential - Oracle Restricted
Common and Local Schemas / Users
Container Database CDB1
root

View CDB_USERS
USERNAME

COMMON

SYS

YES

SYSTEM

YES

CDBA
C##U

View DBA_USERS
USERNAME

COMMON

SYS

YES

SYSTEM

YES

YES

CDBA

YES

YES

C##U

YES

HR

PDB_test

NO

Tablespace
EXAMPLE

View DBA_USERS
USERNAME
SYS

YES

SYSTEM

YES

CDBA

YES

C##U

YES

HR

PDB_hr

COMMON

NO

Tablespace
EXAMPLE

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

Confidential - Oracle Restricted

Tablespace
EXAMPLE

A common user involves adding a
description of that user in the root
and in every PDB.
A local user is a traditional user,
known only in its own PDB.
Private Database Cloud Model
Database Cloud with PDB
 Extreme Schema Consolidation

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

Confidential - Oracle Restricted
“With an ever-expanding portfolio of tools and
applications, Oracle University is strongly oriented toward
the individual learner.”

2013 LEADER IN
IT EDUCATION
According to
Industry Analyst Firm IDC

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

“Of the vendors evaluated, Oracle is most adept at
describing the value of training at multiple parts of the
technology deployment life cycle.”
“This decentralized control [of the curricula development]
helps maximize the relevance of the training offering to the
elements that are most useful to end users.”

Confidential - Oracle Restricted
One of the World’s Largest Training Organizations
Worldwide classrooms: 200+ in 89 countries
Worldwide classrooms: 200+ in 89 countries
Languages supported: 28
Languages supported: 28

Courses: 2000+
Courses: 2000+

Classes per week: 600+, 90+ Virtual Classes
Classes per week: 600+, 90+ Virtual Classes
On Demand Courses: 100 and growing
On Demand Courses: 100 and growing
Students trained per year: 400,000+
Students trained per year: 400,000+
Global education partnerships: 500+
Global education partnerships: 500+
Oracle certified professionals: 1.6+ million
Oracle certified professionals: 1.6+ million
41Copyright © 2013, Oracle and/or its affiliates. All rights reserved.

Confidential - Oracle Restricted
Training & Certification for the Entire Stack
ROLE-BASED TRAINING
Architects

Administrators

Developers

Implementers

Business Users

WHEN AND HOW YOU NEED IT
In-Class

Live Virtual Class

Training On Demand

Private

VALIDATED BY INDUSTRY-RECOGNIZED CERTIFICATIONS
Oracle
Certified
Associate

Oracle
Certified
Professional

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

Oracle
Certified
Expert

Confidential - Oracle Restricted

Oracle
Certified
Master
More than 2000 Courses Across 50+ Products
Database

Fusion Middleware

• Oracle Database 11g,
Database 10g, 12c
• Real Application
Clusters
• Grid Infrastructure
• Enterprise Manager
for Database
• SQL and PL/SQL
• MySQL
• Data Warehousing
• Exadata and
Engineered Systems
• Database Security
• Data Guard
• Application Express
• Embedded Database
• In-Memory Database
Cache
• Spatial
• Secure Enterprise
Search

• Java
• Application Server
and Infrastructure
• Exalogic
• Exalytics
• Service-Oriented
Architecture and Process
Management
• WebCenter
• Business Intelligence
• Identity Management
• Developer Tools
• Data Integration
• Transaction Processing
• Enterprise Management
• Oracle Cloud Services

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

Applications
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•

Fusion Applications
Oracle E-Business Suite
PeopleSoft Enterprise
Siebel
JD Edwards EnterpriseOne
Hyperion
Primavera
Application Integration Architecture
User Productivity Kit
Oracle CRM On Demand
JD Edwards World
Governance, Risk, and Compliance
Management
Agile Product Lifecycle Management
AutoVue Enterprise Visualization
Oracle Policy Automation
Demantra
ATG Commerce Suite
Transportation Management
Tutor

Confidential - Oracle Restricted

Server & Storage
Systems

Industries

Oracle Solaris
Oracle Solaris Cluster
Virtualization
Linux
Security
Enterprise Manager
Ops Center
• Sun Oracle Database
Machine
• Sun Servers
• Sun Storage and
Tape

• Communication
s
• Life Sciences
• Insurance
• Retail
• Utilities
• Higher
Education

•
•
•
•
•
•
160+ Certification Credentials Available
Products

Administrators, Developers & Architects

Implementers & Consultants

Database

PL/SQL
Oracle Database
RAC & Grid

SQL
MySQL
Performance Tuning

Oracle Database
RAC
Data Warehousing

Middleware

Java Development

Java Architecture

WebLogic
WebCenter
SOA
Identity Management
Cloud Application Foundation

Server &
Storage Systems

Oracle Solaris
Linux

Oracle Solaris Cluster
Oracle VM

Exadata
Storage
Pillar Axiom

Applications

Fusion Applications
User Productivity Kit
JD Edwards
PeopleSoft Enterprise
Primavera

Siebel
Oracle Hyperion

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

Confidential - Oracle Restricted

Enterprise Manager
Security

Exalogic
SPARC

E-Business Suite
Oracle Hyperion
Siebel CRM
PeopleTools
Oracle Cloud
Contact Oracle University at:
Telephone: 800 810 9931

2013 LEADER
IN IT EDUCATION
education.oracle.com

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

Confidential - Oracle Restricted

or
Email: OUChina_CN@oracle.com
Website:
www.oracle.com/cn/education
46Copyright © 2013, Oracle and/or its affiliates. All rights reserved.

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

Confidential - Oracle Restricted

Weitere ähnliche Inhalte

Was ist angesagt?

HA, Scalability, DR & MAA in Oracle Database 21c - Overview
HA, Scalability, DR & MAA in Oracle Database 21c - OverviewHA, Scalability, DR & MAA in Oracle Database 21c - Overview
HA, Scalability, DR & MAA in Oracle Database 21c - OverviewMarkus Michalewicz
 
Oracle cloud, private, public and hybrid
Oracle cloud, private, public and hybridOracle cloud, private, public and hybrid
Oracle cloud, private, public and hybridJohan Louwers
 
Oracle MAA (Maximum Availability Architecture) 18c - An Overview
Oracle MAA (Maximum Availability Architecture) 18c - An OverviewOracle MAA (Maximum Availability Architecture) 18c - An Overview
Oracle MAA (Maximum Availability Architecture) 18c - An OverviewMarkus Michalewicz
 
Oracle Sharding 18c - Technical Overview
Oracle Sharding 18c - Technical OverviewOracle Sharding 18c - Technical Overview
Oracle Sharding 18c - Technical OverviewMarkus Michalewicz
 
Oracle Cloud – Application Performance Monitoring
Oracle Cloud – Application Performance MonitoringOracle Cloud – Application Performance Monitoring
Oracle Cloud – Application Performance MonitoringMarketingArrowECS_CZ
 
13회 Oracle Developer Meetup 발표 자료: Oracle Cloud Data Interface(2019.07.20)
13회 Oracle Developer Meetup 발표 자료: Oracle Cloud Data Interface(2019.07.20)13회 Oracle Developer Meetup 발표 자료: Oracle Cloud Data Interface(2019.07.20)
13회 Oracle Developer Meetup 발표 자료: Oracle Cloud Data Interface(2019.07.20)Taewan Kim
 
(Oracle) DBA Skills to Have, to Obtain and to Nurture
(Oracle) DBA Skills to Have, to Obtain and to Nurture(Oracle) DBA Skills to Have, to Obtain and to Nurture
(Oracle) DBA Skills to Have, to Obtain and to NurtureMarkus Michalewicz
 
Oracle Database 12c with RAC High Availability Best Practices
Oracle Database 12c with RAC High Availability Best PracticesOracle Database 12c with RAC High Availability Best Practices
Oracle Database 12c with RAC High Availability Best PracticesMarkus Michalewicz
 
Oracle engineered systems executive presentation
Oracle engineered systems executive presentationOracle engineered systems executive presentation
Oracle engineered systems executive presentationOTN Systems Hub
 
Virtualized Oracle Real Application Clusters (RAC) - Containers and VMs for RAC
Virtualized Oracle Real Application Clusters (RAC) - Containers and VMs for RACVirtualized Oracle Real Application Clusters (RAC) - Containers and VMs for RAC
Virtualized Oracle Real Application Clusters (RAC) - Containers and VMs for RACMarkus Michalewicz
 
APEX – jak vytvořit jednoduše aplikaci
APEX – jak vytvořit jednoduše aplikaciAPEX – jak vytvořit jednoduše aplikaci
APEX – jak vytvořit jednoduše aplikaciMarketingArrowECS_CZ
 
Oracle RAC - Roadmap for New Features
Oracle RAC - Roadmap for New FeaturesOracle RAC - Roadmap for New Features
Oracle RAC - Roadmap for New FeaturesMarkus Michalewicz
 
Under the Hood of the Smartest Availability Features in Oracle's Autonomous D...
Under the Hood of the Smartest Availability Features in Oracle's Autonomous D...Under the Hood of the Smartest Availability Features in Oracle's Autonomous D...
Under the Hood of the Smartest Availability Features in Oracle's Autonomous D...Markus 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
 
Oracle Data Protection - 1. část
Oracle Data Protection - 1. částOracle Data Protection - 1. část
Oracle Data Protection - 1. částMarketingArrowECS_CZ
 
Oracle MAA Best Practices - Applications Considerations
Oracle MAA Best Practices - Applications ConsiderationsOracle MAA Best Practices - Applications Considerations
Oracle MAA Best Practices - Applications ConsiderationsMarkus Michalewicz
 
Make Your Application “Oracle RAC Ready” & Test For It
Make Your Application “Oracle RAC Ready” & Test For ItMake Your Application “Oracle RAC Ready” & Test For It
Make Your Application “Oracle RAC Ready” & Test For ItMarkus Michalewicz
 
Oracle Database – Mission Critical
Oracle Database – Mission CriticalOracle Database – Mission Critical
Oracle Database – Mission CriticalMarkus Michalewicz
 

Was ist angesagt? (20)

HA, Scalability, DR & MAA in Oracle Database 21c - Overview
HA, Scalability, DR & MAA in Oracle Database 21c - OverviewHA, Scalability, DR & MAA in Oracle Database 21c - Overview
HA, Scalability, DR & MAA in Oracle Database 21c - Overview
 
Oracle cloud, private, public and hybrid
Oracle cloud, private, public and hybridOracle cloud, private, public and hybrid
Oracle cloud, private, public and hybrid
 
Oracle MAA (Maximum Availability Architecture) 18c - An Overview
Oracle MAA (Maximum Availability Architecture) 18c - An OverviewOracle MAA (Maximum Availability Architecture) 18c - An Overview
Oracle MAA (Maximum Availability Architecture) 18c - An Overview
 
Oracle Sharding 18c - Technical Overview
Oracle Sharding 18c - Technical OverviewOracle Sharding 18c - Technical Overview
Oracle Sharding 18c - Technical Overview
 
Oracle Cloud – Application Performance Monitoring
Oracle Cloud – Application Performance MonitoringOracle Cloud – Application Performance Monitoring
Oracle Cloud – Application Performance Monitoring
 
13회 Oracle Developer Meetup 발표 자료: Oracle Cloud Data Interface(2019.07.20)
13회 Oracle Developer Meetup 발표 자료: Oracle Cloud Data Interface(2019.07.20)13회 Oracle Developer Meetup 발표 자료: Oracle Cloud Data Interface(2019.07.20)
13회 Oracle Developer Meetup 발표 자료: Oracle Cloud Data Interface(2019.07.20)
 
(Oracle) DBA Skills to Have, to Obtain and to Nurture
(Oracle) DBA Skills to Have, to Obtain and to Nurture(Oracle) DBA Skills to Have, to Obtain and to Nurture
(Oracle) DBA Skills to Have, to Obtain and to Nurture
 
OOW-TBE-12c-CON7307-Sharable
OOW-TBE-12c-CON7307-SharableOOW-TBE-12c-CON7307-Sharable
OOW-TBE-12c-CON7307-Sharable
 
Oracle Database 12c with RAC High Availability Best Practices
Oracle Database 12c with RAC High Availability Best PracticesOracle Database 12c with RAC High Availability Best Practices
Oracle Database 12c with RAC High Availability Best Practices
 
Oracle engineered systems executive presentation
Oracle engineered systems executive presentationOracle engineered systems executive presentation
Oracle engineered systems executive presentation
 
Virtualized Oracle Real Application Clusters (RAC) - Containers and VMs for RAC
Virtualized Oracle Real Application Clusters (RAC) - Containers and VMs for RACVirtualized Oracle Real Application Clusters (RAC) - Containers and VMs for RAC
Virtualized Oracle Real Application Clusters (RAC) - Containers and VMs for RAC
 
APEX – jak vytvořit jednoduše aplikaci
APEX – jak vytvořit jednoduše aplikaciAPEX – jak vytvořit jednoduše aplikaci
APEX – jak vytvořit jednoduše aplikaci
 
Oracle RAC - Roadmap for New Features
Oracle RAC - Roadmap for New FeaturesOracle RAC - Roadmap for New Features
Oracle RAC - Roadmap for New Features
 
Under the Hood of the Smartest Availability Features in Oracle's Autonomous D...
Under the Hood of the Smartest Availability Features in Oracle's Autonomous D...Under the Hood of the Smartest Availability Features in Oracle's Autonomous D...
Under the Hood of the Smartest Availability Features in Oracle's Autonomous D...
 
Why Use an Oracle Database?
Why Use an Oracle Database?Why Use an Oracle Database?
Why Use an Oracle Database?
 
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
 
Oracle Data Protection - 1. část
Oracle Data Protection - 1. částOracle Data Protection - 1. část
Oracle Data Protection - 1. část
 
Oracle MAA Best Practices - Applications Considerations
Oracle MAA Best Practices - Applications ConsiderationsOracle MAA Best Practices - Applications Considerations
Oracle MAA Best Practices - Applications Considerations
 
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 Database – Mission Critical
Oracle Database – Mission CriticalOracle Database – Mission Critical
Oracle Database – Mission Critical
 

Ähnlich wie Cloud based database

Oracle Multitenant in 50 minutes
Oracle Multitenant in 50 minutesOracle Multitenant in 50 minutes
Oracle Multitenant in 50 minutesConnor McDonald
 
Bilbao oracle12c keynote
Bilbao  oracle12c keynoteBilbao  oracle12c keynote
Bilbao oracle12c keynoteAitor Ibañez
 
Best Practices for Building an Enterprise SOA Infrastructure on Oracle SOA Suite
Best Practices for Building an Enterprise SOA Infrastructure on Oracle SOA SuiteBest Practices for Building an Enterprise SOA Infrastructure on Oracle SOA Suite
Best Practices for Building an Enterprise SOA Infrastructure on Oracle SOA SuiteMatt Wright
 
O Mundo Oracle e o Que Há de Novo no Java
O Mundo Oracle e o Que Há de Novo no JavaO Mundo Oracle e o Que Há de Novo no Java
O Mundo Oracle e o Que Há de Novo no JavaBruno Borges
 
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
 
Node.js and Oracle Database: New Development Techniques
Node.js and Oracle Database: New Development TechniquesNode.js and Oracle Database: New Development Techniques
Node.js and Oracle Database: New Development TechniquesChristopher Jones
 
ODA solution in-a-box
ODA solution in-a-boxODA solution in-a-box
ODA solution in-a-boxOracle
 
Oracle Multitenant meets Oracle RAC - IOUG 2014 Version
Oracle Multitenant meets Oracle RAC - IOUG 2014 VersionOracle Multitenant meets Oracle RAC - IOUG 2014 Version
Oracle Multitenant meets Oracle RAC - IOUG 2014 VersionMarkus Michalewicz
 
클라우드 시대 완벽한 데이터 관리 방법
클라우드 시대 완벽한 데이터 관리 방법 클라우드 시대 완벽한 데이터 관리 방법
클라우드 시대 완벽한 데이터 관리 방법 오라클 클라우드
 
KSCOPE Cloud Services and the Self Service Portal
KSCOPE Cloud Services  and the Self Service PortalKSCOPE Cloud Services  and the Self Service Portal
KSCOPE Cloud Services and the Self Service PortalKellyn Pot'Vin-Gorman
 
Solution Use Case Demo: The Power of Relationships in Your Big Data
Solution Use Case Demo: The Power of Relationships in Your Big DataSolution Use Case Demo: The Power of Relationships in Your Big Data
Solution Use Case Demo: The Power of Relationships in Your Big DataInfiniteGraph
 
Oracle NoSQL Database release 3.0 overview
Oracle NoSQL Database release 3.0 overviewOracle NoSQL Database release 3.0 overview
Oracle NoSQL Database release 3.0 overviewPaulo Fagundes
 
#PCMVision: Oracle Hybrid Cloud Solutions
#PCMVision: Oracle Hybrid Cloud Solutions#PCMVision: Oracle Hybrid Cloud Solutions
#PCMVision: Oracle Hybrid Cloud SolutionsPCM
 

Ähnlich wie Cloud based database (20)

Oracle Multitenant in 50 minutes
Oracle Multitenant in 50 minutesOracle Multitenant in 50 minutes
Oracle Multitenant in 50 minutes
 
The Oracle Cloud for Newbies
The Oracle Cloud for NewbiesThe Oracle Cloud for Newbies
The Oracle Cloud for Newbies
 
Eci sparc
Eci sparcEci sparc
Eci sparc
 
Bilbao oracle12c keynote
Bilbao  oracle12c keynoteBilbao  oracle12c keynote
Bilbao oracle12c keynote
 
Performance in the Oracle Cloud
Performance in the Oracle CloudPerformance in the Oracle Cloud
Performance in the Oracle Cloud
 
K2 oracle open world highlights
K2   oracle open world highlightsK2   oracle open world highlights
K2 oracle open world highlights
 
Best Practices for Building an Enterprise SOA Infrastructure on Oracle SOA Suite
Best Practices for Building an Enterprise SOA Infrastructure on Oracle SOA SuiteBest Practices for Building an Enterprise SOA Infrastructure on Oracle SOA Suite
Best Practices for Building an Enterprise SOA Infrastructure on Oracle SOA Suite
 
Oracle NoSQL
Oracle NoSQLOracle NoSQL
Oracle NoSQL
 
O Mundo Oracle e o Que Há de Novo no Java
O Mundo Oracle e o Que Há de Novo no JavaO Mundo Oracle e o Que Há de Novo no Java
O Mundo Oracle e o Que Há de Novo no Java
 
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
 
con8832-cloudha-2811114.pdf
con8832-cloudha-2811114.pdfcon8832-cloudha-2811114.pdf
con8832-cloudha-2811114.pdf
 
Node.js and Oracle Database: New Development Techniques
Node.js and Oracle Database: New Development TechniquesNode.js and Oracle Database: New Development Techniques
Node.js and Oracle Database: New Development Techniques
 
ODA solution in-a-box
ODA solution in-a-boxODA solution in-a-box
ODA solution in-a-box
 
Oracle Multitenant meets Oracle RAC - IOUG 2014 Version
Oracle Multitenant meets Oracle RAC - IOUG 2014 VersionOracle Multitenant meets Oracle RAC - IOUG 2014 Version
Oracle Multitenant meets Oracle RAC - IOUG 2014 Version
 
클라우드 시대 완벽한 데이터 관리 방법
클라우드 시대 완벽한 데이터 관리 방법 클라우드 시대 완벽한 데이터 관리 방법
클라우드 시대 완벽한 데이터 관리 방법
 
KSCOPE Cloud Services and the Self Service Portal
KSCOPE Cloud Services  and the Self Service PortalKSCOPE Cloud Services  and the Self Service Portal
KSCOPE Cloud Services and the Self Service Portal
 
The great 8 of ODA
The great 8 of ODAThe great 8 of ODA
The great 8 of ODA
 
Solution Use Case Demo: The Power of Relationships in Your Big Data
Solution Use Case Demo: The Power of Relationships in Your Big DataSolution Use Case Demo: The Power of Relationships in Your Big Data
Solution Use Case Demo: The Power of Relationships in Your Big Data
 
Oracle NoSQL Database release 3.0 overview
Oracle NoSQL Database release 3.0 overviewOracle NoSQL Database release 3.0 overview
Oracle NoSQL Database release 3.0 overview
 
#PCMVision: Oracle Hybrid Cloud Solutions
#PCMVision: Oracle Hybrid Cloud Solutions#PCMVision: Oracle Hybrid Cloud Solutions
#PCMVision: Oracle Hybrid Cloud Solutions
 

Kürzlich hochgeladen

Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 

Kürzlich hochgeladen (20)

Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 

Cloud based database

  • 1. 1Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 2. Is Oracle Database Cloud Right for You? Guanglei Bao Oracle University Principal Instructor
  • 3. 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. 3Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 4. Program Agenda  Types of Cloud Computing  Public Database Cloud  Private Database Cloud 4Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 5. Types of Cloud Computing 5Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 6. Types of Cloud Computing Taxonomy  SaaS  PaaS  DBaaS  IaaS 6Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 7. Oracle Clouds Public and Private 11Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 8. Oracle Clouds  Public  Private 12Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 9. Oracle Database Cloud Service 13Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 10. Oracle Database Cloud Service Attributes  Primarily a PaaS  Does not require operational effort for underlying Oracle Database  Very limited control over parameters and configurations  No standard SQL*Net connectivity 14Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 11. Oracle Database Cloud Service Benefits  Instant provisioning  Rapid application development (RAD)  Iterative development  Full power of SQL and PL/SQL  Instance business value 15Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 12. Oracle Database Cloud Service Instant provisioning  Install with a few mouse clicks 16Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 13. Oracle Database Cloud Service Limitations  Small set of packaged applications  Upper limit on storage  Isolated services 17Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 14. Oracle Database Cloud Service Isolated services 18Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 15. Oracle Database Cloud Service Limitations  Small set of packaged applications  Upper limit on storage  Isolated services  Migration costs 19Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 16. Oracle Database Cloud Service Security precautions  Different security lockdown goals – Protect customers’ data – Protect integrity of the service – Prevent hackers from using service to launch attacks 20Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 17. Oracle Database Cloud Service Security precautions  Strictly enforced schema/tenant isolation – Fewer database options are installed – No Spatial, Context, Multimedia – Performance and resource caging using Resource Manager – Further security lockdown – Restricted access to many PL/SQL packages 21Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 18. Oracle Database Cloud Service Security precautions  Should be locked down by default to minimize attack surface – No operating system or file system access – Absolutely no cross schema access 22Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 19. Oracle Database Cloud Service Limitations  Small set of packaged applications  Upper limit on storage  Isolated services  Migration costs  Limited access options 23Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 20. Oracle Database Cloud Service Limited access options 24Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 21. Oracle Database Cloud Service Scenarios  Need an environment for a new application  Want to migrate an existing Oracle database, but not application  Want to migrate an existing non-Oracle database, but not application  Want to migrate existing Oracle database and application  Need a test/dev environment  Need a Cloud platform for development 25Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 22. Oracle Clouds  Public  Private 26Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 23. Private Database Cloud 27Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 24. Private Database Cloud Model Consolidation  Infrastructure Cloud  Database Cloud 28Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 25. Private Database Cloud Model Infrastructure Cloud  Virtualization  “Push-button” deployment  Resource isolation  Not for I/O-intensive databases 29Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 26. Private Database Cloud Model Database Cloud  RAC One Node  RAC  Pluggable DB  By passing virtualization layer 30Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 27. Private Database Cloud Model RAC One Node  Client connections Server 1 DB-A Server 2 DB-B 31Copyright © 2013, Oracle and/or its affiliates. All rights reserved. DB-C Confidential - Oracle Restricted Server 3 DB-D DB-E
  • 28. Private Database Cloud Model RAC One Node  Client connections Server 1 DB-A DB-B 32Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Server 2 DB-B Confidential - Oracle Restricted DB-C Server 3 DB-D DB-E
  • 29. Private Database Cloud Model RAC One Node  Client connections Server 1 DB-A DB-B 33Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Server 2 DB-B Confidential - Oracle Restricted DB-C Server 3 DB-D DB-E
  • 30. Private Database Cloud Model Database Cloud  RAC  Extreme Schema Consolidation 34Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 31. New Clause: ENABLE PLUGGABLE DATABASE PDB SQL> CONNECT / AS SYSDBA SQL> STARTUP NOMOUNT SQL> CREATE DATABASE cdb2 2 USER SYS IDENTIFIED BY p1 USER SYSTEM IDENTIFIED BY p2 3 EXTENT MANAGEMENT LOCAL 4 DEFAULT TEMPORARY TABLESPACE temp 5 UNDO TABLESPACE undotbs 6 DEFAULT TABLESPACE users 7 ENABLE PLUGGABLE DATABASE; 35Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 32. Pluggable Database 36Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 33. Connection to Pluggable Database PDB Container Database CDB1 root PDB_test Listener/Service PDB_hr PDB_dev 37Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Listener/Service Confidential - Oracle Restricted
  • 34. Common and Local Schemas / Users Container Database CDB1 root View CDB_USERS USERNAME COMMON SYS YES SYSTEM YES CDBA C##U View DBA_USERS USERNAME COMMON SYS YES SYSTEM YES YES CDBA YES YES C##U YES HR PDB_test NO Tablespace EXAMPLE View DBA_USERS USERNAME SYS YES SYSTEM YES CDBA YES C##U YES HR PDB_hr COMMON NO Tablespace EXAMPLE 38Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted Tablespace EXAMPLE A common user involves adding a description of that user in the root and in every PDB. A local user is a traditional user, known only in its own PDB.
  • 35. Private Database Cloud Model Database Cloud with PDB  Extreme Schema Consolidation 39Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 36. “With an ever-expanding portfolio of tools and applications, Oracle University is strongly oriented toward the individual learner.” 2013 LEADER IN IT EDUCATION According to Industry Analyst Firm IDC 40Copyright © 2013, Oracle and/or its affiliates. All rights reserved. “Of the vendors evaluated, Oracle is most adept at describing the value of training at multiple parts of the technology deployment life cycle.” “This decentralized control [of the curricula development] helps maximize the relevance of the training offering to the elements that are most useful to end users.” Confidential - Oracle Restricted
  • 37. One of the World’s Largest Training Organizations Worldwide classrooms: 200+ in 89 countries Worldwide classrooms: 200+ in 89 countries Languages supported: 28 Languages supported: 28 Courses: 2000+ Courses: 2000+ Classes per week: 600+, 90+ Virtual Classes Classes per week: 600+, 90+ Virtual Classes On Demand Courses: 100 and growing On Demand Courses: 100 and growing Students trained per year: 400,000+ Students trained per year: 400,000+ Global education partnerships: 500+ Global education partnerships: 500+ Oracle certified professionals: 1.6+ million Oracle certified professionals: 1.6+ million 41Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 38. Training & Certification for the Entire Stack ROLE-BASED TRAINING Architects Administrators Developers Implementers Business Users WHEN AND HOW YOU NEED IT In-Class Live Virtual Class Training On Demand Private VALIDATED BY INDUSTRY-RECOGNIZED CERTIFICATIONS Oracle Certified Associate Oracle Certified Professional 42Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Oracle Certified Expert Confidential - Oracle Restricted Oracle Certified Master
  • 39. More than 2000 Courses Across 50+ Products Database Fusion Middleware • Oracle Database 11g, Database 10g, 12c • Real Application Clusters • Grid Infrastructure • Enterprise Manager for Database • SQL and PL/SQL • MySQL • Data Warehousing • Exadata and Engineered Systems • Database Security • Data Guard • Application Express • Embedded Database • In-Memory Database Cache • Spatial • Secure Enterprise Search • Java • Application Server and Infrastructure • Exalogic • Exalytics • Service-Oriented Architecture and Process Management • WebCenter • Business Intelligence • Identity Management • Developer Tools • Data Integration • Transaction Processing • Enterprise Management • Oracle Cloud Services 43Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Applications • • • • • • • • • • • • • • • • • • • Fusion Applications Oracle E-Business Suite PeopleSoft Enterprise Siebel JD Edwards EnterpriseOne Hyperion Primavera Application Integration Architecture User Productivity Kit Oracle CRM On Demand JD Edwards World Governance, Risk, and Compliance Management Agile Product Lifecycle Management AutoVue Enterprise Visualization Oracle Policy Automation Demantra ATG Commerce Suite Transportation Management Tutor Confidential - Oracle Restricted Server & Storage Systems Industries Oracle Solaris Oracle Solaris Cluster Virtualization Linux Security Enterprise Manager Ops Center • Sun Oracle Database Machine • Sun Servers • Sun Storage and Tape • Communication s • Life Sciences • Insurance • Retail • Utilities • Higher Education • • • • • •
  • 40. 160+ Certification Credentials Available Products Administrators, Developers & Architects Implementers & Consultants Database PL/SQL Oracle Database RAC & Grid SQL MySQL Performance Tuning Oracle Database RAC Data Warehousing Middleware Java Development Java Architecture WebLogic WebCenter SOA Identity Management Cloud Application Foundation Server & Storage Systems Oracle Solaris Linux Oracle Solaris Cluster Oracle VM Exadata Storage Pillar Axiom Applications Fusion Applications User Productivity Kit JD Edwards PeopleSoft Enterprise Primavera Siebel Oracle Hyperion 44Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted Enterprise Manager Security Exalogic SPARC E-Business Suite Oracle Hyperion Siebel CRM PeopleTools Oracle Cloud
  • 41. Contact Oracle University at: Telephone: 800 810 9931 2013 LEADER IN IT EDUCATION education.oracle.com 45Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted or Email: OUChina_CN@oracle.com Website: www.oracle.com/cn/education
  • 42. 46Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted
  • 43. 47Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Confidential - Oracle Restricted

Hinweis der Redaktion

  1. According to the latest IDC Marketscape report for IT Education and Training Market, Oracle University is a leading education provider. Source: http://www.oracle.com/us/corporate/analystreports/idc-marketscape-education-1927960.pdf
  2. We continue to have one of the largest footprints in the IT training industry and are continuing to expand our portfolio to include more curriculum areas to align with Oracle’s expanding product stack and offer more on demand training courses that will help organizations train their teams more quickly and cost-effectively. **** Countries supported: 89 Languages supported: 28 Instructor-led course titles: 2,723 Students trained per year: 300,000+ Worldwide locations: 297 In-Class training sessions per week: 600 Live Virtual Classes per week: 90 Oracle education partners: 2,479 Oracle certified professionals: 1.3 million
  3. Training Solutions are available for Oracle’s complete hardware and software stack We coordinate development of our courses across all of our engineering teams responsible for different layers of our stack. Our training is based on real-world Oracle implementations offering you the most relevant training available for Oracle technology
  4. Oracle University’s training portfolio covers every Oracle product and technology and we offer learning paths for all key roles.
  5. In addition to our training, industry-recognized certifications are available for administrators, developers, implementers and consultants
  6. Training is critical component of any IT strategy – be it implementing and integrating new technology, upgrading to newer versions of your technology or migrating to your workforce now will prepare you for success in the future Oracle University Training can prepare your teams to implement and use Oracle technology resulting in: Achievement of project objectives Timely delivery of projects Reduced costs Lower risk Fewer service calls Not to mention, it will help improve retention of your highly skilled staff members.