Oracle Database Cloud

Size: px
Start display at page:

Download "Oracle Database Cloud"

Transcription

1 Oracle Database Cloud Shakeeb Rahman Database Cloud Service

2 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. 2 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

3 Agenda Oracle Cloud Database Service Overview Cloud Introduction Oracle s Cloud Offerings Database Cloud Service Architecture Summary 3 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

4 The Cloud Essential Characteristics / Industry Definition = Automation = Internet Access from All Devices = Multi Tenant / Virtualization = Capacity on Demand = Metered Service / Metrics Special Publication Copyright 2012, Oracle and/or its affiliates. All rights reserved.

5 The Cloud Service Models Infrastructure as a Service (IaaS) Raw compute or storage resources typically virtual machines Database as a Service (DBaaS) Ability create / access / size database using database API s Platform as a Service (PaaS) Managed full environment, database, web servers etc Software as a Service (SaaS) Application services accessed from cloud clients The Service Model determines two essential characteristics; the interface to the Service and the accessibility of components beneath the Service level 5 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

6 Cloud Database Offerings Market Spectrum Oracle Database Cloud Service Amazon EC2 / DB AMI Amazon RDS Microsoft SQL Azure Heroku Salesforce.com Database.com Salesforce.com Force.com Note: SaaS vendors not displayed as this is a Database Market Spectrum Raw Capacity Fully Managed Solution 6 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

7 The Cloud Conceptual Benefits Complexity and Capital Cost Paid by Provider Fully automated provisioning and management Managed Service: Software, Hardware, Upgrades, Backups Data centers and staff Monthly Service Fee Pay for capacity and compute resource used Predictable operating expense fees Capacity on Demand Use what you need when you need it No need to predict future capacity 7 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

8 Oracle Cloud Oracle s Cloud Offerings from 8 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

9 Database Cloud Service Introduction, Use Cases, Key Components 9 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

10 Oracle Database Cloud Service The database you love, now in the cloud Easy Self service provisioning Free Trials Standards Based SQL, Java, REST, HTML5 Enterprise Grade Oracle Enterprise Edition* / Exadata 24-7 Support and management Simple Pricing S5, S20, S50 based on DB size Month-to-month and term subscriptions 10 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

11 Oracle Database Cloud Service Use Cases and Target Markets New cloud-based development / deployment Java Application Deployment (with purchase of Java Service) Oracle Application Express (APEX) Development and Deployment RESTful Web Service publishing Future services will broaden Oracle s cloud capabilities Migrating existing applications Oracle Application Express (APEX) - with some limitations Java Applications - with some limitations Target Markets Small & medium sized businesses Departmental and lines of business IT departments Partners and ISVs 11 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

12 Oracle Database Cloud Service Oracle Application Express (APEX), SQL Developer, and Cloud Portal User Interfaces APEX SQL Workshop SQL Developer APEX Application Builder SQL Development SQL Development / Data Loading HTML5 App Dev RESTful Web Services Packaged Applications My Services Portal Data Access Gets / Posts Point APEX Solutions Cloud Management 12 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

13 Oracle Database Cloud Service APEX SQL Workshop Browser Based Integrated SQL Development SQL Command SQL Scripts Object Browser * Visit for links to community sites and resources 13 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

14 Oracle Database Cloud Service SQL Developer Free OTN Download Local DB Connections Cloud Connections Data Loading (Shopping Cart) Browse Cloud Objects Migrations from Third Party DB More robust then Oracle APEX SQL workshop for local DB Development * Visit for links to download and community sites and resources 14 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

15 Oracle Database Cloud Service APEX Application Builder Browser Based Create and Import Applications Wizards User Interface Themes Robust Reporting Declarative Forms Charts / Calendars Pluggable Components Translated 15 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

16 Oracle Database Cloud Service RESTful Web Services Defined using Oracle APEX or SQL Developer Easily create RESTful APIs Call from STATIC HTML via Javascript that returns JSON Public or Authenticated via OAUTH Integrate with any App Dev framework, Oracle APEX, Java, PHP, Ruby, Objective C 16 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

17 Oracle Database Cloud Service RESTful Web Services Example JavaScript Source with Oracle Cloud REST call $(document).ready(function () {var theme = getdemotheme(); //var url = "../sampledata/beverages.txt"; var url = " cfulistlastten"; // // prepare the data var source = { datatype: "json", datafields: [ { name: 'empno', type: 'int' }, { name: 'ename', type: 'string' },{ name: 'job', type: 'string' }, { name: 'hiredate', type: 'string' }, { name: 'sal', type: 'string' }, { name: 'deptno', type: 'int' } ], id: 'id,url: url }; var dataadapter = new $.jqx.dataadapter(source); $("#jqxgrid").jqxgrid( { width: 990, source: dataadapter, theme: theme, sortable: true, filterable: true, altrows: true,columns: [ { text: 'Emp No', datafield: 'empno', width: 250 },{ text: 'Name', datafield: 'ename', width: 250 }, { text: 'Title', datafield: 'job', width: 180 },{ text: 'Salary', datafield: 'sal', width: 120 }, { text: 'Department', datafield: 'deptno', minwidth: 120 } ] }); }); var url = "h*ps://database- trialabsg.db.us1.oraclecloudapps.com/apex/getemployees"; 17 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

18 Oracle Database Cloud Service Packaged Applications One Click Install Simple Point Solutions Survey Builder Project Tracking Data Reporting Bug Tracking Community Requests Many more (also available on OTN) Mobile Interfaces Upgradable Unlockable and Customizable 18 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

19 Oracle Database Cloud Service Packaged Applications (Example of One Click Install) 19 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

20 Oracle Database Cloud Service Oracle Cloud Administration Portal ( then click sign-in) View Utilization Metrics & Outage Notifications Export Data Structures and Data Launch APEX Service Oracle Store punch-out Lockout Public Access Manage Access Control Links to resources / chat Enable APEX App Archiving View Installed APEX Apps 20 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

21 Architecture 21 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

22 Oracle Database Cloud Service Database Service Data Access Oracle Enterprise Edition v on Exadata and RAC + Cloud Lockdown, no SQL*Net REST over HTTPS HTTPS HTTPS JDBC SQL Developer Data browsing Data loading/unloading RESTful Web Services Any client the can use REST JS, PHP, Java,.NET, Objective C Oracle Application Express Application development and Deployment SQL development Oracle Java Cloud Java application deployment JDBC access from WLS to DB 22 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

23 Oracle Database Cloud Service Multi-Tenant Architecture with Schema-Based Tenant Isolation Service 1 Schema 1 APEX Service 2 Schema 2 SQL Developer Service 3 Schema 3 Rest Service 4 Schema 4 Oracle Database with Application Express One Service = One Schema = One Tablespace = One Data File 23 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

24 Oracle Database Cloud Infrastructure and Architecture VM VM Oracle 11gR2 Enterprise Edition VM VM Firewall Secure FTP Scalable: Exadata and Exalogic Full Stack: Apache, WebLogic, Identity Management, Secure FTP High Availability: Oracle 11gR2 Enterprise Edition and RAC Secure: Data isolated by schema and table-space (data file) Open: Open architecture with no lock-in, uses industry standards 24 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

25 Database Cloud Service Architecture Database Multi-tenancy Compute Node Database Instance Schema Table Table Schema Table Table Compute Node Database Instance Schema Table Table Schema Table Table Multi Tenant Shared Hardware Each tenant gets a completely isolated schema Each Exadata compute node has multiple database instances Each instance has multiple schemas (or tenants) Each schema / tenant is a container that can manage database tables, indexes, code, etc. Each schema has one dedicated tablespace Each tablespace has one data file No co-mingling of customer data Tablespace Tablespace Tablespace RAC One Node - Active/Passive mode 8 nodes, each with 3-5 database instances Data File Data File Data File Active Data Guard using Physical Standby Uses Logical Standby for rolling upgrades With no Database downtime 25 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

26 Summary 26 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

27 Oracle Cloud Benefits of Public and Private Cloud Consolidation Virtualization and Multi tenancy Server Farms Yields greater resource utilization Standardization Standard configurations Standard API s Simplifies Security and Upgrade Automation Fully automated provisioning, usage metrics, outage notifications, upsize and downsize Reduces Human Costs 27 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

28 Oracle Database Cloud Service Why use Oracle Write Once Run Everywhere Leverage the same skills, code, and capabilities on premise and in the cloud Develop on the cloud and deploy on premise, develop on premise deploy to cloud Instant Access Provision free trials or production environments in minutes Upsize when you need additional capacity Full self service purchase and upsize on the Oracle Store with M2M and Term Contracts Full Managed Service Mid tier WLS application services Oracle 11gR2 Enterprise Edition Database on Exadata Oracle IDM Identity Management SFTP services for file upload and database exports All redundant / fully managed / fully supported 28 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

29 Oracle Database Cloud Service Why use Oracle s Database Cloud Service Access to an Oracle database at a very low M2M price of $175 Gain access to Oracle Database 11gR2 on Exadata as a fully managed service Get the advantages of the cloud today Industries most robust browser based App Dev Framework (APEX) Over 20 example and packaged app point solutions Robust Data Loading and database deployment via SQL Developer Declarative RESTful web service publishing Corresponding and integrated Java Service 29 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

30 Oracle Database Cloud Service Call To Action 1. Get Free Trial on 2. Learn more about the database service (see resources links on cloud.oracle.com on DB page) 30 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

31 Join the Conversation #CloudWorld, #OracleCloud Learn more: oracle.com/cloud Try now: cloud.oracle.com 31 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

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

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

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

Oracle Database Cloud Service Rick Greenwald, Director, Product Management, Database Cloud

Oracle Database Cloud Service Rick Greenwald, Director, Product Management, Database Cloud Oracle Database Cloud Service Rick Greenwald, Director, Product Management, Database Cloud Agenda Oracle Cloud Database Service Overview Cloud taxonomy What is the Database Cloud Service? Architecture

More information

Oracle Database Cloud Service Lösungen und Strategien. Paul Wehner, Senior Director Sales Consulting, Oracle Frankfurt

Oracle Database Cloud Service Lösungen und Strategien. Paul Wehner, Senior Director Sales Consulting, Oracle Frankfurt Oracle Database Cloud Service Lösungen und Strategien Paul Wehner, Senior Director Sales Consulting, Oracle Frankfurt Gartner: Enterprise Private Cloud Umfrage Verfolgen Sie eine Private Cloud Computing

More information

How To Develop An Application On Anor Cloud

How To Develop An Application On Anor Cloud The Oracle Cloud for Database and Application Developers Amit Chaudhry Seiner Director, Product Management April 9 th, 2013 Tokyo, Japan Safe Harbor Statement The following is intended to outline our general

More information

Oracle Database Public Cloud Services

Oracle Database Public Cloud Services Oracle Database Public Cloud Services A Strategy and Technology Overview Bob Zeolla Principal Sales Consultant Oracle Education & Research November 23, 2015 Safe Harbor Statement The following is intended

More information

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

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights 2 Copyright 2011, Oracle and/or its affiliates. All rights Oracle Database Cloud Service Marc Sewtz Senior Software Development Manager Oracle

More information

Oracle Database Cloud Services OGh DBA & Middleware Day

Oracle Database Cloud Services OGh DBA & Middleware Day Oracle Database Cloud Services OGh DBA & Middleware Day Jan van Tiggelen Principal Sales Consultant Oracle Core Technology June 4th, 2015 Safe Harbor Statement The following is intended to outline our

More information

Oracle s Cloud Computing Strategy

Oracle s Cloud Computing Strategy Oracle s Cloud Computing Strategy Making IT Consumable Richard Garsthagen Director Cloud Business Development EMEA Copyright 2014, Oracle and/or its affiliates. All rights reserved. Trends Driving IT Innovation

More information

The Safe Harbor. 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

The Safe Harbor. 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. The Safe Harbor 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

More information

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Oracle Cloud Services Mike Lehmann Senior Director of Product Management WebLogic Server, Java Cloud Services, Coherence and Java EE

More information

Building Modern Business Applications with Oracle Cloud s Platform Services

Building Modern Business Applications with Oracle Cloud s Platform Services Building Modern Business Applications with Oracle Cloud s Platform Richard Garsthagen Director Cloud Business Development EMEA 1 Safe Harbor Statement The following is intended to outline our general product

More information

<Insert Picture Here> Michael Hichwa VP Database Development Tools michael.hichwa@oracle.com Stuttgart September 18, 2007 Hamburg September 20, 2007

<Insert Picture Here> Michael Hichwa VP Database Development Tools michael.hichwa@oracle.com Stuttgart September 18, 2007 Hamburg September 20, 2007 Michael Hichwa VP Database Development Tools michael.hichwa@oracle.com Stuttgart September 18, 2007 Hamburg September 20, 2007 Oracle Application Express Introduction Architecture

More information

Oracle Application Express Cloud Development. Jan Huyzentruyt - Stijn Van Raes

Oracle Application Express Cloud Development. Jan Huyzentruyt - Stijn Van Raes Oracle Application Express Cloud Development Jan Huyzentruyt - Stijn Van Raes Join the buzz: Wifi available Twitter #oracleopenxperience @oopenxperience 2 Agenda What is? in the Database Cloud Q & A 3

More information

CON9488 The Enterprise Cloud Simplified with Oracle VM

CON9488 The Enterprise Cloud Simplified with Oracle VM CON9488 The Enterprise Cloud Simplified with Oracle VM Andy Herm, Senior Architect, Cloud Infrastructure, Oracle Conor Wentz, Senior Architect, Cloud Infrastructure, Oracle Honglin Su, Sr. Director of

More information

Oracle s Cloud Computing Strategy

Oracle s Cloud Computing Strategy Oracle s Cloud Computing Strategy Your Strategy, Your Cloud, Your Choice Sandra Cheevers Senior Principal Product Director Cloud Product Marketing Steve Lemme Director, Cloud Builder Specialization Oracle

More information

Oracle Cloud Computing Strategy

Oracle Cloud Computing Strategy Oracle Cloud Computing Strategy Han Wammes Public Sector Market Development Manager 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement The following is intended

More information

Ten Myths of Cloud Computing. Gene Eun Sr. Director Product Marketing, Cloud September 29, 2014

Ten Myths of Cloud Computing. Gene Eun Sr. Director Product Marketing, Cloud September 29, 2014 Ten Myths of Cloud Computing Gene Eun Sr. Director Product Marketing, Cloud September 29, 2014 Oracle Confidential Internal/Restricted/Highly Restricted Safe Harbor Statement The following is intended

More information

How To Get A Cloud Based System To Work For You

How To Get A Cloud Based System To Work For You Predstavenie Oracle Cloud Platform Gabriela Hečková Technology Sales Consultant 1 Digital Business: Challenging Old Business Models Trends Driving Digital Disruption Mobile Social Big Data Internet of

More information

An Oracle White Paper May 2012. Oracle Database Cloud Service

An Oracle White Paper May 2012. Oracle Database Cloud Service An Oracle White Paper May 2012 Oracle Database Cloud Service Executive Overview The Oracle Database Cloud Service provides a unique combination of the simplicity and ease of use promised by Cloud computing

More information

Oracle Cloud Strategy. Sudip Datta Vice President of Product Management

Oracle Cloud Strategy. Sudip Datta Vice President of Product Management Oracle Cloud Strategy Sudip Datta Vice President of Product Management The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

Oracle Public Cloud. Peter Schmidt Principal Sales Consultant Oracle Deutschland BV & CO KG

Oracle Public Cloud. Peter Schmidt Principal Sales Consultant Oracle Deutschland BV & CO KG Oracle Public Peter Schmidt Principal Sales Consultant Oracle Deutschland BV & CO KG The Promise Of Computing For Developers, IT Operations And Line of Business Developers Agility & Quality Latest Technology

More information

An Oracle White Paper September 2012. Oracle Database and the Oracle Database Cloud

An Oracle White Paper September 2012. Oracle Database and the Oracle Database Cloud An Oracle White Paper September 2012 Oracle Database and the Oracle Database Cloud 1 Table of Contents Overview... 3 Cloud taxonomy... 4 The Cloud stack... 4 Differences between Cloud computing categories...

More information

Oracle Cloud: Oracle s Platform and Infrastructure Services. Amit Zavery Group Vice President Product Development

Oracle Cloud: Oracle s Platform and Infrastructure Services. Amit Zavery Group Vice President Product Development Oracle Cloud: Oracle s Platform and Infrastructure Services Amit Zavery Group Vice President Product Development Safe Harbor Statement "Safe Harbor" Statement: Statements in this presentation relating

More information

PLATFORM-AS-A-SERVICE: ADOPTION, STRATEGY, PLANNING AND IMPLEMENTATION

PLATFORM-AS-A-SERVICE: ADOPTION, STRATEGY, PLANNING AND IMPLEMENTATION PLATFORM-AS-A-SERVICE: ADOPTION, STRATEGY, PLANNING AND IMPLEMENTATION White Paper May 2012 Abstract Whether enterprises choose to use private, public or hybrid clouds, the availability of a broad range

More information

Oracle Applications and Cloud Computing - Future Direction

Oracle Applications and Cloud Computing - Future Direction Oracle Applications and Cloud Computing - Future Direction February 26, 2010 03:00 PM 03:40 PM Presented By Subash Krishnaswamy skrishna@astcorporation.com Vijay Tirumalai vtirumalai@astcorporation.com

More information

Oracle Cloud 25.09.14. Bjarte Drivenes Enterprise Architect. Copyright 2014 Oracle and/or its affiliates. All rights reserved.

Oracle Cloud 25.09.14. Bjarte Drivenes Enterprise Architect. Copyright 2014 Oracle and/or its affiliates. All rights reserved. Oracle Cloud 25.09.14 Bjarte Drivenes Enterprise Architect Copyright 2014 Oracle and/or its affiliates. All rights reserved. Copyright 2014 Oracle and/or its affiliates. All rights reserved. Agenda Private

More information

Oracle Cloud Computing Strategy

Oracle Cloud Computing Strategy Oracle Cloud Computing Strategy Rex Wang VP Infrastructure & Management 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. The Safe Harbor The following is intended to outline our general

More information

Datamation. 3 Ways to Move Application Development to the Cloud. Executive Brief. In This Paper

Datamation. 3 Ways to Move Application Development to the Cloud. Executive Brief. In This Paper 3 Ways to Move Application Development to the Cloud In This Paper Many companies are looking to cloud-based platforms to speed development PaaS provides a cloud-based platform for developing and deploying

More information

TECHNOLOGY WHITE PAPER Jun 2012

TECHNOLOGY WHITE PAPER Jun 2012 TECHNOLOGY WHITE PAPER Jun 2012 Technology Stack C# Windows Server 2008 PHP Amazon Web Services (AWS) Route 53 Elastic Load Balancing (ELB) Elastic Compute Cloud (EC2) Amazon RDS Amazon S3 Elasticache

More information

Oracle Cloud Update November 2, 2015. Eric Frank Oracle Sales Consultant. Copyright 2014 Oracle and/or its affiliates. All rights reserved.

Oracle Cloud Update November 2, 2015. Eric Frank Oracle Sales Consultant. Copyright 2014 Oracle and/or its affiliates. All rights reserved. Oracle Cloud Update November 2, 2015 Eric Frank Oracle Sales Consultant Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes

More information

Oracle Platform as a Service and Infrastructure as a Service Public Cloud Service Descriptions-Metered & Non-Metered.

Oracle Platform as a Service and Infrastructure as a Service Public Cloud Service Descriptions-Metered & Non-Metered. Oracle Platform as a Service and Infrastructure as a Service Public Cloud Service Descriptions-Metered & Non-Metered August 24, 2015 Contents GLOSSARY PUBLIC CLOUD SERVICES-NON-METERED... 4 ORACLE PLATFORM

More information

Oracle Application Express MS Access on Steroids

Oracle Application Express MS Access on Steroids Oracle Application Express MS Access on Steroids Jules Lane Principal Consultant Tactical Database Development options Spreadsheets Encourage data duplication and inconsistency, clog

More information

Oracle Cloud E41248-23

Oracle Cloud E41248-23 Oracle Cloud Getting Started with Oracle Cloud Release 15.4 E41248-23 December 2015 Documentation for Oracle Cloud users describes how to subscribe to Oracle Cloud services, add users, assign roles, and

More information

owncloud Architecture Overview

owncloud Architecture Overview owncloud Architecture Overview Time to get control back Employees are using cloud-based services to share sensitive company data with vendors, customers, partners and each other. They are syncing data

More information

<Insert Picture Here> Cloud Computing Strategy

<Insert Picture Here> Cloud Computing Strategy Cloud Computing Strategy Rex Wang VP Infrastructure and Management The following is intended to outline our general product direction. It is intended for information purposes only,

More information

Oracle Reference Architecture and Oracle Cloud

Oracle Reference Architecture and Oracle Cloud Oracle Reference Architecture and Oracle Cloud Anbu Krishnaswamy Anbarasu Enterprise Architect Social. Mobile. Complete. Global Enterprise Architecture Program Safe Harbor Statement The following is intended

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

APP DEVELOPMENT ON THE CLOUD MADE EASY WITH PAAS

APP DEVELOPMENT ON THE CLOUD MADE EASY WITH PAAS APP DEVELOPMENT ON THE CLOUD MADE EASY WITH PAAS This article looks into the benefits of using the Platform as a Service paradigm to develop applications on the cloud. It also compares a few top PaaS providers

More information

TECHNOLOGY WHITE PAPER Jan 2016

TECHNOLOGY WHITE PAPER Jan 2016 TECHNOLOGY WHITE PAPER Jan 2016 Technology Stack C# PHP Amazon Web Services (AWS) Route 53 Elastic Load Balancing (ELB) Elastic Compute Cloud (EC2) Amazon RDS Amazon S3 Elasticache CloudWatch Paypal Overview

More information

Private Cloud or Bust: Oracle WebLogic Server and Oracle Enterprise Manager

Private Cloud or Bust: Oracle WebLogic Server and Oracle Enterprise Manager Private Cloud or Bust: Oracle WebLogic Server and Oracle Enterprise Manager Mike Lehmann Vice President Product Management WebLogic Server, Coherence, Java Cloud Services Henrik Blixt Director of Product

More information

INTRODUCTION TO CLOUD MANAGEMENT

INTRODUCTION TO CLOUD MANAGEMENT CONFIGURING AND MANAGING A PRIVATE CLOUD WITH ORACLE ENTERPRISE MANAGER 12C Kai Yu, Dell Inc. INTRODUCTION TO CLOUD MANAGEMENT Oracle cloud supports several types of resource service models: Infrastructure

More information

<Insert Picture Here> Infrastructure as a Service (IaaS) Cloud Computing for Enterprises

<Insert Picture Here> Infrastructure as a Service (IaaS) Cloud Computing for Enterprises Infrastructure as a Service (IaaS) Cloud Computing for Enterprises Speaker Title The following is intended to outline our general product direction. It is intended for information

More information

ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE WEBLOGIC SERVER STANDARD EDITION

ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE WEBLOGIC SERVER STANDARD EDITION KEY FEATURES AND BENEFITS STANDARD EDITION Java EE 7 full platform support Java SE 8 certification, support Choice of IDEs, development tools and frameworks Oracle Cloud compatibility Industry-leading

More information

Konsolidacija podatkov v oblaku znotraj organizacije

Konsolidacija podatkov v oblaku znotraj organizacije Konsolidacija podatkov v oblaku znotraj organizacije Robert Korošec Oracle 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. Deployment Models: Private, Public, Hybrid Exclusive Shared

More information

<Insert Picture Here> Cloud Computing Inside Out

<Insert Picture Here> Cloud Computing Inside Out Cloud Computing Inside Out Gintautas Fokas Principal Sales Consultant Agenda Short Intro to Oracle Corporation Cloud Computing in Lithuania The Market view of Cloud Computing Cloud

More information

Oracle Public Cloud An Enterprise Cloud for Business Critical Applications Gerry Lim, Regional Program Director, Cloud Initiatives, ASEAN

Oracle Public Cloud An Enterprise Cloud for Business Critical Applications Gerry Lim, Regional Program Director, Cloud Initiatives, ASEAN Oracle Public Cloud An Enterprise Cloud for Business Critical Applications Gerry Lim, Regional Program Director, Cloud Initiatives, ASEAN Sponsored by 1 Copyright 2012, Oracle and/or its affiliates. All

More information

Cloud Computing. Cloud computing:

Cloud Computing. Cloud computing: Cloud computing: Cloud Computing A model of data processing in which high scalability IT solutions are delivered to multiple users: as a service, on a mass scale, on the Internet. Network services offering:

More information

SaaS A Product Perspective

SaaS A Product Perspective SaaS A Product Perspective Software-as-a-Service (SaaS) is quickly gaining credibility and market share against traditional packaged software. This presents new opportunities for product groups and also

More information

ORACLE APPLICATION EXPRESS 5.0

ORACLE APPLICATION EXPRESS 5.0 ORACLE APPLICATION EXPRESS 5.0 Key Features Fully supported nocost feature of the Oracle Database Simple 2-Tier Architecture Develop desktop and mobile applications 100% Browserbased Development and Runtime

More information

<Insert Picture Here> Architekturen, Bausteine und Konzepte für Private Clouds Detlef Drewanz EMEA Server Principal Sales Consultant

<Insert Picture Here> Architekturen, Bausteine und Konzepte für Private Clouds Detlef Drewanz EMEA Server Principal Sales Consultant Architekturen, Bausteine und Konzepte für Private Clouds Detlef Drewanz EMEA Server Principal Sales Consultant The following is intended to outline our general product direction.

More information

Public & Private Cloud Services

Public & Private Cloud Services Public & Private Cloud Services George Bourmas Sales Consulting Manager Database & Options Exadata Team Leader CEE 1 2 Oracle s Architectural Vision Complete, Open, Integrated Systems ENGINEERED TO WORK

More information

How To Run A Modern Business With Microsoft Arknow

How To Run A Modern Business With Microsoft Arknow Microsoft Azure DataSync ModernBiz Agenda ModernBiz: Your path to the Modern Business Microsoft Azure overview Key business solutions leveraging the cloud Back up your data Reduce unexpected downtime Host

More information

<Insert Picture Here> Enterprise Cloud Computing: What, Why and How

<Insert Picture Here> Enterprise Cloud Computing: What, Why and How Enterprise Cloud Computing: What, Why and How Jean-Claude Sotto Technology Sales Rep Middlware and E2.0 The following is intended to outline our general product direction. It is intended

More information

<Insert Picture Here> Enterprise Cloud Computing: What, Why and How

<Insert Picture Here> Enterprise Cloud Computing: What, Why and How Enterprise Cloud Computing: What, Why and How Andrew Sutherland SVP, Middleware Business, EMEA he following is intended to outline our general product direction. It is intended for

More information

Networks and Services

Networks and Services Networks and Services Dr. Mohamed Abdelwahab Saleh IET-Networks, GUC Fall 2015 TOC 1 Infrastructure as a Service 2 Platform as a Service 3 Software as a Service Infrastructure as a Service Definition Infrastructure

More information

Demystifying the Cloud Computing 02.22.2012

Demystifying the Cloud Computing 02.22.2012 Demystifying the Cloud Computing 02.22.2012 Speaker Introduction Victor Lang Enterprise Technology Consulting Services Victor Lang joined Smartbridge in early 2003 as the company s third employee and currently

More information

An Oracle White Paper June 2014. RESTful Web Services for the Oracle Database Cloud - Multitenant Edition

An Oracle White Paper June 2014. RESTful Web Services for the Oracle Database Cloud - Multitenant Edition An Oracle White Paper June 2014 RESTful Web Services for the Oracle Database Cloud - Multitenant Edition 1 Table of Contents Introduction to RESTful Web Services... 3 Architecture of Oracle Database Cloud

More information

Oracle: Private Platform as a Service from Oracle

Oracle: Private Platform as a Service from Oracle Oracle: Private Platform as a Service from Oracle Liviu Gherman Sales Manager Fusion Middleware 6 octombrie 2010, Cluj he following is intended to outline our general product direction.

More information

Cloud Hosting. QCLUG presentation - Aaron Johnson. Amazon AWS Heroku OpenShift

Cloud Hosting. QCLUG presentation - Aaron Johnson. Amazon AWS Heroku OpenShift Cloud Hosting QCLUG presentation - Aaron Johnson Amazon AWS Heroku OpenShift What is Cloud Hosting? According to the Wikipedia - 2/13 Cloud computing, or in simpler shorthand just "the cloud", focuses

More information

Cloud Models and Platforms

Cloud Models and Platforms Cloud Models and Platforms Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF A Working Definition of Cloud Computing Cloud computing is a model

More information

Cloud computing - Architecting in the cloud

Cloud computing - Architecting in the cloud Cloud computing - Architecting in the cloud anna.ruokonen@tut.fi 1 Outline Cloud computing What is? Levels of cloud computing: IaaS, PaaS, SaaS Moving to the cloud? Architecting in the cloud Best practices

More information

A Study of Infrastructure Clouds

A Study of Infrastructure Clouds A Study of Infrastructure Clouds Pothamsetty Nagaraju 1, K.R.R.M.Rao 2 1 Pursuing M.Tech(CSE), Nalanda Institute of Engineering & Technology,Siddharth Nagar, Sattenapalli, Guntur., Affiliated to JNTUK,

More information

Deploying ArcGIS for Server using Managed Services

Deploying ArcGIS for Server using Managed Services 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Deploying ArcGIS for Server using Managed Services Erin Ross Andrew Sakowicz Esri UC2013. Technical cal

More information

A Brief Overview. Delivering Windows Azure Services on Windows Server. Enabling Service Providers

A Brief Overview. Delivering Windows Azure Services on Windows Server. Enabling Service Providers A Brief Overview Enabling Service Providers Chris Van Wesep Cloud OS Product MKTG Manager Microsoft Corp. Delivering Windows Azure Services on Windows Server Challenges and needs Overview of Cloud OS Architecture

More information

Guide to Database as a Service (DBaaS) Part 2 Delivering Database as a Service to Your Organization

Guide to Database as a Service (DBaaS) Part 2 Delivering Database as a Service to Your Organization Guide to Database as a Service (DBaaS) Part 2 Delivering Database as a Service to Your Organization Introduction There are often situations in which you need to spin up a new database. But in a traditional

More information

<Insert Picture Here> Oracle Application Express 4.0

<Insert Picture Here> Oracle Application Express 4.0 Oracle Application Express 4.0 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any

More information

SaaS Data Architecture. An Oracle White Paper Oct 2008

SaaS Data Architecture. An Oracle White Paper Oct 2008 SaaS Data Architecture An Oracle White Paper Oct 2008 SaaS Data Architecture Introduction... 3 DATA ARCHITECTURE APPROACHES... 3 Separate Databases... 4 Shared Database, Separate Schemas... 4 Shared Database,

More information

yvette@yvetteagostini.it yvette@yvetteagostini.it

yvette@yvetteagostini.it yvette@yvetteagostini.it 1 The following is merely a collection of notes taken during works, study and just-for-fun activities No copyright infringements intended: all sources are duly listed at the end of the document This work

More information

Outline. What is cloud computing? History Cloud service models Cloud deployment forms Advantages/disadvantages

Outline. What is cloud computing? History Cloud service models Cloud deployment forms Advantages/disadvantages Ivan Zapevalov 2 Outline What is cloud computing? History Cloud service models Cloud deployment forms Advantages/disadvantages 3 What is cloud computing? 4 What is cloud computing? Cloud computing is the

More information

Cloud Computing; What is it, How long has it been here, and Where is it going?

Cloud Computing; What is it, How long has it been here, and Where is it going? Cloud Computing; What is it, How long has it been here, and Where is it going? David Losacco, CPA, CIA, CISA Principal January 10, 2013 Agenda The Cloud WHAT IS THE CLOUD? How long has it been here? Where

More information

The First Complete Cloud Management Solution with Oracle Enterprise Manager. Jean Pierre van Tiggelen EMEA Senior Sales Director Manageability

The First Complete Cloud Management Solution with Oracle Enterprise Manager. Jean Pierre van Tiggelen EMEA Senior Sales Director Manageability The First Complete Cloud Solution with Oracle Enterprise Manager Jean Pierre van Tiggelen EMEA Senior Sales Director Manageability State of IT 5 Copyright 2011, Oracle and/or its affiliates. All rights

More information

CLOUD COMPUTING & WINDOWS AZURE

CLOUD COMPUTING & WINDOWS AZURE CLOUD COMPUTING & WINDOWS AZURE WORKSHOP Overview This workshop is an introduction to cloud computing and specifically Microsoft s public cloud offering in Windows Azure. Windows Azure has been described

More information

How to Grow and Transform your Security Program into the Cloud

How to Grow and Transform your Security Program into the Cloud How to Grow and Transform your Security Program into the Cloud Wolfgang Kandek Qualys, Inc. Session ID: SPO-207 Session Classification: Intermediate Agenda Introduction Fundamentals of Vulnerability Management

More information

Web Application Deployment in the Cloud Using Amazon Web Services From Infancy to Maturity

Web Application Deployment in the Cloud Using Amazon Web Services From Infancy to Maturity P3 InfoTech Solutions Pvt. Ltd http://www.p3infotech.in July 2013 Created by P3 InfoTech Solutions Pvt. Ltd., http://p3infotech.in 1 Web Application Deployment in the Cloud Using Amazon Web Services From

More information

Application Development

Application Development Microsoft SQL Azure: Enterprise Application Development Build enterprise-ready applications and projects with SQL Azure Jayaram Krishnaswamy PUBLISHING BIRMINGHAM - MUMBAI Preface 1 Chapter 1: Cloud Computing

More information

Deploying Migrated IBM Notes Applications to the Cloud

Deploying Migrated IBM Notes Applications to the Cloud Deploying Migrated IBM Notes Applications to the Cloud A guide on deploying Composer Notes application to Microsoft Azure Prepared by Composer Technologies Copyright Composer Technologies Table of Contents

More information

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

Copyright 2014, Oracle and/or its affiliates. All rights reserved. 1 Oracle Business Intelligence in the Cloud Gherardo Infunti Business Development Director EMEA Business Analytics 2 Disclaimer THE FOLLOWING IS INTENDED TO OUTLINE OUR GENERAL PRODUCT DIRECTION. IT IS

More information

OpenStack. Orgad Kimchi. Principal Software Engineer. Oracle ISV Engineering. 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

OpenStack. Orgad Kimchi. Principal Software Engineer. Oracle ISV Engineering. 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. OpenStack Orgad Kimchi Principal Software Engineer Oracle ISV Engineering 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement The following is intended to outline

More information

Introduction to the Cloud OS Windows Azure Overview Visual Studio Tooling for Windows Azure Scenarios: Dev/Test Web Mobile Hybrid

Introduction to the Cloud OS Windows Azure Overview Visual Studio Tooling for Windows Azure Scenarios: Dev/Test Web Mobile Hybrid Introduction to the Cloud OS Windows Azure Overview Visual Studio Tooling for Windows Azure Scenarios: Dev/Test Web Mobile Hybrid Development Management Identity Data Virtualization All services

More information

Cloud Storage in a PaaS World

Cloud Storage in a PaaS World Cloud Storage in a PaaS World Susan Wu Oracle Group Manager, Product Management Cloud Storage runs Apps Just like a Platform runs Applications, there are many Applications that need to run in Cloud Storage

More information

Application Express Web Application Development

Application Express Web Application Development Application Express Web Application Development Agenda What is Oracle Application Express Demonstration Features and benefits Customer examples Conclusion Next steps Q&A Does Your Organization: Use spreadsheets

More information

Cloud Computing. Chapter 1 Introducing Cloud Computing

Cloud Computing. Chapter 1 Introducing Cloud Computing Cloud Computing Chapter 1 Introducing Cloud Computing Learning Objectives Understand the abstract nature of cloud computing. Describe evolutionary factors of computing that led to the cloud. Describe virtualization

More information

Service Models. Chapter Three

Service Models. Chapter Three Service Models Chapter Three Cloud Services Can align with deployment mode, ajapublic, private, and hybrid. Can also align with service model, in which each level of service abstraction is associated with

More information

How To Use Arcgis For Free On A Gdb 2.2.2 (For A Gis Server) For A Small Business

How To Use Arcgis For Free On A Gdb 2.2.2 (For A Gis Server) For A Small Business Esri Middle East and Africa User Conference December 10 12 Abu Dhabi, UAE Understanding ArcGIS in Virtualization and Cloud Environments Marwa Mabrouk Powerful GIS capabilities Delivered as Web services

More information

Migrating SaaS Applications to Windows Azure

Migrating SaaS Applications to Windows Azure Migrating SaaS Applications to Windows Azure Lessons Learned 04.04.2012 Speaker Introduction Deepthi Raju Marketing Technology Services Deepthi joined Smartbridge in 2005 and has over twenty years of technology

More information

Deploying ArcGIS for Server Using Esri Managed Services

Deploying ArcGIS for Server Using Esri Managed Services Federal GIS Conference 2014 February 10 11, 2014 Washington DC Deploying ArcGIS for Server Using Esri Managed Services Andrew Sakowicz Erin Ross Cloud Overview Deploying ArcGIS for Server What is Cloud:

More information

CLOUD COMPUTING. When it's smarter to rent than to buy.. Presented by Anand Tirumani

CLOUD COMPUTING. When it's smarter to rent than to buy.. Presented by Anand Tirumani CLOUD COMPUTING When it's smarter to rent than to buy.. Presented by Anand Tirumani Agenda Cloud Computing: Concepts and Terminologies What is Cloud Computing? Essential Characteristics Service Models

More information

PeopleSoft Cloud Architecture Automating PeopleSoft Deployment

PeopleSoft Cloud Architecture Automating PeopleSoft Deployment PeopleSoft Cloud Architecture Automating PeopleSoft Deployment Jeff Robbins Senior Director, Strategy PeopleSoft Technology December, 2015 Safe Harbor Statement The following is intended to outline our

More information

Deploying a Private Cloud with the Oracle Cloud Platform; Customer Case Study.

Deploying a Private Cloud with the Oracle Cloud Platform; Customer Case Study. Deploying a Private Cloud with the Oracle Cloud Platform; Customer Case Study. [CON1980] 27-October-2015 Peter Mars Oracle Advanced Customer Support, Technical Account Manager Oracle Advanced Customer

More information

Subash Krishnaswamy Applications Software Technology Corporation

Subash Krishnaswamy Applications Software Technology Corporation Oracle Applications and Cloud Computing - Future Direction Subash Krishnaswamy Applications Software Technology Corporation Agenda Introduction ti to CLOUD Oracle Corporation and CLOUD Oracle Applications

More information

End the Microsoft Access Chaos - Your simplified path to Oracle Application Express

End the Microsoft Access Chaos - Your simplified path to Oracle Application Express End the Microsoft Access Chaos - Your simplified path to Oracle Application Express Donal Daly Senior Director, Database Tools Agenda Why Migrate from Microsoft Access? What is Oracle

More information

Building a SaaS Application. ReddyRaja Annareddy CTO and Founder

Building a SaaS Application. ReddyRaja Annareddy CTO and Founder Building a SaaS Application ReddyRaja Annareddy CTO and Founder Introduction As cloud becomes more and more prevalent, many ISV s and enterprise are looking forward to move their services and offerings

More information

Oracle Database 12c Plug In. Switch On. Get SMART.

Oracle Database 12c Plug In. Switch On. Get SMART. Oracle Database 12c Plug In. Switch On. Get SMART. Duncan Harvey Head of Core Technology, Oracle EMEA March 2015 Safe Harbor Statement The following is intended to outline our general product direction.

More information

Build your public cloud strategy with Oracle IaaS and Oracle PaaS

Build your public cloud strategy with Oracle IaaS and Oracle PaaS Build your public cloud strategy with Oracle IaaS and Oracle PaaS Satyendra Pasalapudi Associate Practice Director Apps Associates LLC April 26 th 2016 Copyright 2016. Apps Associates LLC. 1 About Me Satyendra

More information

Open Source Multi-Cloud, Multi- Tenant Automation in the cloud with SlipStream PaaS

Open Source Multi-Cloud, Multi- Tenant Automation in the cloud with SlipStream PaaS Open Source Multi-Cloud, Multi- Tenant Automation in the cloud with SlipStream PaaS A professional open source solution Robert Branchat, SixSq 5 July 2014 Lyon, France Based in Geneva, Switzerland Founded

More information

Oracle Platform as a Service (PaaS) FAQ

Oracle Platform as a Service (PaaS) FAQ Oracle Platform as a Service (PaaS) FAQ 1. What is Platform as a Service (PaaS)? Platform as a Service (PaaS) is a standardized, shared and elastically scalable application development and deployment platform

More information

Alberto Diaz Martin MVP SharePoint Server adiazcan@hotmail.com http://geeks.ms/blogs/adiazmartin adiazcan

Alberto Diaz Martin MVP SharePoint Server adiazcan@hotmail.com http://geeks.ms/blogs/adiazmartin adiazcan Alberto Diaz Martin MVP SharePoint Server adiazcan@hotmail.com http://geeks.ms/blogs/adiazmartin adiazcan in 10% de descuento en todos nuestros cursos y libros hasta el 31 de Diciembre Introduce el cupón

More information

Sugar Professional. Approvals + + + + Competitor tracking + + + + Territory management + + + + Third-party sales methodologies + + + +

Sugar Professional. Approvals + + + + Competitor tracking + + + + Territory management + + + + Third-party sales methodologies + + + + Professional Corporate Enterprise Ultimate List price / user / month $35 $45 $60 $150 List price / user / year (contractual term) $420 $540 $720 $1,800 Application or user limits no limits no limits no

More information

<Insert Picture Here> PaaS is the Remedy for VM Hangover

<Insert Picture Here> PaaS is the Remedy for VM Hangover PaaS is the Remedy for VM Hangover Girish Venkat CISSP Solutions Specialist Manager, Oracle Public Sector The following is intended to outline our general product direction. It is

More information

Design and Implement a Self- Service Enabled Private Cloud with Oracle Enterprise Manager 12c

Design and Implement a Self- Service Enabled Private Cloud with Oracle Enterprise Manager 12c Design and Implement a Self- Service Enabled Private Cloud with Oracle Enterprise Manager 12c Prepared By: Kai Yu Senior Principal Engineer Dell Inc. About Author Kai Yu, Senior Principal Architect, Dell

More information

<Insert Picture Here> Enabling Cloud Deployments with Oracle Virtualization

<Insert Picture Here> Enabling Cloud Deployments with Oracle Virtualization Enabling Cloud Deployments with Oracle Virtualization NAME TITLE The following is intended to outline our general product direction. It is intended for information purposes only,

More information