SlideShare ist ein Scribd-Unternehmen logo
1 von 33
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle Database
Cloud Service
Jean-Philippe PINTE
Cloud Architect
Oracle EMEA
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
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 © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle Cloud Day 2015 / Database Cloud Service
Agenda
Oracle Database Cloud Service
Oracle Database Backup Cloud Service
Oracle Hybrid Cloud Management
Roadmap
1
2
3
4
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle Database
Cloud Service
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle Database Cloud Service
Overview
Database
Cloud
Services
Schema
Edition
Database Cloud
Virtual Image
Database Cloud
Automated
(Future)
Database Cloud
Managed
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle Database Cloud Service
Service Type
• Single database Schema available as a monthly
Subscription by Size (5, 20, 50 GB)
• Fully Managed Service on Engineered Systems
• Database patches and upgrades performed
during scheduled maintenance windows
• Editions: Modified (security locked down) EE
• Also underpins the BI, Document, Mobile, Java
SaaS Extension,Developer, Messaging, JaaS
Extension, Mobile…
Full InstanceSchema
• Full Database available as a metered service
(Hourly or Monthly)
• Available as a Virtual Image, Automated, or
Managed Service (*)
• Tenant controls patch and upgrade schedule
• Available on general purpose and engineered
systems
• Editions: SE1, EE, EE High Performance, EE
Extreme Performance
* Planned for a future release.Greater Capabilities
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle Database Cloud Service
Full Instance Editions
• Full database instance
• Up to 16 OCPUs
Standard Edition 1
Enterprise Edition (EE)
adds…
• Transparent Data
Encryption (TDE)
• All standard EE features
EE Extreme Performance
adds…
Real Application
Clusters (RAC)
In Memory
Active Data Guard
EE High Performance
adds…
Multitenant
Data Guard
Partitioning
Advanced Compression
Advanced Security, Label
Security, Database Vault
Real Application Testing
OLAP, Analytics, Spatial and
Graph
Management Packs
Greater Capabilities
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle Database Cloud Service
Management Level Overview
General
Purpose
Virtual Image
• Database software ready
for install
• Tenant has root privilege
• Does not provide
automated orchestrations
• Only available on general
purpose infrastructure
• Automated install, patch,
upgrade, upsize/downsize,
backup/restore, recovery,
data guard configuration,
TDE encryption,
monitoring…
• Tenant has root privilege
Virtual Image Automated
• Oracle monitors and is
responsible for keeping the
database available
• Oracle manages install,
patch, upgrade,
upsize/downsize,
backup/restore, recovery
• Oracle maintains privileged
user access, tenant controls
data.
Managed*
* Planned for a future release.Greater Capabilities
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle Database Cloud Service
Management Level Overview
Scaling
Single click automated
scaling of CPU and storage.
Backup & Restore
Single click Backup,
restore, all fully
orchestrated.
Key Metrics
Monitoring of uptime,
capacity, utilization, and
edition.
Management & Dev Tools
EM Express, Tooling, Java, SQL
Dev, REST Data Services, APEX,
Glassfish.
Managed
Infrastructure
Managed compute,
storage and network
Isolated and Secure
Dedicated virtual and
physical resources
Patching
Fully orchestrated one click
application of Oracle patch
sets.
Upgrade
Fully orchestrated one click
upgrades with validations.
High Availability
Automated recovery, data
guard, fail over, rolling
updates.
Capacity on
Demand
Compute and storage
upsize and downsize
Networking
Point to point network
configuration.
Automated
Virtual
Image
100%
Provision & Configuration
Rapid and fully automated install
with choice of editions, features &
shapes.
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle Database Cloud Service
Automated Provisioning
Database
Ready for
Use
Allocate
Compute
Allocate
Storage
Set Keys &
Privileges
Request
for
Service
Provision
OS
Install &
Configure
Database
Configure
Tools
(configure
Access)
Configure
Backups
Reduced time and
complexity to provision
database services
Increased
standardization of the
“fleet”
New use cases that were
not practical before.
Benefits
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle Database Cloud Service
Architecture
Oracle Compute Block Storage
Oracle Storage
Cloud
Oracle VM – Oracle Linux
Oracle REST
Data ServicesRDBMS
Cloud Tooling
(EM Express +
Application HTML5)
Infrastructure
Metrics
Database
Metrics
EM
Compute Infrastructure
/u03 /u02 /u01
Archives
My
Services
Store
cloud.oracle.com
JaaS Compute Service
DBaaS
On Premise
Local DB
Dev Tools
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle Database Cloud Service
DBaaS Monitor Console
• HTML5 application hosted within the VM
• DBaaS Monitor - Top Features:
– Monitor database sessions, disk & CPU
– View version, features installed …
– Configure database parameters
– Initiate backups
– Bounce database
– View log and trace files
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle Database Cloud Service
PDB Provisioning Console
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle Database Cloud Service
DBA and Development Tools
• Enterprise Manager (EM)*
• Monitor Databases on as a target using
your on premise EM deployment.
• Uses Dual Proxy
• Enterprise Manager Express
• Composite Active Report Monitoring
• Corrective Action Analysis
• Deploy and Manage PDBs
• Identify Performance Issues using ASH,
ADDM
• Robust Single Instance Administration
• Local Admin Tool
• Start Stop Database
• Set Database parameters
• Custom Cloud Orchestrations
Database Administration Application Development
• Java
• Java as a Service Offering
• Oracle Web Logic Application Server
• Oracle APEX
• Opportunistic Application Development
• Deploy pre-built productivity apps “Packaged Apps”
• Oracle REST Data Services
• Provides URI based access to Oracle database over REST
• Results in JSON or CSV
• Mapping of URI to SQL or PL/SQL
• All HTML methods GET, PUT, POST, DELETE, PATCH
• Oauth2 integration
• Other tools
• PHP, Ruby, Python, C, etc
(Available on Oracle Cloud via Compute Service)
• SQL Developer
• Drag and drop data movement
• SQL Worksheet
• Administrative Features
• Data Modeling
• RESTful Web Services
• Command Line SQL
• Oracle APEX
• Create Tables
• Run any SQL
• Run SQL Scripts
• Browse Database Objects
• Define RESTful Web Services
Database Development
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Provisioning Demo
Provisioning wizard screens
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle Database Cloud Service
Database Provisioning
• Self Service Interface
• REST APIs
– curl -i -X POST -u username:password -d @createDB.json -H "X-ID-TENANT-NAME:
IDENTITYDOMAIN" -H "Content-Type:application/json"
https://dbaas.oraclecloud.com/jaas/db/api/v1.1/instances/ IDENTITYDOMAIN
• oracle-dbcs-cli Utility
– To perform a variety of life-cycle and administration operations on DBCS instances
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle Database Cloud Service
Full portability between on-premises and cloud
Same Architecture
Same Software
Same Skills
On-Premises Oracle Cloud
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle Database Cloud Service
Full portability between on-premises and cloud
2. Unplug (from On-Premise DB)
3. Copy / Move
4. Plug (OPC DB)
5. Validate the migration
1. Use APEX Application (On-Premise)
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Portability Demo
Moving PDB from On-Premise to Oracle Public Cloud
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle Database
Backup Cloud
Service
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle Database Backup Service
• Backup on-premise or Cloud Databases to Oracle Database Backup Service
hosted in Oracle Public Cloud
• Cost effective, scalable cloud storage for database backups: $33/TB per month
• End-to-end enterprise-grade data encryption, compression and protection
• Clients: Data is always encrypted with keys kept locally at client, optionally compressed, and securely transmitted
• Cloud: Encrypted data is protected with 3-way mirroring on every write
Oracle Company Confidential – Shared Under Terms of OPN NDA29
Replace Offsite Tape Backups with Simple and Low Cost Cloud Backup
On Premises Oracle Cloud
Oracle Database Backup Service
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Hybrid Cloud
Management
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Hybrid Cloud Management
In a Hybrid IT Environment, IT Becomes a Services Broker
Conventional
IT
Private
cloud
Public
cloud
Hybrid
cloud
Users
Visibility, Accountability &
Control
IT must be able to monitor
and manage services
regardless of where they are
deployed.
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Hybrid Cloud Management
Expanding the Horizon with Hybrid Cloud
• Single pane of glass for managing private and
public clouds
– Improved management of complete Oracle stack for
on-premise targets
– On-premise EM to monitor Database and Java Cloud
Services on Oracle Cloud
• In-depth performance diagnostics and analytics
• Provisioning instances on Oracle Cloud
• Workload movement and placement to support
cloning and cloud-bursting scenarios
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Hybrid Cloud Management
Unified Management
Same Architecture
Same Software
Same Skills
On-Premises Oracle Cloud
Unified Management
Enterprise Manager manages both On Premise and Cloud*
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Roadmap
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle Database Cloud Service
Roadmap
•Data Guard & Active Data Guard For Database as a
Service
•Managed Database Service
•Oracle Exadata Cloud Service
•Oracle Big Data Cloud Service
•Oracle NoSQL Cloud service
•Interface to plug/unplug PDBs (On-Premise <-> Cloud)
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle Database Cloud Service
Database Cloud Delivery Roadmap
Engineered
General
Purpose
General
Purpose
• Engineered infrastructure for highest
performance, scalability, and availability
• General purpose infrastructure for test,
development, departmental applications
Managed
Automated
Managed
Automated
Virtual Image
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Summarize
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Quickly create databases using
automated provisioning.
Easily move data and workloads.
41
Data Center Oracle Cloud
Unified Management
Enterprise Manager manages both On Premise and Cloud*
Same Architecture
Same Software
Same Skills
Oracle Database Cloud Service
Value Proposition
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
http://cloud.oracle.com
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle Database Cloud Service
Videos
• Ordering a Trial Subscription to an Oracle Cloud Service
https://www.youtube.com/watch?v=ZR30drO1Rxc
• Administering a Trial Subscription to an Oracle Cloud Service
https://www.youtube.com/watch?v=RLIzSFiYxgw
• Creating a Database Cloud Instance
https://www.youtube.com/watch?v=cBBqrRTaMDw
• Connecting to a Database Instance in the Oracle Database Cloud Service
https://www.youtube.com/watch?v=dg6KsEsswpk
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle Database Cloud Service
Tutorials
• Signing Up for a Database Cloud Service
http://www.oracle.com/webfolder/technetwork/tutorials/obe/cloud/13_2/dbservice/crservice/crservice.html
• Installing an Application into Your Database Cloud Service
http://www.oracle.com/webfolder/technetwork/tutorials/obe/cloud/13_2/dbservice/instdbapp/instdbapp.html
• Data Loading and the Oracle Database Cloud Service
http://www.oracle.com/webfolder/technetwork/tutorials/obe/cloud/13_2/dbservice/dataload/dataload.html
• Creating a RESTful Web Service
http://www.oracle.com/webfolder/technetwork/tutorials/obe/cloud/13_2/dbservice/restfulws/restfulws.html
• Managing Users and Roles in a Database Cloud Service
http://www.oracle.com/webfolder/technetwork/tutorials/obe/cloud/13_2/dbservice/useidm/useidm.html
• Monitoring Your Database Cloud Services
http://www.oracle.com/webfolder/technetwork/tutorials/obe/cloud/13_2/dbservice/monitordbs/monitordbs.html

Weitere ähnliche Inhalte

Was ist angesagt?

What’s New in Oracle Database 19c - Part 1
What’s New in Oracle Database 19c - Part 1What’s New in Oracle Database 19c - Part 1
What’s New in Oracle Database 19c - Part 1Satishbabu Gunukula
 
AIOUG-GroundBreakers-Jul 2019 - 19c RAC
AIOUG-GroundBreakers-Jul 2019 - 19c RACAIOUG-GroundBreakers-Jul 2019 - 19c RAC
AIOUG-GroundBreakers-Jul 2019 - 19c RACSandesh Rao
 
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
 
Oracle Enterprise Manager
Oracle Enterprise ManagerOracle Enterprise Manager
Oracle Enterprise ManagerBob Rhubart
 
Oracle Real Application Clusters (RAC) 12c Rel. 2 - Operational Best Practices
Oracle Real Application Clusters (RAC) 12c Rel. 2 - Operational Best PracticesOracle Real Application Clusters (RAC) 12c Rel. 2 - Operational Best Practices
Oracle Real Application Clusters (RAC) 12c Rel. 2 - Operational Best PracticesMarkus Michalewicz
 
Basic oracle-database-administration
Basic oracle-database-administrationBasic oracle-database-administration
Basic oracle-database-administrationsreehari orienit
 
All of the Performance Tuning Features in Oracle SQL Developer
All of the Performance Tuning Features in Oracle SQL DeveloperAll of the Performance Tuning Features in Oracle SQL Developer
All of the Performance Tuning Features in Oracle SQL DeveloperJeff Smith
 
Presentation upgrade, migrate &amp; consolidate to oracle database 12c &amp...
Presentation   upgrade, migrate &amp; consolidate to oracle database 12c &amp...Presentation   upgrade, migrate &amp; consolidate to oracle database 12c &amp...
Presentation upgrade, migrate &amp; consolidate to oracle database 12c &amp...solarisyougood
 
Oracle backup and recovery
Oracle backup and recoveryOracle backup and recovery
Oracle backup and recoveryYogiji Creations
 
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
 
AIOUG : OTNYathra - Troubleshooting and Diagnosing Oracle Database 12.2 and O...
AIOUG : OTNYathra - Troubleshooting and Diagnosing Oracle Database 12.2 and O...AIOUG : OTNYathra - Troubleshooting and Diagnosing Oracle Database 12.2 and O...
AIOUG : OTNYathra - Troubleshooting and Diagnosing Oracle Database 12.2 and O...Sandesh Rao
 
Oracle Cloud Infrastructure.pptx
Oracle Cloud Infrastructure.pptxOracle Cloud Infrastructure.pptx
Oracle Cloud Infrastructure.pptxGarvitNTT
 
Understanding oracle rac internals part 2 - slides
Understanding oracle rac internals   part 2 - slidesUnderstanding oracle rac internals   part 2 - slides
Understanding oracle rac internals part 2 - slidesMohamed Farouk
 
Oracle Database Performance Tuning Advanced Features and Best Practices for DBAs
Oracle Database Performance Tuning Advanced Features and Best Practices for DBAsOracle Database Performance Tuning Advanced Features and Best Practices for DBAs
Oracle Database Performance Tuning Advanced Features and Best Practices for DBAsZohar Elkayam
 
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
 
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...Andrejs Prokopjevs
 
Oracle_Patching_Untold_Story_Final_Part2.pdf
Oracle_Patching_Untold_Story_Final_Part2.pdfOracle_Patching_Untold_Story_Final_Part2.pdf
Oracle_Patching_Untold_Story_Final_Part2.pdfAlex446314
 
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
 
Oracle GoldenGate Roadmap Oracle OpenWorld 2020
Oracle GoldenGate Roadmap Oracle OpenWorld 2020 Oracle GoldenGate Roadmap Oracle OpenWorld 2020
Oracle GoldenGate Roadmap Oracle OpenWorld 2020 Oracle
 

Was ist angesagt? (20)

What’s New in Oracle Database 19c - Part 1
What’s New in Oracle Database 19c - Part 1What’s New in Oracle Database 19c - Part 1
What’s New in Oracle Database 19c - Part 1
 
AIOUG-GroundBreakers-Jul 2019 - 19c RAC
AIOUG-GroundBreakers-Jul 2019 - 19c RACAIOUG-GroundBreakers-Jul 2019 - 19c RAC
AIOUG-GroundBreakers-Jul 2019 - 19c RAC
 
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
 
Oracle Enterprise Manager
Oracle Enterprise ManagerOracle Enterprise Manager
Oracle Enterprise Manager
 
Oracle Real Application Clusters (RAC) 12c Rel. 2 - Operational Best Practices
Oracle Real Application Clusters (RAC) 12c Rel. 2 - Operational Best PracticesOracle Real Application Clusters (RAC) 12c Rel. 2 - Operational Best Practices
Oracle Real Application Clusters (RAC) 12c Rel. 2 - Operational Best Practices
 
Basic oracle-database-administration
Basic oracle-database-administrationBasic oracle-database-administration
Basic oracle-database-administration
 
Oracle RAC 12c Overview
Oracle RAC 12c OverviewOracle RAC 12c Overview
Oracle RAC 12c Overview
 
All of the Performance Tuning Features in Oracle SQL Developer
All of the Performance Tuning Features in Oracle SQL DeveloperAll of the Performance Tuning Features in Oracle SQL Developer
All of the Performance Tuning Features in Oracle SQL Developer
 
Presentation upgrade, migrate &amp; consolidate to oracle database 12c &amp...
Presentation   upgrade, migrate &amp; consolidate to oracle database 12c &amp...Presentation   upgrade, migrate &amp; consolidate to oracle database 12c &amp...
Presentation upgrade, migrate &amp; consolidate to oracle database 12c &amp...
 
Oracle backup and recovery
Oracle backup and recoveryOracle backup and recovery
Oracle backup and recovery
 
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
 
AIOUG : OTNYathra - Troubleshooting and Diagnosing Oracle Database 12.2 and O...
AIOUG : OTNYathra - Troubleshooting and Diagnosing Oracle Database 12.2 and O...AIOUG : OTNYathra - Troubleshooting and Diagnosing Oracle Database 12.2 and O...
AIOUG : OTNYathra - Troubleshooting and Diagnosing Oracle Database 12.2 and O...
 
Oracle Cloud Infrastructure.pptx
Oracle Cloud Infrastructure.pptxOracle Cloud Infrastructure.pptx
Oracle Cloud Infrastructure.pptx
 
Understanding oracle rac internals part 2 - slides
Understanding oracle rac internals   part 2 - slidesUnderstanding oracle rac internals   part 2 - slides
Understanding oracle rac internals part 2 - slides
 
Oracle Database Performance Tuning Advanced Features and Best Practices for DBAs
Oracle Database Performance Tuning Advanced Features and Best Practices for DBAsOracle Database Performance Tuning Advanced Features and Best Practices for DBAs
Oracle Database Performance Tuning Advanced Features and Best Practices for DBAs
 
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
 
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...
 
Oracle_Patching_Untold_Story_Final_Part2.pdf
Oracle_Patching_Untold_Story_Final_Part2.pdfOracle_Patching_Untold_Story_Final_Part2.pdf
Oracle_Patching_Untold_Story_Final_Part2.pdf
 
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
 
Oracle GoldenGate Roadmap Oracle OpenWorld 2020
Oracle GoldenGate Roadmap Oracle OpenWorld 2020 Oracle GoldenGate Roadmap Oracle OpenWorld 2020
Oracle GoldenGate Roadmap Oracle OpenWorld 2020
 

Andere mochten auch

Oracle Cloud Storage Service & Oracle Database Backup Cloud Service
Oracle Cloud Storage Service & Oracle Database Backup Cloud ServiceOracle Cloud Storage Service & Oracle Database Backup Cloud Service
Oracle Cloud Storage Service & Oracle Database Backup Cloud ServiceJean-Philippe PINTE
 
Oracle Cloud: Anything as a Service
Oracle Cloud: Anything as a ServiceOracle Cloud: Anything as a Service
Oracle Cloud: Anything as a ServiceBruno Borges
 
Migrando de Applets para JavaFX, e Modelos de Distribuição de Apps
Migrando de Applets para JavaFX, e Modelos de Distribuição de AppsMigrando de Applets para JavaFX, e Modelos de Distribuição de Apps
Migrando de Applets para JavaFX, e Modelos de Distribuição de AppsBruno Borges
 
Oracle enterprise manager cloud control 12c
Oracle enterprise manager cloud control 12cOracle enterprise manager cloud control 12c
Oracle enterprise manager cloud control 12csolarisyougood
 
An introduction into Oracle Enterprise Manager Cloud Control 12c Release 3
An introduction into Oracle Enterprise Manager Cloud Control 12c Release 3An introduction into Oracle Enterprise Manager Cloud Control 12c Release 3
An introduction into Oracle Enterprise Manager Cloud Control 12c Release 3Marco Gralike
 
Oracle enterprise manager cloud control 12c
Oracle enterprise manager cloud control 12cOracle enterprise manager cloud control 12c
Oracle enterprise manager cloud control 12csolarisyougood
 
Backup & recovery with rman
Backup & recovery with rmanBackup & recovery with rman
Backup & recovery with rmanitsabidhussain
 
Oracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c PresentationOracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c PresentationFrancisco Alvarez
 
Oracle - Enterprise Manager 12c Overview
Oracle - Enterprise Manager 12c OverviewOracle - Enterprise Manager 12c Overview
Oracle - Enterprise Manager 12c OverviewFred Sim
 
10 Problems with your RMAN backup script
10 Problems with your RMAN backup script10 Problems with your RMAN backup script
10 Problems with your RMAN backup scriptYury Velikanov
 
Oracle Database Backup Cloud Service
Oracle Database Backup Cloud ServiceOracle Database Backup Cloud Service
Oracle Database Backup Cloud ServiceMarketingArrowECS_CZ
 
OOW16 - Running your E-Business Suite on Oracle Cloud (IaaS + PaaS) - Why, Wh...
OOW16 - Running your E-Business Suite on Oracle Cloud (IaaS + PaaS) - Why, Wh...OOW16 - Running your E-Business Suite on Oracle Cloud (IaaS + PaaS) - Why, Wh...
OOW16 - Running your E-Business Suite on Oracle Cloud (IaaS + PaaS) - Why, Wh...vasuballa
 
Oracle OpenWorld 2016 Review - High Level Overview of major themes and grand ...
Oracle OpenWorld 2016 Review - High Level Overview of major themes and grand ...Oracle OpenWorld 2016 Review - High Level Overview of major themes and grand ...
Oracle OpenWorld 2016 Review - High Level Overview of major themes and grand ...Lucas Jellema
 
Oracle Enterprise Manager Cloud Control 12c
Oracle Enterprise Manager Cloud Control 12cOracle Enterprise Manager Cloud Control 12c
Oracle Enterprise Manager Cloud Control 12cOrhan ERIPEK
 

Andere mochten auch (14)

Oracle Cloud Storage Service & Oracle Database Backup Cloud Service
Oracle Cloud Storage Service & Oracle Database Backup Cloud ServiceOracle Cloud Storage Service & Oracle Database Backup Cloud Service
Oracle Cloud Storage Service & Oracle Database Backup Cloud Service
 
Oracle Cloud: Anything as a Service
Oracle Cloud: Anything as a ServiceOracle Cloud: Anything as a Service
Oracle Cloud: Anything as a Service
 
Migrando de Applets para JavaFX, e Modelos de Distribuição de Apps
Migrando de Applets para JavaFX, e Modelos de Distribuição de AppsMigrando de Applets para JavaFX, e Modelos de Distribuição de Apps
Migrando de Applets para JavaFX, e Modelos de Distribuição de Apps
 
Oracle enterprise manager cloud control 12c
Oracle enterprise manager cloud control 12cOracle enterprise manager cloud control 12c
Oracle enterprise manager cloud control 12c
 
An introduction into Oracle Enterprise Manager Cloud Control 12c Release 3
An introduction into Oracle Enterprise Manager Cloud Control 12c Release 3An introduction into Oracle Enterprise Manager Cloud Control 12c Release 3
An introduction into Oracle Enterprise Manager Cloud Control 12c Release 3
 
Oracle enterprise manager cloud control 12c
Oracle enterprise manager cloud control 12cOracle enterprise manager cloud control 12c
Oracle enterprise manager cloud control 12c
 
Backup & recovery with rman
Backup & recovery with rmanBackup & recovery with rman
Backup & recovery with rman
 
Oracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c PresentationOracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c Presentation
 
Oracle - Enterprise Manager 12c Overview
Oracle - Enterprise Manager 12c OverviewOracle - Enterprise Manager 12c Overview
Oracle - Enterprise Manager 12c Overview
 
10 Problems with your RMAN backup script
10 Problems with your RMAN backup script10 Problems with your RMAN backup script
10 Problems with your RMAN backup script
 
Oracle Database Backup Cloud Service
Oracle Database Backup Cloud ServiceOracle Database Backup Cloud Service
Oracle Database Backup Cloud Service
 
OOW16 - Running your E-Business Suite on Oracle Cloud (IaaS + PaaS) - Why, Wh...
OOW16 - Running your E-Business Suite on Oracle Cloud (IaaS + PaaS) - Why, Wh...OOW16 - Running your E-Business Suite on Oracle Cloud (IaaS + PaaS) - Why, Wh...
OOW16 - Running your E-Business Suite on Oracle Cloud (IaaS + PaaS) - Why, Wh...
 
Oracle OpenWorld 2016 Review - High Level Overview of major themes and grand ...
Oracle OpenWorld 2016 Review - High Level Overview of major themes and grand ...Oracle OpenWorld 2016 Review - High Level Overview of major themes and grand ...
Oracle OpenWorld 2016 Review - High Level Overview of major themes and grand ...
 
Oracle Enterprise Manager Cloud Control 12c
Oracle Enterprise Manager Cloud Control 12cOracle Enterprise Manager Cloud Control 12c
Oracle Enterprise Manager Cloud Control 12c
 

Ähnlich wie Oracle Database Cloud Service

Oracle database in cloud, dr in cloud and overview of oracle database 18c
Oracle database in cloud, dr in cloud and overview of oracle database 18cOracle database in cloud, dr in cloud and overview of oracle database 18c
Oracle database in cloud, dr in cloud and overview of oracle database 18cAiougVizagChapter
 
Simplify IT: Oracle SuperCluster
Simplify IT: Oracle SuperCluster Simplify IT: Oracle SuperCluster
Simplify IT: Oracle SuperCluster Fran Navarro
 
Oracle Cloud DBaaS
Oracle Cloud DBaaSOracle Cloud DBaaS
Oracle Cloud DBaaSArush Jain
 
A practical introduction to Oracle NoSQL Database - OOW2014
A practical introduction to Oracle NoSQL Database - OOW2014A practical introduction to Oracle NoSQL Database - OOW2014
A practical introduction to Oracle NoSQL Database - OOW2014Anuj Sahni
 
Latest Innovations in Database as a Service Enabled by Oracle Enterprise Manager
Latest Innovations in Database as a Service Enabled by Oracle Enterprise ManagerLatest Innovations in Database as a Service Enabled by Oracle Enterprise Manager
Latest Innovations in Database as a Service Enabled by Oracle Enterprise ManagerHari Srinivasan
 
CON6492 - Oracle Database Public Cloud Services v1 1
CON6492 - Oracle Database Public Cloud Services v1 1CON6492 - Oracle Database Public Cloud Services v1 1
CON6492 - Oracle Database Public Cloud Services v1 1David van Schalkwyk
 
Virtual Compute Appliance Oracle IaaS
Virtual Compute Appliance Oracle IaaS Virtual Compute Appliance Oracle IaaS
Virtual Compute Appliance Oracle IaaS Fran Navarro
 
Sesion covergentes 2016
Sesion covergentes 2016Sesion covergentes 2016
Sesion covergentes 2016Fran Navarro
 
Introduction to MySQL
Introduction to MySQLIntroduction to MySQL
Introduction to MySQLTed Wennmark
 
Database as a Service, Collaborate 2016
Database as a Service, Collaborate 2016Database as a Service, Collaborate 2016
Database as a Service, Collaborate 2016Kellyn Pot'Vin-Gorman
 
[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...
[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...
[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...Insight Technology, Inc.
 
Oracle Warehouse Builder to Oracle Data Integrator 12c Migration Utility
Oracle Warehouse Builder to Oracle Data Integrator 12c Migration UtilityOracle Warehouse Builder to Oracle Data Integrator 12c Migration Utility
Oracle Warehouse Builder to Oracle Data Integrator 12c Migration UtilityNoel Sidebotham
 
Using MySQL in the Cloud
Using MySQL in the CloudUsing MySQL in the Cloud
Using MySQL in the CloudMatt Lord
 
Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nube
 Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nube Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nube
Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nubeavanttic Consultoría Tecnológica
 
The Power of Java and Oracle WebLogic Server in the Public Cloud (OpenWorld, ...
The Power of Java and Oracle WebLogic Server in the Public Cloud (OpenWorld, ...The Power of Java and Oracle WebLogic Server in the Public Cloud (OpenWorld, ...
The Power of Java and Oracle WebLogic Server in the Public Cloud (OpenWorld, ...jeckels
 
WebLogic 12c - OMF Canberra June 2014
WebLogic 12c - OMF Canberra June 2014WebLogic 12c - OMF Canberra June 2014
WebLogic 12c - OMF Canberra June 2014Joelith
 
Oracle IaaS including OCM and Ravello
Oracle IaaS including OCM and RavelloOracle IaaS including OCM and Ravello
Oracle IaaS including OCM and RavelloAndrey Akulov
 
MySQL Cluster as Transactional NoSQL (KVS)
MySQL Cluster as Transactional NoSQL (KVS)MySQL Cluster as Transactional NoSQL (KVS)
MySQL Cluster as Transactional NoSQL (KVS)Ryusuke Kajiyama
 

Ähnlich wie Oracle Database Cloud Service (20)

Oracle database in cloud, dr in cloud and overview of oracle database 18c
Oracle database in cloud, dr in cloud and overview of oracle database 18cOracle database in cloud, dr in cloud and overview of oracle database 18c
Oracle database in cloud, dr in cloud and overview of oracle database 18c
 
Oracle Cloud
Oracle CloudOracle Cloud
Oracle Cloud
 
Simplify IT: Oracle SuperCluster
Simplify IT: Oracle SuperCluster Simplify IT: Oracle SuperCluster
Simplify IT: Oracle SuperCluster
 
Oracle Cloud DBaaS
Oracle Cloud DBaaSOracle Cloud DBaaS
Oracle Cloud DBaaS
 
A practical introduction to Oracle NoSQL Database - OOW2014
A practical introduction to Oracle NoSQL Database - OOW2014A practical introduction to Oracle NoSQL Database - OOW2014
A practical introduction to Oracle NoSQL Database - OOW2014
 
Exadata Cloud Service Overview(v2)
Exadata Cloud Service Overview(v2) Exadata Cloud Service Overview(v2)
Exadata Cloud Service Overview(v2)
 
Latest Innovations in Database as a Service Enabled by Oracle Enterprise Manager
Latest Innovations in Database as a Service Enabled by Oracle Enterprise ManagerLatest Innovations in Database as a Service Enabled by Oracle Enterprise Manager
Latest Innovations in Database as a Service Enabled by Oracle Enterprise Manager
 
CON6492 - Oracle Database Public Cloud Services v1 1
CON6492 - Oracle Database Public Cloud Services v1 1CON6492 - Oracle Database Public Cloud Services v1 1
CON6492 - Oracle Database Public Cloud Services v1 1
 
Virtual Compute Appliance Oracle IaaS
Virtual Compute Appliance Oracle IaaS Virtual Compute Appliance Oracle IaaS
Virtual Compute Appliance Oracle IaaS
 
Sesion covergentes 2016
Sesion covergentes 2016Sesion covergentes 2016
Sesion covergentes 2016
 
Introduction to MySQL
Introduction to MySQLIntroduction to MySQL
Introduction to MySQL
 
Database as a Service, Collaborate 2016
Database as a Service, Collaborate 2016Database as a Service, Collaborate 2016
Database as a Service, Collaborate 2016
 
[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...
[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...
[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...
 
Oracle Warehouse Builder to Oracle Data Integrator 12c Migration Utility
Oracle Warehouse Builder to Oracle Data Integrator 12c Migration UtilityOracle Warehouse Builder to Oracle Data Integrator 12c Migration Utility
Oracle Warehouse Builder to Oracle Data Integrator 12c Migration Utility
 
Using MySQL in the Cloud
Using MySQL in the CloudUsing MySQL in the Cloud
Using MySQL in the Cloud
 
Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nube
 Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nube Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nube
Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nube
 
The Power of Java and Oracle WebLogic Server in the Public Cloud (OpenWorld, ...
The Power of Java and Oracle WebLogic Server in the Public Cloud (OpenWorld, ...The Power of Java and Oracle WebLogic Server in the Public Cloud (OpenWorld, ...
The Power of Java and Oracle WebLogic Server in the Public Cloud (OpenWorld, ...
 
WebLogic 12c - OMF Canberra June 2014
WebLogic 12c - OMF Canberra June 2014WebLogic 12c - OMF Canberra June 2014
WebLogic 12c - OMF Canberra June 2014
 
Oracle IaaS including OCM and Ravello
Oracle IaaS including OCM and RavelloOracle IaaS including OCM and Ravello
Oracle IaaS including OCM and Ravello
 
MySQL Cluster as Transactional NoSQL (KVS)
MySQL Cluster as Transactional NoSQL (KVS)MySQL Cluster as Transactional NoSQL (KVS)
MySQL Cluster as Transactional NoSQL (KVS)
 

Mehr von Jean-Philippe PINTE

Oracle Public Cloud : Provisioning with Chef
Oracle Public Cloud : Provisioning with ChefOracle Public Cloud : Provisioning with Chef
Oracle Public Cloud : Provisioning with ChefJean-Philippe PINTE
 
Oracle Application Container Cloud Service
Oracle Application Container Cloud ServiceOracle Application Container Cloud Service
Oracle Application Container Cloud ServiceJean-Philippe PINTE
 
Oracle Management Cloud - IT Analytics - Resource Analytics
Oracle Management Cloud - IT Analytics - Resource AnalyticsOracle Management Cloud - IT Analytics - Resource Analytics
Oracle Management Cloud - IT Analytics - Resource AnalyticsJean-Philippe PINTE
 
Using Oracle Real Application Clusters (RAC) in Database as a Service
Using Oracle Real Application Clusters (RAC) in Database as a ServiceUsing Oracle Real Application Clusters (RAC) in Database as a Service
Using Oracle Real Application Clusters (RAC) in Database as a ServiceJean-Philippe PINTE
 
Webséminaire DBaaS (Novembre 2014)
Webséminaire DBaaS (Novembre 2014)Webséminaire DBaaS (Novembre 2014)
Webséminaire DBaaS (Novembre 2014)Jean-Philippe PINTE
 
Snap Clone & EM12c - Utilisation Self Service
Snap Clone & EM12c - Utilisation Self ServiceSnap Clone & EM12c - Utilisation Self Service
Snap Clone & EM12c - Utilisation Self ServiceJean-Philippe PINTE
 
X as a Service - Pourquoi faire de la facturation ?
X as a Service - Pourquoi faire de la facturation ?X as a Service - Pourquoi faire de la facturation ?
X as a Service - Pourquoi faire de la facturation ?Jean-Philippe PINTE
 
Enterprise Manager 12c - Demo - Overview
Enterprise Manager 12c - Demo - OverviewEnterprise Manager 12c - Demo - Overview
Enterprise Manager 12c - Demo - OverviewJean-Philippe PINTE
 
Enteprise Manager 12c - Demo - DBaaS
Enteprise Manager 12c - Demo - DBaaSEnteprise Manager 12c - Demo - DBaaS
Enteprise Manager 12c - Demo - DBaaSJean-Philippe PINTE
 
Enterprise Manager Grid Control & ASLM
Enterprise Manager Grid Control & ASLMEnterprise Manager Grid Control & ASLM
Enterprise Manager Grid Control & ASLMJean-Philippe PINTE
 

Mehr von Jean-Philippe PINTE (14)

Oracle Public Cloud : Provisioning with Chef
Oracle Public Cloud : Provisioning with ChefOracle Public Cloud : Provisioning with Chef
Oracle Public Cloud : Provisioning with Chef
 
Oracle Application Container Cloud Service
Oracle Application Container Cloud ServiceOracle Application Container Cloud Service
Oracle Application Container Cloud Service
 
Bitnami & Oracle Cloud Platform
Bitnami & Oracle Cloud PlatformBitnami & Oracle Cloud Platform
Bitnami & Oracle Cloud Platform
 
Oracle Management Cloud - IT Analytics - Resource Analytics
Oracle Management Cloud - IT Analytics - Resource AnalyticsOracle Management Cloud - IT Analytics - Resource Analytics
Oracle Management Cloud - IT Analytics - Resource Analytics
 
Using Oracle Real Application Clusters (RAC) in Database as a Service
Using Oracle Real Application Clusters (RAC) in Database as a ServiceUsing Oracle Real Application Clusters (RAC) in Database as a Service
Using Oracle Real Application Clusters (RAC) in Database as a Service
 
Webséminaire DBaaS (Novembre 2014)
Webséminaire DBaaS (Novembre 2014)Webséminaire DBaaS (Novembre 2014)
Webséminaire DBaaS (Novembre 2014)
 
EM12c & MS SQL Server
EM12c & MS SQL ServerEM12c & MS SQL Server
EM12c & MS SQL Server
 
Snap Clone & EM12c - Utilisation Self Service
Snap Clone & EM12c - Utilisation Self ServiceSnap Clone & EM12c - Utilisation Self Service
Snap Clone & EM12c - Utilisation Self Service
 
X as a Service - Pourquoi faire de la facturation ?
X as a Service - Pourquoi faire de la facturation ?X as a Service - Pourquoi faire de la facturation ?
X as a Service - Pourquoi faire de la facturation ?
 
EM12c - Chargeback
EM12c - ChargebackEM12c - Chargeback
EM12c - Chargeback
 
DB Forum 2012 - EM12c & DBaaS
DB Forum 2012 - EM12c & DBaaSDB Forum 2012 - EM12c & DBaaS
DB Forum 2012 - EM12c & DBaaS
 
Enterprise Manager 12c - Demo - Overview
Enterprise Manager 12c - Demo - OverviewEnterprise Manager 12c - Demo - Overview
Enterprise Manager 12c - Demo - Overview
 
Enteprise Manager 12c - Demo - DBaaS
Enteprise Manager 12c - Demo - DBaaSEnteprise Manager 12c - Demo - DBaaS
Enteprise Manager 12c - Demo - DBaaS
 
Enterprise Manager Grid Control & ASLM
Enterprise Manager Grid Control & ASLMEnterprise Manager Grid Control & ASLM
Enterprise Manager Grid Control & ASLM
 

Kürzlich hochgeladen

AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplatePresentation.STUDIO
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyviewmasabamasaba
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...Jittipong Loespradit
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...masabamasaba
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...Shane Coughlan
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Steffen Staab
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionOnePlan Solutions
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...Health
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...masabamasaba
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfonteinmasabamasaba
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...masabamasaba
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024VictoriaMetrics
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech studentsHimanshiGarg82
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...masabamasaba
 

Kürzlich hochgeladen (20)

CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
 

Oracle Database Cloud Service

  • 1. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Database Cloud Service Jean-Philippe PINTE Cloud Architect Oracle EMEA
  • 2. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | 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.
  • 3. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Cloud Day 2015 / Database Cloud Service Agenda Oracle Database Cloud Service Oracle Database Backup Cloud Service Oracle Hybrid Cloud Management Roadmap 1 2 3 4
  • 4. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Database Cloud Service
  • 5. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Database Cloud Service Overview Database Cloud Services Schema Edition Database Cloud Virtual Image Database Cloud Automated (Future) Database Cloud Managed
  • 6. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Database Cloud Service Service Type • Single database Schema available as a monthly Subscription by Size (5, 20, 50 GB) • Fully Managed Service on Engineered Systems • Database patches and upgrades performed during scheduled maintenance windows • Editions: Modified (security locked down) EE • Also underpins the BI, Document, Mobile, Java SaaS Extension,Developer, Messaging, JaaS Extension, Mobile… Full InstanceSchema • Full Database available as a metered service (Hourly or Monthly) • Available as a Virtual Image, Automated, or Managed Service (*) • Tenant controls patch and upgrade schedule • Available on general purpose and engineered systems • Editions: SE1, EE, EE High Performance, EE Extreme Performance * Planned for a future release.Greater Capabilities
  • 7. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Database Cloud Service Full Instance Editions • Full database instance • Up to 16 OCPUs Standard Edition 1 Enterprise Edition (EE) adds… • Transparent Data Encryption (TDE) • All standard EE features EE Extreme Performance adds… Real Application Clusters (RAC) In Memory Active Data Guard EE High Performance adds… Multitenant Data Guard Partitioning Advanced Compression Advanced Security, Label Security, Database Vault Real Application Testing OLAP, Analytics, Spatial and Graph Management Packs Greater Capabilities
  • 8. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Database Cloud Service Management Level Overview General Purpose Virtual Image • Database software ready for install • Tenant has root privilege • Does not provide automated orchestrations • Only available on general purpose infrastructure • Automated install, patch, upgrade, upsize/downsize, backup/restore, recovery, data guard configuration, TDE encryption, monitoring… • Tenant has root privilege Virtual Image Automated • Oracle monitors and is responsible for keeping the database available • Oracle manages install, patch, upgrade, upsize/downsize, backup/restore, recovery • Oracle maintains privileged user access, tenant controls data. Managed* * Planned for a future release.Greater Capabilities
  • 9. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Database Cloud Service Management Level Overview Scaling Single click automated scaling of CPU and storage. Backup & Restore Single click Backup, restore, all fully orchestrated. Key Metrics Monitoring of uptime, capacity, utilization, and edition. Management & Dev Tools EM Express, Tooling, Java, SQL Dev, REST Data Services, APEX, Glassfish. Managed Infrastructure Managed compute, storage and network Isolated and Secure Dedicated virtual and physical resources Patching Fully orchestrated one click application of Oracle patch sets. Upgrade Fully orchestrated one click upgrades with validations. High Availability Automated recovery, data guard, fail over, rolling updates. Capacity on Demand Compute and storage upsize and downsize Networking Point to point network configuration. Automated Virtual Image 100% Provision & Configuration Rapid and fully automated install with choice of editions, features & shapes.
  • 10. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Database Cloud Service Automated Provisioning Database Ready for Use Allocate Compute Allocate Storage Set Keys & Privileges Request for Service Provision OS Install & Configure Database Configure Tools (configure Access) Configure Backups Reduced time and complexity to provision database services Increased standardization of the “fleet” New use cases that were not practical before. Benefits
  • 11. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Database Cloud Service Architecture Oracle Compute Block Storage Oracle Storage Cloud Oracle VM – Oracle Linux Oracle REST Data ServicesRDBMS Cloud Tooling (EM Express + Application HTML5) Infrastructure Metrics Database Metrics EM Compute Infrastructure /u03 /u02 /u01 Archives My Services Store cloud.oracle.com JaaS Compute Service DBaaS On Premise Local DB Dev Tools
  • 12. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Database Cloud Service DBaaS Monitor Console • HTML5 application hosted within the VM • DBaaS Monitor - Top Features: – Monitor database sessions, disk & CPU – View version, features installed … – Configure database parameters – Initiate backups – Bounce database – View log and trace files
  • 13. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Database Cloud Service PDB Provisioning Console
  • 14. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Database Cloud Service DBA and Development Tools • Enterprise Manager (EM)* • Monitor Databases on as a target using your on premise EM deployment. • Uses Dual Proxy • Enterprise Manager Express • Composite Active Report Monitoring • Corrective Action Analysis • Deploy and Manage PDBs • Identify Performance Issues using ASH, ADDM • Robust Single Instance Administration • Local Admin Tool • Start Stop Database • Set Database parameters • Custom Cloud Orchestrations Database Administration Application Development • Java • Java as a Service Offering • Oracle Web Logic Application Server • Oracle APEX • Opportunistic Application Development • Deploy pre-built productivity apps “Packaged Apps” • Oracle REST Data Services • Provides URI based access to Oracle database over REST • Results in JSON or CSV • Mapping of URI to SQL or PL/SQL • All HTML methods GET, PUT, POST, DELETE, PATCH • Oauth2 integration • Other tools • PHP, Ruby, Python, C, etc (Available on Oracle Cloud via Compute Service) • SQL Developer • Drag and drop data movement • SQL Worksheet • Administrative Features • Data Modeling • RESTful Web Services • Command Line SQL • Oracle APEX • Create Tables • Run any SQL • Run SQL Scripts • Browse Database Objects • Define RESTful Web Services Database Development
  • 15. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Provisioning Demo Provisioning wizard screens
  • 16. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Database Cloud Service Database Provisioning • Self Service Interface • REST APIs – curl -i -X POST -u username:password -d @createDB.json -H "X-ID-TENANT-NAME: IDENTITYDOMAIN" -H "Content-Type:application/json" https://dbaas.oraclecloud.com/jaas/db/api/v1.1/instances/ IDENTITYDOMAIN • oracle-dbcs-cli Utility – To perform a variety of life-cycle and administration operations on DBCS instances
  • 17. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Database Cloud Service Full portability between on-premises and cloud Same Architecture Same Software Same Skills On-Premises Oracle Cloud
  • 18. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Database Cloud Service Full portability between on-premises and cloud 2. Unplug (from On-Premise DB) 3. Copy / Move 4. Plug (OPC DB) 5. Validate the migration 1. Use APEX Application (On-Premise)
  • 19. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Portability Demo Moving PDB from On-Premise to Oracle Public Cloud
  • 20. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Database Backup Cloud Service
  • 21. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Database Backup Service • Backup on-premise or Cloud Databases to Oracle Database Backup Service hosted in Oracle Public Cloud • Cost effective, scalable cloud storage for database backups: $33/TB per month • End-to-end enterprise-grade data encryption, compression and protection • Clients: Data is always encrypted with keys kept locally at client, optionally compressed, and securely transmitted • Cloud: Encrypted data is protected with 3-way mirroring on every write Oracle Company Confidential – Shared Under Terms of OPN NDA29 Replace Offsite Tape Backups with Simple and Low Cost Cloud Backup On Premises Oracle Cloud Oracle Database Backup Service
  • 22. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Hybrid Cloud Management
  • 23. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Hybrid Cloud Management In a Hybrid IT Environment, IT Becomes a Services Broker Conventional IT Private cloud Public cloud Hybrid cloud Users Visibility, Accountability & Control IT must be able to monitor and manage services regardless of where they are deployed.
  • 24. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Hybrid Cloud Management Expanding the Horizon with Hybrid Cloud • Single pane of glass for managing private and public clouds – Improved management of complete Oracle stack for on-premise targets – On-premise EM to monitor Database and Java Cloud Services on Oracle Cloud • In-depth performance diagnostics and analytics • Provisioning instances on Oracle Cloud • Workload movement and placement to support cloning and cloud-bursting scenarios
  • 25. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Hybrid Cloud Management Unified Management Same Architecture Same Software Same Skills On-Premises Oracle Cloud Unified Management Enterprise Manager manages both On Premise and Cloud*
  • 26. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Roadmap
  • 27. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Database Cloud Service Roadmap •Data Guard & Active Data Guard For Database as a Service •Managed Database Service •Oracle Exadata Cloud Service •Oracle Big Data Cloud Service •Oracle NoSQL Cloud service •Interface to plug/unplug PDBs (On-Premise <-> Cloud)
  • 28. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Database Cloud Service Database Cloud Delivery Roadmap Engineered General Purpose General Purpose • Engineered infrastructure for highest performance, scalability, and availability • General purpose infrastructure for test, development, departmental applications Managed Automated Managed Automated Virtual Image
  • 29. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Summarize
  • 30. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Quickly create databases using automated provisioning. Easily move data and workloads. 41 Data Center Oracle Cloud Unified Management Enterprise Manager manages both On Premise and Cloud* Same Architecture Same Software Same Skills Oracle Database Cloud Service Value Proposition
  • 31. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | http://cloud.oracle.com
  • 32. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Database Cloud Service Videos • Ordering a Trial Subscription to an Oracle Cloud Service https://www.youtube.com/watch?v=ZR30drO1Rxc • Administering a Trial Subscription to an Oracle Cloud Service https://www.youtube.com/watch?v=RLIzSFiYxgw • Creating a Database Cloud Instance https://www.youtube.com/watch?v=cBBqrRTaMDw • Connecting to a Database Instance in the Oracle Database Cloud Service https://www.youtube.com/watch?v=dg6KsEsswpk
  • 33. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Database Cloud Service Tutorials • Signing Up for a Database Cloud Service http://www.oracle.com/webfolder/technetwork/tutorials/obe/cloud/13_2/dbservice/crservice/crservice.html • Installing an Application into Your Database Cloud Service http://www.oracle.com/webfolder/technetwork/tutorials/obe/cloud/13_2/dbservice/instdbapp/instdbapp.html • Data Loading and the Oracle Database Cloud Service http://www.oracle.com/webfolder/technetwork/tutorials/obe/cloud/13_2/dbservice/dataload/dataload.html • Creating a RESTful Web Service http://www.oracle.com/webfolder/technetwork/tutorials/obe/cloud/13_2/dbservice/restfulws/restfulws.html • Managing Users and Roles in a Database Cloud Service http://www.oracle.com/webfolder/technetwork/tutorials/obe/cloud/13_2/dbservice/useidm/useidm.html • Monitoring Your Database Cloud Services http://www.oracle.com/webfolder/technetwork/tutorials/obe/cloud/13_2/dbservice/monitordbs/monitordbs.html