Sie sind auf Seite 1von 39

Welcome

Accelerating Application
Development and Testing on the
Oracle Cloud - Platform as a Service
Part 1 : Database Cloud Services

Copyright 2014, Oracle and/or its affiliates. All rights reserved. |

Oracle Presenters

Will Childs
Director, Cloud ISV Business Development & Strategy - Americas

Brian Spendolini
Senior Principal Product Manager Oracle Database Cloud Service

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 Oracles products remains at the sole discretion of Oracle.

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Agenda

Quick Recap : Oracle Cloud Strategy for ISVs


Accelerating Application Development & Testing on Oracle Cloud

Resources for Your Success

Questions and Answers

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Quick Recap : Oracle Cloud Strategy for ISVs

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

What Are the Implications for ISVs?


Developer paradigms changing
Enterprise customers want to leverage
existing investments

Hybrid deployment models are the norm

Public Cloud is The Innovation Platform

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Oracle Cloud Strategy


Data as a Service
Software as a Service

Platform as a Service
Infrastructure as a Service

Bring Oracles leading


Bring leading
Infrastructure,
Technology,
Infrastructure,
Technology,
Business
Applications,
and Information
Business
Applications,
and
to customers
andto
partners
anywhere
Information
customers
and in
the
World through
theinOracle
Cloud
partners
anywhere
the World
through the Oracle Cloud

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Application Development and Testing in the Cloud


The most adopted cloud use case over the next two years

52%
Application
development
and testing

39%
Source: Computerworld Strategic Marketing Services, February-March 2014 Cloud Survey
Copyright 2014, Oracle and/or its affiliates. All rights reserved.

ISV Deployment Choice: Public, Private, Hybrid


DEPLOY ANYWHERE

Same Architecture

On Premise
Private Cloud

Same Standards

Public Cloud

Same Products

Transparently move workloads between


On-premise and Public Cloud
Copyright 2014, Oracle and/or its affiliates. All rights reserved.

(ISV) Applications Inherit Platform Features


Multitenant, Social, Mobile, In-Memory Big Data Analytics, Security, Availability

Oracle Apps

ISV Apps

Custom Apps

Social In-Memory Big Data Analytics Mobile


Multitenant Security Availability

Oracle Cloud Platform

Copyright 2014 Oracle and/or its affiliates. All rights reserved.

Providing a Complete Set of Platform Services Design Goals

Oracle Apps

ISV Apps

Custom Apps

Oracle Cloud Platform


Database

Java

Java SE

Integration

Process

Documents

Business
Intelligence

Database
Backup

Developer

Node.js

Mobile

Messaging

Big Data

Big Data
Discovery

Copyright 2014 Oracle and/or its affiliates. All rights reserved.

Accelerating Application
Development and Testing on the
Oracle Cloud - Platform as a Service
Part 1 : Database Cloud Services
Brian Spendolini
Senior Principal Product Manager
Oracle Database Cloud Services

Copyright 2014, Oracle and/or its affiliates. All rights reserved. |

Topics
1

What is Oracle Database Cloud Service?

How can I connect to the Database Cloud and what are my


Data Loading Options?

Development Options

Management and Monitoring

Copyright 2014 Oracle and/or its affiliates. All rights reserved.Oracle Confidential Internal/Restricted/Highly Restricted

13

What is the Oracle Database Cloud


Service?

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

Oracle Confidential - Internal Use Only

Database is our largest software business


and Database will be our largest cloud service
business.
Larry Ellison, Chairman and CTO
Q1 2015 Earnings Call on 9/18/2014

Copyright 2014 Oracle and/or its affiliates. All rights reserved.Oracle Confidential Internal/Restricted/Highly Restricted

15

Process

Documents

Social

Business Intelligence

Big Data

Database

Java

Developer

Mobile

Integration

Compute

Storage

Messaging

Identity

Systems Monitoring
& Analytics

IT/Developer

Line of Business User

Oracle Cloud - Platform as a Service

Copyright 2014 Oracle and/or its affiliates. All rights reserved.

Oracle Database Cloud Services


Oracle Database Cloud Service (Database as a
Service)
Full-featured dedicated 11gR2 or 12c singlenode instance
Customer backs up, patches, manages
Database with cloud tooling
Full SQL*Net, root access, Enterprise Manager,
all Database tools
Full portability on-premises & cloud
New management and monitoring tools
written just for DBaaS

17
Copyright 2014 Oracle and/or its affiliates. All rights reserved.

Oracle Database Cloud Service Offerings


Database as a Service
Full Database Instance Service

Virtual Image
VM + DB + Disk Image
Similar to Azure image or AMI
Full distribution extracted on disk
Same as on premise

Database Cloud Service


VM + DB + Full Provisioning
Backup/recovery automation
Patching and upgrade automation
Data Guard setup
Monitoring & management portals
Local management console

Oracle Linux 6.4


On-demand storage & compute
Choice of editions SE1, EE and Database 12c 12.1.0.2, and 11g 11.2.0.4
Bundles: EE High Performance (most options), EE Extreme Perf (all options)
Full network, VM and OS isolation, Full SQL*Net access
Self-managed with SSH access into VM with root privilege

Copyright 2014 Oracle and/or its affiliates. All rights reserved.

Oracle Database Cloud Service


Automated Infrastructure and Database Administration

11g

12c

Compute Shape

Block and Object Storage

Upgrade and Patch

CPU and Memory On-Demand

Upsize, add archives all with encryption

Upgrade automation

Point-in-time Recovery

Point-to-point Networking

Service Integration

Recover from human error

Open just the ports you need

Add PaaS offerings when Needed

Robust automation reduces administrative time and promotes standardization improving manageability and availability

Copyright 2014 Oracle and/or its affiliates. All rights reserved.

How can ISVs connect to the Database


Cloud and what are my Data Loading
Options?

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

Oracle Confidential - Internal Use Only

Oracle Database Cloud Service


Connecting to a Database as a Service instance

SSH/SFTP/SCP
Enterprise Manager Database Express 12c (11g Database Control)
SQL*Net (encrypted)

Oracle Cloud Database Monitor


Oracle Application Express
SQL Developer
RESTful Web Services

Copyright 2014 Oracle and/or its affiliates. All rights reserved.

Oracle Database Cloud Service


Data Loading into a Database as a Service instance

Database as a Service
SQL*Loader
Oracle Data Pump Export/Import Utility
Transportable Tablespaces
Pluggable Databases (PDBs) to lift and shift data and
database applications
All tools used by the Database Schema Service

SQL Developer for Data Loading


Oracle Application Express

Copyright 2014 Oracle and/or its affiliates. All rights reserved.

ISV Development Options

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

Oracle Confidential - Internal Use Only

Oracle Database Cloud Service


Development Options

On Demand data source with REST Services


Mobile Application Development
Node.js and HTML5
ADF/MAF
Java, .NET, PHP (anything that can use REST Services)

Oracle Application Express Development

Data Source for a Java Cloud Service (DBaaS)


SQL Developer/JDeveloper

Copyright 2014 Oracle and/or its affiliates. All rights reserved.

Oracle Database Cloud Service


Development Options REST Services
HTTP(s) access is ideal for cloud and modern App Dev
Turns Database Service into an RESTFul API service

All HTML methods GET, PUT, POST, DELETE


Secure Services
OAuth 2.0
APEX Authentication
Weblogic or Glassfish user/group support

Return results in JSON or comma delimited


Features of the database can be used
Data Redaction
Spatial Queries
In-Memory Database
Copyright 2014 Oracle and/or its affiliates. All rights reserved.

Oracle Database Cloud Service


Development Options Application Express
Database-centric development tool for Oracle Database App
Development
Targeted at Web-based App Developers who know SQL and PL/SQL
Develop Desktop and Mobile applications

100% Browser-based Development and Runtime


Declarative framework for rapid App definition, and full App life cycle.
On premise, on laptop, on cloud, on RAC, any platform Oracle DB is
available

Copyright 2014 Oracle and/or its affiliates. All rights reserved.

Oracle Database Cloud Service


Development Options SQL Developer
Editors for working with SQL, PL/SQL, Stored Java Procedures, and XML
Run queries
generate execution plans
Tune your SQL

Debug PL/SQL
Export data to the desired format (XML, Excel, HTML, PDF, etc.)
Integrates with Oracle Application Express (APEX)
Export, import, drop or deploy applications
create your own custom reports

DBA view for database maintenance tasks


Copyright 2014 Oracle and/or its affiliates. All rights reserved.

Management and Monitoring

Copyright 2014 Oracle and/or its affiliates. All rights reserved. |

Oracle Confidential - Internal Use Only

Oracle Database Cloud Service


Multiple Out of the Box Choices

Copyright 2014 Oracle and/or its affiliates. All rights reserved.

Oracle Database Cloud Service


Enterprise Manager Express 12c

Copyright 2014 Oracle and/or its affiliates. All rights reserved.

Oracle Database Cloud Service


Local HTML5 Monitoring App

HTML5 Application Top Features


Monitor database sessions, disk utilization,
CPU
View version, features installed
Configure database parameters
Initiate backups
Bounce database
View log and trace files (ideally parsed)

Oracle Confidential - Internal Use Only

Copyright 2014 Oracle and/or its affiliates. All rights reserved.

Summary | Key Takeaways


Development choice
when using the Database
Cloud Service

Java/ADF
PL/SQL
APEX
REST Services
Etc.

Database as a Service is
just like your on premise
instance
Same features
Same software
Same options

Secure connection
choices to keep your data
safe
SSH
HTTPS
Multiple Authentication
methods
Secure SQL*net
Database security features

Copyright 2014 Oracle and/or its affiliates. All rights reserved.Oracle Confidential Internal/Restricted/Highly Restricted

32

Resources for ISV success

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Resources for Your Success


cloud.oracle.com

Oracle Cloud Trial


accounts

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

Oracle Cloud Marketplace


Build

Industry standard Oracle


technologies
Extend, integrate with
Oracle SaaS

Reach

Market your apps


Access Oracle Cloud
Customers

Profit

Engage Customers
Transact
Deploy easily

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

35

Resources for Your Success


Rapid Cloud Assessments

Multitenant Validation Labs

Detailed assessment of business,


architecture, technology and operations

Oracle Database 12c Multitenant


training and guided creation of a
Multitenant Database environment

Recommendations for future state Cloud


and SaaS architectures aligned to
business requirements
Aligned to partners highest priority
areas to develop a phased
implementation roadmap (business,
architecture, technology, operations)

Hands-on technical assistance with


validating application deployment.
Cloning and rapid provisioning new
pluggable databases.
Multitenant resource management and
monitoring

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Customer Feedback
We thank you for helping us with our SaaS / Cloud strategy,
the Rapid Cloud Assessment highlighted where and what we
need to focus on to make this project a success. We look
forward to continuing to work on this project with you and
the team
Solange Plebani, General Manager, Phillips Healthcare Informatics and Services, Latin
As we transition from a consumer electronics supply chain
business to a SaaS company, the strategic change in the
business operating model creates several areas of risk not
only in technology but also in how we as a business can
operate. The RCA was key in helping our leadership
understand what changes and areas of investments the
business needs to make in tech, operating procedures and
the organization to successfully execute our transition
strategy

You guys nailed it. The RCA process allowed me to


uncover and recognize some key pains in the
organization, giving us clarity and generally putting us
all on the same page. The process was far from a
sales pitch, it was uniquely insightful and very
valuable to me and the team and as a result we are
looking forward to a long lasting relationship with
Oracle
David Benjamin, CEO, Locustraxx

Jeff Neville, Chief Technology Officer

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Additional Opportunities to Engage


oracle.com/cloudconnection

Webcast Series for ISVs


North America ISV Events
Oracle Cloud Events

OPN Cloud Connection

william.childs@oracle.com
Copyright 2014, Oracle and/or its affiliates. All rights reserved.

38

Questions and Answers

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Das könnte Ihnen auch gefallen