Under the Hood of Oracle Database Cloud Service for Oracle DBAs 2017 ANZ Webinar Tour by

Size: px
Start display at page:

Download "Under the Hood of Oracle Database Cloud Service for Oracle DBAs 2017 ANZ Webinar Tour by"

Transcription

1 Under the Hood of Oracle Database Cloud Service for Oracle DBAs 2017 ANZ Webinar Tour by Kai Yu Oracle Solutions Engineering Dell EMC

2 Kai Yu Technical Staff, Dell EMC Database Engineering 25+ years working with IT Industry Specializing in Oracle Database, Cloud, Virtualization Author(30 articles+book) and Speaker(130+ sessions) Oracle ACE Director 2011 OAUG Innovator of Year 2012 Oracle Excellence Award- Technologist of the Year: Cloud Architect by Oracle Magazine My Blog: 2 Dell - Internal Use - Confidential

3 Agenda Overview of Oracle Cloud Offerings Oracle Database Cloud-DBaaS Quick start Oracle DBA tasks on Database Cloud Service Leveraging Oracle Database Backup Cloud Services

4 My Work: Dell EMC Oracle Solutions Engineering Dell EMC Oracle Database Solutions Stack 4 Dell - Internal Use - Confidential

5 5 Dell - Internal Use - Confidential 5

6 Overview of Oracle Cloud Offerings 6 Dell - Internal Use - Confidential

7 Oracle Cloud Service Offerings Software as a Service(SaaS) Delivers modern cloud applications that connect business processes across the enterprise. Integrated with social, mobile and analytic capabilities to deliver customer experiences, enterprise resource planning, human capital management, etc. Platform as a Service(PaaS) Helps developers rapidly build and deploy rich applications to Oracle Cloud SaaS applications. Including the Oracle database and Oracle WebLogic application Server Infrastructure as a Service(IaaS) Providing a comprehensive set of core infrastructure services like elastic compute, dynamic messaging and storage to let run any workload in the cloud 7 Dell - Internal Use - Confidential

8 Software as a Service(SaaS) Providing various application service in the Cloud: Customer Experience Applications Enterprise Performance Management Human Capital Management Supply Chain Management Data Enterprise Resource Planning: Internet of Things 8 Dell - Internal Use - Confidential

9 PaaS (Platform as a Service) Application Development API Catalog, Application Builder, Application Container Developer, Java, Java - SaaS Extension, Mobile Content and Experience Content and Experience, Process, WebCenter Portal Business Analytics Big Data Discovery, Big Data Preparation, Business Intelligence Data Visualization, Internet of Things Data Management Big Data, Big Data-Compute Edition,Database, Database Backup Database Schema, Event Hub, Exadata, Exadata Express, MySQL Integration API Manager, GoldenGate, Integration, Managed File Transfer,SOA Management Applications performance managing, Infrastructure. Monitoring Log Analytics, IT Analytics 9 Dell - Internal Use - Confidential

10 IaaS (Infrastructure as a Service) Compute Service: Generate purpose Computing Dedicated Compute high performance x86 servers reserved Dedicate Compute SPAC Model 360 Storage Service: Object storage: Archive storage: Oracle Database Backup Service: Cloud Software Appliance Network Services : securely connect data center to Oracle cloud VPN for Compute VPN for DCompute FastConnect: dedicated environment : Standard edition and Partner edition 10 Dell - Internal Use - Confidential

11 Oracle Database Cloud Service 11 Dell - Internal Use - Confidential

12 Oracle Database Cloud Services Several Deployment Choices Oracle Database Cloud Service Oracle 11g,12.1,12.2 database services, based on virtual machines Cloud Database Service on Bare metal Dedicated hardware and local NVMe storage, on a low latency, highly configurable and secure Virtual Cloud Network Oracle Database Exadata Cloud Service It brings the full power of Exadata to the Oracle Cloud Oracle Exadata Machines in the Oracle Cloud Oracle Exadata Cloud machine runs on customer on-premise Oracle Database Exadata Express Cloud Service Managed For small and medium sized databases, low entry price, provisioned within minutes Oracle Database Schema Cloud Service - Managed Entry level price, prospective customers should consider Exadata Express as an alternative. 12 Dell - Internal Use - Confidential

13 Oracle Database Cloud Services Oracle Database cloud service to create the database deployment. It creates the compute nodes (virtual machine or physical hosts) to host the database. Oracle Compute cloud service(iaas) provides the computing power, physical storage, networks and software. Your databases are running in the infrastructure owned by Oracle. Oracle database cloud services provides the interface and network for you to access the database in the cloud. Oracle Database versions: 11g,12.1, 12.2, 12c including Oracle Multitenant option for pluggable databases Admin access via SSH, SQL Developer,, SQL*plus, etc Data Access: SQL*net, JDBC,JSON, Data Pump etc. Management: Scaling, security, patching and upgrade, backup 13 Dell - Internal Use - Confidential

14 Oracle Database Cloud Services Service packaging: options to choose Standard, Enterprise, High performance Extreme Performance: with RAC, In-Memory, Active Data Guard Computing Power: based on Oracle CPU(OCPU) Storage: choose up to 2TB during the deployment. You can add up to 4.6Tb with local backup and up to 12TB (7.8 TB for RAC)without local backups 14 Dell - Internal Use - Confidential

15 Oracle Database Cloud-DBaaS Quick start Generate SSH Key Pair: for secure connections to Oracle DBaaS database instance public key used in DB instance creation :rsa-key pub.txt file private key used for secure connection : rsa-key ppk file Putty Key Generator puttygen.exe 15 Dell - Internal Use - Confidential

16 Oracle Database Cloud-DBaaS Quick start Sign in Oracle cloud service : My services console link, create service 16 Dell - Internal Use - Confidential

17 Oracle Database Cloud-DBaaS Quick start Create Database instance wizard is invoked: Specify information and get confirmation load existing key or create a new key 17 Dell - Internal Use - Confidential

18 Oracle Database Cloud-DBaaS Quick start Create Database instance wizard is invoked: Confirm the Database Instance Configuration and start instance creation 18 Dell - Internal Use - Confidential

19 Oracle Database Cloud-DBaaS Quick start Database instance creation completed 19 Dell - Internal Use - Confidential

20 Oracle Database Cloud-DBaaS Quick start Enable Network access to the DB instance 20 Dell - Internal Use - Confidential

21 Oracle Database Cloud-DBaaS Quick Start Enable Network access to the DB instance 21 Dell - Internal Use - Confidential

22 Oracle DBA tasks on the database service 22 Dell - Internal Use - Confidential

23 Access the Database host and DB Instance Details of Database Instance in the Cloud DB host public IP: SQL* Net port: 1521 Instance SID: ORCLR2 DB Name: PDB1 23 Dell - Internal Use - Confidential

24 Access the Database host and DB Instance Configure the host access to the DB host: add the private keyprivate_key to putty 24 Dell - Internal Use - Confidential

25 Access the Database host and DB Instance SSH to the host of the db instance using the secure key. Just like you connect to the database host in your local data center. 25 Dell - Internal Use - Confidential

26 Oracle DBA/Development tasks on the database service Root and oracle logins are provided for the database host (virtual machine) Login to the database instance as a sysdba to do the dba tasks 26 Dell - Internal Use - Confidential

27 Access the Database host and DB Instance Connect SQL Developer with your cloud database. with the following information on the cloud database instance DB host public IP: SQL* Net port: 1521 Instance SID: ORCLR2 PDB Name: PDB1 To access the PDB database, use the service name for the PDB: service name for pdb: pdb1.usdellinc.oraclecloud.internal service name for cdb: ORCL2.usdellinc.oraclecloud.internal 27 Dell - Internal Use - Confidential

28 Access the Database host and DB Instance Configure the database connection in SQL Developer. 28 Dell - Internal Use - Confidential

29 Access the Database host and DB Instance SQL Developer connects to the cloud database instance 29 Dell - Internal Use - Confidential

30 Oracle DBA/Development tasks on the database service Development tasks with Query builder 30 Dell - Internal Use - Confidential

31 Oracle DBA/Development tasks on the database service Development tasks with Query builder connecting to the Cloud DB instance 31 Dell - Internal Use - Confidential

32 Oracle DBA/Development tasks Migrate your on-primes database to the cloud database. Set the connect string in your on-premise host dbaas_12cr2_pdb1 = (description = (address = (protocol = tcp)(host = db12cr2.compute-usdellinc.oraclecloud.internal) (port= 1521)) (connect_data =(server = dedicated) (service_name = pdb1.usdellinc.oraclecloud.internal))) Considerations of migration methods: Use data pump to export/import the schema to the cloud database impdp system/passwd@dbaas_12cr2_pdb1dumpfile=dbexport.dmp Use Data dump transportable tablespace Use RMAN transportable tablespace with Data pump unplugging/plugging (CDB) Determining factors of choosing of migration methods: Database versions, character sets, DB platform(os) Refer to Migrating Oracle Databases to Database cloud Service of Oracle Cloud, Using Oracle Database Cloud Service, E , February Dell - Internal Use - Confidential

33 Leveraging Oracle Database Backup Cloud Services Oracle Database backup cloud service provides on-demand storage for backing up your Oracle Databases to Oracle cloud. The service is through subscription, need to install the Oracle Database Cloud Backup Module, and configure your environment to send backups to the cloud Use RMAN commands to perform backup, restore, recovery, maintenance operation. Support RMAN backup encryption and RMAC backup compressions algorithms Implementation and setup steps: 1) purchase a subscription or request a trial of the service 2) Download/install Oracle Database Cloud Backup Moduleopc_installer.zip 3) Configure RMAN settings RMAN> run { allocate channel odbs type sbt PARMS='SBT_LIBRARY=/orclhome/lib/libopc.so, SBT_PARMS=(OPC_PFILE=/orclhome/dbhome_1/dbs/opct1.ora)'; backup database;} 33 Dell - Internal Use - Confidential

34 Thank You and QA Contact me at or visit my Oracle Blog at 34 Dell - Internal Use - Confidential

Getting Started with Oracle DBaaS

Getting Started with Oracle DBaaS Getting Started with Oracle DBaaS Ami Aharonovich Oracle ACE & OCP Ami@DBAces.com 13-Nov-16 1 About Me Oracle ACE Oracle Certified Professional DBA (OCP) Founder and CEO, Brillix-DBAces President, Israel

More information

Javaentwicklung in der Oracle Cloud

Javaentwicklung in der Oracle Cloud Javaentwicklung in der Oracle Cloud Sören Halter Principal Sales Consultant 2016-11-17 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information

More information

Configuring and Managing a Private Cloud with Oracle Enterprise Manager

Configuring and Managing a Private Cloud with Oracle Enterprise Manager Configuring and Managing a Private Cloud with Oracle Enterprise Manager Oracle OpenWorld 2011 Session #06980, Tuesday, 5:30 pm Kai Yu Dell Inc. Madhup Gulati, Oracle Corporation Akanksha Sheoran, Oracle

More information

Migrating Oracle Databases from Amazon Web Services to Oracle Cloud Infrastructure Database O R A C L E W H I T E P A P E R M A Y

Migrating Oracle Databases from Amazon Web Services to Oracle Cloud Infrastructure Database O R A C L E W H I T E P A P E R M A Y Migrating Oracle Databases from Amazon Web Services to Oracle Cloud Infrastructure Database O R A C L E W H I T E P A P E R M A Y 2 0 1 8 Table of Contents Purpose of This White Paper 4 Scope and Assumptions

More information

Course: Oracle Database 12c R2: Administration Workshop Ed 3

Course: Oracle Database 12c R2: Administration Workshop Ed 3 Course: Oracle Database 12c R2: Administration Workshop Ed 3 The Oracle Database 12c R2: Administration Workshop Ed 3 course is designed to provide you with a firm foundation in administration of an Oracle

More information

Introduction to Oracle Databases in the Cloud

Introduction to Oracle Databases in the Cloud Introduction to Oracle Databases in the Cloud Biju Thomas Principal Solutions Architect OneNeck IT Solutions www.oneneck.com @biju_thomas OneNeck IT Solutions at a Glance Backed by Fortune 500 strength

More information

Oracle Database 12c R2: Administration Workshop Ed 3 NEW

Oracle Database 12c R2: Administration Workshop Ed 3 NEW Oracle Database 12c R2: Administration Workshop Ed 3 NEW Duration: 5 Days What you will learn The Oracle Database 12c R2: Administration Workshop Ed 3 course is designed to provide you with a firm foundation

More information

Oracle Database 12c R2: Administration Workshop Ed 3

Oracle Database 12c R2: Administration Workshop Ed 3 Oracle University Contact Us: +27 (0)11 319-4111 Oracle Database 12c R2: Administration Workshop Ed 3 Duration: 5 Days What you will learn The Oracle Database 12c R2: Administration Workshop Ed 3 course

More information

Oracle Database Cloud for Oracle DBAs Ed 3

Oracle Database Cloud for Oracle DBAs Ed 3 Oracle University Contact Us: 800-260-690 Oracle Database Cloud for Oracle DBAs Ed 3 Duration: 3 Days What you will learn Note: No hands-on lab environment for the Training On Demand course format This

More information

Moving Databases to Oracle Cloud: Performance Best Practices

Moving Databases to Oracle Cloud: Performance Best Practices Moving Databases to Oracle Cloud: Performance Best Practices Kurt Engeleiter Product Manager Oracle Safe Harbor Statement The following is intended to outline our general product direction. It is intended

More information

Managing Oracle Database in Oracle Database Exadata Express Cloud Service. Ing. Rita Nuñez

Managing Oracle Database in Oracle Database Exadata Express Cloud Service. Ing. Rita Nuñez Managing Oracle Database in Oracle Database Exadata Express Cloud Service Ing. Rita Nuñez Systems Engineer Oracle DBA CEO of Tecnix Solutions Oracle University Instructor Coordinator Database & RAC AROUG

More information

Database Level 100. Rohit Rahi November Copyright 2018, Oracle and/or its affiliates. All rights reserved.

Database Level 100. Rohit Rahi November Copyright 2018, Oracle and/or its affiliates. All rights reserved. Database Level 100 Rohit Rahi November 2018 1 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

More information

High Availability Infrastructure for Cloud Computing

High Availability Infrastructure for Cloud Computing High Availability Infrastructure for Cloud Computing Oracle Technology Network Architect Day Reston, VA, May 16, 2012 Kai Yu Oracle Solutions Engineering Lab Enterprise Solutions Engineering, Dell Inc.

More information

Run Critical Databases in the Cloud

Run Critical Databases in the Cloud Cloud Essentials Run Critical Databases in the Cloud Oracle Cloud is ideal for OLTP and analytic applications and it s ready for your enterprise workloads. Cloud computing is transforming business practices

More information

Oracle - Oracle Database 12c R2: Administration Workshop Ed 3

Oracle - Oracle Database 12c R2: Administration Workshop Ed 3 Oracle - Oracle Database 12c R2: Administration Workshop Ed 3 Code: Lengt h: URL: 12cDB-A 5 days View Online The Oracle Database 12c R2: Administration Workshop Ed 3 course is designed to provide you with

More information

Oracle Database Exadata Cloud Service: Technical Deep Dive

Oracle Database Exadata Cloud Service: Technical Deep Dive Oracle Database Exadata Cloud Service: Technical Deep Dive CON6666 Binoy Sukumaran Vice President Database Cloud Services Karl S Jonsson Senior Enterprise Architect Reinhart Foodservice, LLC Brian Spendolini

More information

B. Enable secure access to the DBaaS instance VM and database instance from remote hosts by using SSH.

B. Enable secure access to the DBaaS instance VM and database instance from remote hosts by using SSH. Volume: 70 Questions Question No: 1 You want all your colleagues to be able to access the compute node associated with an Oracle Database Cloud - Database as a Service (DBaaS) instance. You want them to

More information

Migrating Enterprise Applications to the Cloud Session 672. Leighton L. Nelson

Migrating Enterprise Applications to the Cloud Session 672. Leighton L. Nelson Migrating Enterprise Applications to the Cloud Session 672 Leighton L. Nelson Leighton L. Nelson Instructional Technology Principal Oracle ACE & Oracle Certified Expert Oracle Database Administrator Author/blogger

More information

Deploying Spatial Applications in Oracle Public Cloud

Deploying Spatial Applications in Oracle Public Cloud Deploying Spatial Applications in Oracle Public Cloud David Lapp, Product Manager Oracle Spatial and Graph Oracle Spatial Summit at BIWA 2017 Safe Harbor Statement The following is intended to outline

More information

MySQL CLOUD SERVICE. Propel Innovation and Time-to-Market

MySQL CLOUD SERVICE. Propel Innovation and Time-to-Market MySQL CLOUD SERVICE Propel Innovation and Time-to-Market The #1 open source database in Oracle. Looking to drive digital transformation initiatives and deliver new modern applications? Oracle MySQL Service

More information

1z0-160.exam.47q 1z0-160 Oracle Database Cloud Service

1z0-160.exam.47q   1z0-160 Oracle Database Cloud Service 1z0-160.exam.47q Number: 1z0-160 Passing Score: 800 Time Limit: 120 min https://www.gratisexam.com/ 1z0-160 Oracle Database Cloud Service Exam A QUESTION 1 Which statement is true about the Oracle software

More information

Implementing Storage Tiering in Data Warehouse with Oracle Automatic Data Optimization. Kai Yu Oracle Solutions Engineering Dell Inc

Implementing Storage Tiering in Data Warehouse with Oracle Automatic Data Optimization. Kai Yu Oracle Solutions Engineering Dell Inc Implementing Storage Tiering in Data Warehouse with Oracle Automatic Data Optimization Kai Yu Oracle Solutions Engineering Dell Inc Agenda Database Storage Challenges for IT Organizations Oracle 12c Information

More information

Oracle Database 12c R2: Managing Multitenant Architecture Ed 2

Oracle Database 12c R2: Managing Multitenant Architecture Ed 2 Oracle University Contact Us: Local: 0845 777 7 711 Intl: +44 845 777 7 711 Oracle Database 12c R2: Managing Multitenant Architecture Ed 2 Duration: 4 Days What you will learn During the Oracle Database

More information

Implementing Oracle database12c s Heat Map and Automatic Data Optimization to optimize the database storage cost and performance

Implementing Oracle database12c s Heat Map and Automatic Data Optimization to optimize the database storage cost and performance Implementing Oracle database12c s Heat Map and Automatic Data Optimization to optimize the database storage cost and performance Kai Yu Oracle Solutions Engineering Dell Inc About Author Kai Yu, Senior

More information

Exploring Oracle Database 12c Multitenant Best Practices for your Cloud Ami Aharonovich

Exploring Oracle Database 12c Multitenant Best Practices for your Cloud Ami Aharonovich Exploring Oracle Database 12c Multitenant Best Practices for your Cloud Ami Aharonovich Oracle ACE & OCP Ami@DBAces.com Oracle ACE About Me Oracle Certified Professional DBA (OCP) Founder and CEO, DBAces

More information

PeopleSoft on Oracle Cloud Platform: Built for Enterprise. Copyright 2017, Oracle and/or its affiliates. All rights reserved.

PeopleSoft on Oracle Cloud Platform: Built for Enterprise. Copyright 2017, Oracle and/or its affiliates. All rights reserved. PeopleSoft on Oracle Cloud Platform: Built for Enterprise Copyright 2017, Oracle and/or its affiliates. All rights reserved. Bare Metal Cloud Service Why PeopleSoft on Bare Metal Cloud Services? Fully

More information

Oracle Database 12c R2: New Features for 12c R1 Administrators Ed 1

Oracle Database 12c R2: New Features for 12c R1 Administrators Ed 1 Oracle University Contact Us: Local: 0180 2000 526 Intl: +49 8914301200 Oracle Database 12c R2: New Features for 12c R1 Administrators Ed 1 Duration: 5 Days What you will learn The Oracle Database 12c

More information

ORACLE DBA I. Exploring Oracle Database Architecture

ORACLE DBA I. Exploring Oracle Database Architecture ORACLE DBA I Exploring Oracle Database Architecture Introducing Oracle Database Relation Database Models Oracle SQL and PL/SQL Oracle Database Server Architecture Connecting to Oracle Databases Oracle

More information

Implementing Oracle database12c s Heat Map and Automatic Data Optimization to Optimize the Database Storage Cost and Performance

Implementing Oracle database12c s Heat Map and Automatic Data Optimization to Optimize the Database Storage Cost and Performance Implementing Oracle database12c s Heat Map and Automatic Data Optimization to Optimize the Database Storage Cost and Performance Kai Yu Oracle Solutions Engineering Dell Inc Agenda Database Storage Challenges

More information

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

Copyright 2017 Oracle and/or its affiliates. All rights reserved. Copyright 2017 Oracle and/or its affiliates. All rights reserved. On Cloud 9 with Speed and Stability A Journey to Cloud Transformation Ken E. Molter, Director IT, Ryder Bill Wimsatt, Sr. Manager, Enterprise

More information

1z0-160 oracle. Number: 1z0-160 Passing Score: 800 Time Limit: 120 min.

1z0-160 oracle. Number: 1z0-160 Passing Score: 800 Time Limit: 120 min. 1z0-160 oracle Number: 1z0-160 Passing Score: 800 Time Limit: 120 min Exam A QUESTION 1 You want to perform database recovery with the most recent backup. Which command would you execute? A. dbaascli rec

More information

Frequently Asked Questions for Oracle

Frequently Asked Questions for Oracle Frequently Asked Questions for Oracle Autonomous Database This document includes a list of frequently asked questions and answers for the Oracle Autonomous Database (ADB), Autonomous Data Warehouse and

More information

Oracle Database 18c and Autonomous Database

Oracle Database 18c and Autonomous Database Oracle Database 18c and Autonomous Database Maria Colgan Oracle Database Product Management March 2018 @SQLMaria Safe Harbor Statement The following is intended to outline our general product direction.

More information

Exploring Oracle Database 12c Multitenant Best Practices for your Cloud

Exploring Oracle Database 12c Multitenant Best Practices for your Cloud Exploring Oracle Database 12c Multitenant Best Practices for your Cloud Ami Aharonovich Oracle ACE & OCP Ami@DBAces.com Oracle ACE About Me Oracle Certified Professional DBA (OCP) Founder and CEO, DBAces

More information

Oracle Cloud Infrastructure Exadata Cloud Service: Implementing Exadata Apps

Oracle Cloud Infrastructure Exadata Cloud Service: Implementing Exadata Apps Oracle Cloud Infrastructure Exadata Cloud Service: Implementing Exadata Apps Enterprise Grade Cloud Platform built for Oracle Databases Mahesh Thiagarajan Senior Principal Product Manager, Oracle Rob Fuchsteiner

More information

Oracle Autonomous Database

Oracle Autonomous Database Oracle Autonomous Database Maria Colgan Master Product Manager Oracle Database Development August 2018 @SQLMaria #thinkautonomous Safe Harbor Statement The following is intended to outline our general

More information

Oracle made it easy: Cloud DB Vergleich

Oracle made it easy: Cloud DB Vergleich Oracle made it easy: Cloud DB Vergleich MATTHIAS FUCHS, ESENTRI BORYS NESELOVSKYI, OPITZ CONSULTING DOAG 2018 KONFERENZ, NÜRNBERG Cloud Angebote für Oracle Datenbank ORACLE CLOUD Oracle Datenbank Microsoft

More information

Latest Innovations in Database as a Service Enabled by Oracle Enterprise Manager

Latest Innovations in Database as a Service Enabled by Oracle Enterprise Manager Latest Innovations in Database as a Service Enabled by Oracle Enterprise Manager Hari Srinivasan Consulting Product Manager, Oracle Bala Kuchibhotla Sr. Director Engineering, Oracle Gurushankar Director

More information

Enterprise Manager Snap Clone Snapshot your data without snapping your storage David Wolf Director of Product Management

Enterprise Manager Snap Clone Snapshot your data without snapping your storage David Wolf Director of Product Management Enterprise Manager Snap Clone Snapshot your data without snapping your storage David Wolf Director of Product Management Fabio Batista Sales Consultant June 25, 2015 Copyright 2015, Oracle and/or its affiliates.

More information

Consolidate and Prepare for Cloud Efficiencies Oracle Database 12c Oracle Multitenant Option

Consolidate and Prepare for Cloud Efficiencies Oracle Database 12c Oracle Multitenant Option Consolidate and Prepare for Cloud Efficiencies Oracle Database 12c Oracle Multitenant Option Eric Rudie Master Principal Sales Consultant Oracle Public Sector 27 September 2016 Safe Harbor Statement The

More information

Oracle PaaS and IaaS Public Cloud Services P I L L A R D O C U M E N T M A R C H

Oracle PaaS and IaaS Public Cloud Services P I L L A R D O C U M E N T M A R C H Oracle PaaS and IaaS Public Cloud Services P I L L A R D O C U M E N T M A R C H 2 0 1 8 Table of Contents Scope 1 Oracle Cloud Objective Policy: Target Service Uptime 1 Category 1 1 Category 2 2 Category

More information

Optimize Oracle Business Intelligence Analytics with Oracle 12c In-Memory Database Option. Kai Yu Oracle Solutions Engineering Dell Inc

Optimize Oracle Business Intelligence Analytics with Oracle 12c In-Memory Database Option. Kai Yu Oracle Solutions Engineering Dell Inc Optimize Oracle Business Intelligence Analytics with Oracle 12c In-Memory Database Option Kai Yu Oracle Solutions Engineering Dell Inc About Author Kai Yu, Senior Principal Architect, Dell Database Engineering

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 Managing Oracle Database 12c with Oracle Enterprise Manager 12c Martin

More information

Oracle Database 12c R1: New Features for Administrators Ed 2

Oracle Database 12c R1: New Features for Administrators Ed 2 Oracle Database 12c R1: New Features for Administrators Ed 2 Duration 5 Days What you will learn In the Oracle Database 12c: New Features for Administrators Ed 2 course, you ll learn about the new and

More information

Oracle Database 12c: RAC Administration Ed 1

Oracle Database 12c: RAC Administration Ed 1 Oracle University Contact Us: +7 (495) 641-14-00 Oracle Database 12c: RAC Administration Ed 1 Duration: 4 Days What you will learn This Oracle Database 12c: RAC Administration training will teach you about

More information

Modelos de Negócio na Era das Clouds. André Rodrigues, Cloud Systems Engineer

Modelos de Negócio na Era das Clouds. André Rodrigues, Cloud Systems Engineer Modelos de Negócio na Era das Clouds André Rodrigues, Cloud Systems Engineer Agenda Software and Cloud Changed the World Cisco s Cloud Vision&Strategy 5 Phase Cloud Plan Before Now From idea to production:

More information

Your New Autonomous Data Warehouse

Your New Autonomous Data Warehouse AUTONOMOUS DATA WAREHOUSE CLOUD Your New Autonomous Data Warehouse What is Autonomous Data Warehouse Autonomous Data Warehouse is a fully managed database tuned and optimized for data warehouse workloads

More information

Oracle Database 12c R2: New Features for Administrators Part 1 Ed 1

Oracle Database 12c R2: New Features for Administrators Part 1 Ed 1 Oracle University Contact Us: +27 (0)11 319-4111 Oracle Database 12c R2: New Features for Administrators Part 1 Ed 1 Duration: 5 Days What you will learn Throughout the lessons of the Oracle Database 12c

More information

Disaster Recovery to the Oracle Cloud

Disaster Recovery to the Oracle Cloud Disaster Recovery to the Oracle Cloud Production on Premises, DR in the Cloud O R A C L E W H I T E P A P E R D E C E M B E R 2 0 1 7 Table of Contents 0 Introduction 1 Disaster Recovery to the Cloud with

More information

Managing Oracle Database 12c with Oracle Enterprise Manager 12c

Managing Oracle Database 12c with Oracle Enterprise Manager 12c Managing Oracle Database 12c with Oracle Enterprise Manager 12c The preceding is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

RMOUG Training Days 2018

RMOUG Training Days 2018 RMOUG Training Days 2018 Pini Dibask Product Manager for Database Tools February 22 nd, 2018 Winning Performance Challenges in Oracle Multitenant About the Speaker Pini Dibask, Product Manager for Database

More information

Data on Demand: Advanced Cloning Automation for DBAs Enterprise Manager

Data on Demand: Advanced Cloning Automation for DBAs Enterprise Manager Data on Demand: Advanced Cloning Automation for DBAs Enterprise Manager Subhadeep Sengupta Consulting Product Manager, Oracle Peter Arumainathan Senior Consultant, OOCL Presented with October 28, 2015

More information

Michael Wells Microsoft Specialist, Dell EMC. SQL DBaaS on Microsoft Azure Stack

Michael Wells Microsoft Specialist, Dell EMC. SQL DBaaS on Microsoft Azure Stack Michael Wells Microsoft Specialist, Dell EMC SQL DBaaS on Microsoft Azure Stack About Me Name: Michael Wells Email: Michael.WellsJr@dell.com Twitter: @SqlTechMike - SQL Server DBA 7+ Years - Reformed Developer

More information

An Insider s Guide to Oracle Autonomous Transaction Processing

An Insider s Guide to Oracle Autonomous Transaction Processing An Insider s Guide to Oracle Autonomous Transaction Processing Maria Colgan Master Product Manager Troy Anthony Senior Director, Product Management #thinkautonomous Autonomous Database Traditionally each

More information

2-4 April 2019 Taets Art and Event Park, Amsterdam CLICK TO KNOW MORE

2-4 April 2019 Taets Art and Event Park, Amsterdam CLICK TO KNOW MORE Co-Host Host 2-4 April 2019 Taets Art and Event Park, Amsterdam CLICK TO KNOW MORE Oracle Cloud Computing Strategy Han Wammes Public Sector Market Development Manager 1 Copyright 2012, Oracle and/or its

More information

Oracle Database 12C: Advanced Administration - 1Z0-063

Oracle Database 12C: Advanced Administration - 1Z0-063 Oracle Database 12C: Advanced Administration - 1Z0-063 Backup and Recovery Explain Oracle backup and recovery solutions o Describe types of database failures o Describe the tools available for backup and

More information

Oracle 12C Administration Course Content:

Oracle 12C Administration Course Content: Oracle 12C Administration Course Content: Enterprise Manager and Other Tools Enterprise Manager (EM) Cloud Control home page Enterprise Manager Express home page versus Enterprise Manager Database Control

More information

Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals

Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals Description The SQL Fundamentals exam is intended to verify that certification candidates have a basic understanding of the SQL language. It covers the

More information

Optimize OLAP & Business Analytics Performance with Oracle 12c In-Memory Database Option

Optimize OLAP & Business Analytics Performance with Oracle 12c In-Memory Database Option Optimize OLAP & Business Analytics Performance with Oracle 12c In-Memory Database Option Session ID: 1571 Prepared by: Kai Yu Senior Principal Engineer Dell Oracle Solutions Engineering Dell, Inc. @ky_austin1

More information

DBAs can use Oracle Application Express? Why?

DBAs can use Oracle Application Express? Why? DBAs can use Oracle Application Express? Why? 20. Jubilarna HROUG Konferencija October 15, 2015 Joel R. Kallman Director, Software Development Oracle Application Express, Server Technologies Division Copyright

More information

Oracle Cloud Using Oracle Database Exadata Express Cloud Service 18.3

Oracle Cloud Using Oracle Database Exadata Express Cloud Service 18.3 Oracle Cloud Using Oracle Database Exadata Express Cloud Service 18.3 E73596-25 September 2018 Oracle Cloud Using Oracle Database Exadata Express Cloud Service, 18.3 E73596-25 Copyright 2016, 2018, Oracle

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. reserved. Insert Information Protection Policy Classification from Slide 8

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. reserved. Insert Information Protection Policy Classification from Slide 8 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,

More information

Modernize Your Backup and DR Using Actifio in AWS

Modernize Your Backup and DR Using Actifio in AWS FOR AWS Modernize Your Backup and DR Using Actifio in AWS 150105H FOR AWS Modernize Your Backup and DR Using Actifio in AWS What is Actifio? Actifio virtualizes the data that s the lifeblood of business.

More information

Oracle Database 12c: RAC Administration Ed 1 LVC

Oracle Database 12c: RAC Administration Ed 1 LVC Oracle University Contact Us: 001-855-844-3881 Oracle Database 12c: RAC Administration Ed 1 LVC Duration: 4 Days What you will learn This Oracle Database 12c: RAC Administration training will teach you

More information

Oracle Multitenant What s new in Oracle Database 12c Release ?

Oracle Multitenant What s new in Oracle Database 12c Release ? Oracle Multitenant What s new in Oracle Database 12c Release 12.1.0.2? Saurabh K. Gupta Principal Technologist, Database Product Management Who am I? Principal Technologist, Database Product Management

More information

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

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

More information

Implementing Oracle database12c s Heat Map and Automatic Data Optimization to optimize the database storage cost and performance

Implementing Oracle database12c s Heat Map and Automatic Data Optimization to optimize the database storage cost and performance Implementing Oracle database12c s Heat Map and Automatic Data Optimization to optimize the database storage cost and performance Session #267: Prepared by: Kai Yu, Senior Principal Architect, Dell Oracle

More information

Create a DBaaS Catalog in an Hour with a PaaS-Ready Infrastructure

Create a DBaaS Catalog in an Hour with a PaaS-Ready Infrastructure Create a DBaaS Catalog in an Hour with a PaaS-Ready Infrastructure Ken Kutzer, Ramin Maozeni Systems Engineering Systems Division September 30, 2014 CON5748 Moscone South 301 Safe Harbor Statement The

More information

Oracle DB in der Oracle Cloud Überblick und Praxis

Oracle DB in der Oracle Cloud Überblick und Praxis Oracle DB in der Oracle Cloud Überblick und Praxis Negib Marhoul Systemberater Oracle Deutschland Agenda 1 2 3 Oracle Cloud Services - Überblick Bereitstellung einer Oracle DB in der Cloud Daten in die

More information

Disaster Recovery to the Oracle Cloud

Disaster Recovery to the Oracle Cloud Disaster Recovery to the Oracle Cloud Production on Premises, DR in the Cloud ORACLE WHITE PAPER APRIL 2016 Table of Contents Introduction 1 Disaster Recovery to the Cloud with Data Guard and Active Data

More information

Private Cloud Database Consolidation Name, Title

Private Cloud Database Consolidation Name, Title Private Cloud Database Consolidation Name, Title Agenda Cloud Introduction Business Drivers Cloud Architectures Enabling Technologies Service Level Expectations Customer Case Studies Conclusions

More information

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE ORACLE 11gR2 DBA by Mr. Akal Singh ( Oracle Certified Master ) INTRODUCTION to ORACLE COURSE CONTENT Exploring the Oracle Database Architecture List the major architectural components of Oracle Database

More information

EM 12c: Broadest, Most Complete Range of Enterprise Services

EM 12c: Broadest, Most Complete Range of Enterprise Services Enterprise Manager 12c Cloud Taxonomy EM Product Management 1 Copyright 2011, Oracle and/or its affiliates. All rights EM 12c: Broadest, Most Complete Range of Enterprise Services Self-Service Application/

More information

Oracle Database 12c R2: RAC Administration Ed 2

Oracle Database 12c R2: RAC Administration Ed 2 Oracle University Contact Us: +36 1224 1760 Oracle Database 12c R2: RAC Administration Ed 2 Duration: 4 Days What you will learn This Oracle Database 12c R2: RAC Administration training will teach you

More information

ENTERPRISE HYBRID CLOUD 4.0

ENTERPRISE HYBRID CLOUD 4.0 ENTERPRISE HYBRID CLOUD 4.0 Provisioning of Oracle Single-Instance and RAC Monitoring Oracle DBaaS Migrating PDBs between Oracle CDBs EMC Solutions Abstract This solution guide describes how to quickly

More information

Oracle Database Lifecycle Management

Oracle Database Lifecycle Management Oracle Database Lifecycle Management Simplified Database management across clouds #EM12c Copyright 2014 Oracle and/or its affiliates. All rights reserved. Agenda Key Challenges and Solutions Oracle Database

More information

Symantec Backup Exec 2012 OEM FAQ

Symantec Backup Exec 2012 OEM FAQ 1. What is Backup Exec 2012? Only Symantec Backup Exec with patented V-Ray technology offers one product that unifies physical and virtual backups, and includes integrated disaster recovery, data deduplication

More information

Oracle 1Z Oracle Java Cloud Service.

Oracle 1Z Oracle Java Cloud Service. Oracle 1Z0-161 Oracle Java Cloud Service http://killexams.com/exam-detail/1z0-161 QUESTION: 60 You see on the Patching page of the Oracle Java Cloud Service Console that new patchesare availablefor you

More information

Oracle Database Exadata Cloud Service: Technical Deep Dive

Oracle Database Exadata Cloud Service: Technical Deep Dive Oracle Database Exadata Cloud Service: Technical Deep Dive [TRN4117] Nitin Vengurlekar, CTO-Architect-Service Delivery-Cloud Evangelist, Viscosity North America Niloy Banerjee, Senior Director of Development

More information

Migrating Your Database to Oracle Cloud

Migrating Your Database to Oracle Cloud Migrating Your Database to Oracle Cloud Exploring the Options - PRO2520 Simon Pane & Ivica Arsov October 25, 2018 About Me Pythian Principal Consultant Working with Oracle since version 6 IOUG Board of

More information

High Performance Database on Bare Metal Cloud Services

High Performance Database on Bare Metal Cloud Services High Performance Database on Bare Metal Cloud Services Vivek Sharma Technologist Hybrid Cloud SoluHons Core Technology, Asia Pacific viveklsharma.wordpress.com May, 2017 ConfidenHal Oracle Internal/Restricted/Highly

More information

Large-Scale Patch Automation for the Cloud-Generation DBAs

Large-Scale Patch Automation for the Cloud-Generation DBAs Large-Scale Patch Automation for the Cloud-Generation DBAs Pankaj Chandiramani Principal Product Manager, Oracle Sean Connolly Software Development Director, Oracle Steven Meredith EM Service Manager,

More information

Javier Villegas. Azure SQL Server Managed Instance

Javier Villegas. Azure SQL Server Managed Instance Javier Villegas Azure SQL Server Managed Instance Javier Villegas DBA Manager at Mediterranean Shipping Company Involved with the Microsoft SQL Server since SQL Server 6.5 Specialization in SQL Server

More information

Design and Architecture of Dell Acceleration Appliances for Database (DAAD): A Practical Approach with High Availability Guaranteed

Design and Architecture of Dell Acceleration Appliances for Database (DAAD): A Practical Approach with High Availability Guaranteed Design and Architecture of Dell Acceleration Appliances for Database (DAAD): A Practical Approach with High Availability Guaranteed Kai Yu, Yuxiang Gao Dell Global Solutions Engineering Group Peng Zhang,

More information

Deploying High Availability and Business Resilient R12 Applications over the Cloud

Deploying High Availability and Business Resilient R12 Applications over the Cloud Deploying High Availability and Business Resilient R12 Applications over the Cloud Session ID#: 13773 Deploying R12 applications over the cloud - The best practices you need to know and the pitfalls to

More information

Enterprise Manager: Scalable Oracle Management

Enterprise Manager: Scalable Oracle Management Session id:xxxxx Enterprise Manager: Scalable Oracle John Kennedy System Products, Server Technologies, Oracle Corporation Enterprise Manager 10G Database Oracle World 2003 Agenda Enterprise Manager 10G

More information

Oracle WebLogic Server 12c: Administration I

Oracle WebLogic Server 12c: Administration I Oracle WebLogic Server 12c: Administration I Duration 5 Days What you will learn This Oracle WebLogic Server 12c: Administration I training teaches you how to install and configure Oracle WebLogic Server

More information

Steps Create Physical Standby Database Oracle 9i

Steps Create Physical Standby Database Oracle 9i Steps Create Physical Standby Database Oracle 9i Upgrading from Oracle Database 9i Release 2 (9.2) to Oracle Database 12c Release The standby database is a physical standby database. The following steps

More information

Oracle Application Container Cloud

Oracle Application Container Cloud Oracle Application Container Cloud Matthew Baldwin Principal Product Manager Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes

More information

Transform Your Enterprise Search and ediscovery on the AWS Cloud.

Transform Your Enterprise Search and ediscovery on the AWS Cloud. Transform Your Enterprise Search and ediscovery on the AWS Cloud. Welcome Sheri Sullivan Senior Partner Marketing Manager Amazon Web Services Webinar Overview Submit Your Questions using the Q&A tool.

More information

Simplified Lifecycle Management for Oracle Database 18c Multitenant [PRO4380]

Simplified Lifecycle Management for Oracle Database 18c Multitenant [PRO4380] Simplified Lifecycle Management for Oracle Database 18c Multitenant [PRO4380] Oracle Enterprise Manager Saurabh Jain Senior Product Manager Martin Peña Sr. Director, Product Management Harini Srinivasan

More information

Optimize Oracle Business Intelligence Analytics with Oracle 12c In-Memory Database option

Optimize Oracle Business Intelligence Analytics with Oracle 12c In-Memory Database option Optimize Oracle Business Intelligence Analytics with Oracle 12c In-Memory Database option Prepared by: Kai Yu Senior Principal Architect, Dell Oracle Solutions Engineering @ky_austin REMINDER Check in

More information

Oracle Database 12c: New Features for Administrators NEW

Oracle Database 12c: New Features for Administrators NEW Oracle Database 12c: New Features for Administrators NEW Duration: 5 Days Course Objectives Create, manage and monitor multitenant container database and pluggable databases Manage datafile online operations,

More information

Oracle Database 12c: New Features for Administrators Ed 2 NEW

Oracle Database 12c: New Features for Administrators Ed 2 NEW Oracle University Contact Us: Local: 0845 777 7 711 Intl: +44 845 777 7 711 Oracle Database 12c: New Features for Administrators Ed 2 NEW Duration: 5 Days What you will learn In the Oracle Database 12c:

More information

"Charting the Course... Oracle 18c DBA I (3 Day) Course Summary

Charting the Course... Oracle 18c DBA I (3 Day) Course Summary Oracle 18c DBA I (3 Day) Course Summary Description This course provides a complete, hands-on introduction to Oracle Database Administration including the use of Enterprise Manager (EMDE), SQL Developer

More information

Data Protection Modernization: Meeting the Challenges of a Changing IT Landscape

Data Protection Modernization: Meeting the Challenges of a Changing IT Landscape Data Protection Modernization: Meeting the Challenges of a Changing IT Landscape Tom Clark IBM Distinguished Engineer, Chief Architect Software 1 Data growth is continuing to explode Sensors & Devices

More information

Infrastructure Consolidation with OCI

Infrastructure Consolidation with OCI Infrastructure Consolidation with OCI Who we are Experts At Your Service Over 60 specialists in IT infrastructure Certified, experienced, passionate Based In Switzerland 100% self-financed Swiss company

More information

Cisco Cloud Architecture with Microsoft Cloud Platform Peter Lackey Technical Solutions Architect PSOSPG-1002

Cisco Cloud Architecture with Microsoft Cloud Platform Peter Lackey Technical Solutions Architect PSOSPG-1002 Cisco Cloud Architecture with Microsoft Cloud Platform Peter Lackey Technical Solutions Architect PSOSPG-1002 Agenda Joint Cisco and Microsoft Integration Efforts Introduction to CCA-MCP What is a Pattern?

More information

Oracle IaaS, a modern felhő infrastruktúra

Oracle IaaS, a modern felhő infrastruktúra Sárecz Lajos Cloud Platform Sales Consultant Oracle IaaS, a modern felhő infrastruktúra Copyright 2017, Oracle and/or its affiliates. All rights reserved. Azure Window collapsed Oracle Infrastructure as

More information

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

Copyright 2016 Oracle and/or its affiliates. All rights reserved. Oracle Confidential Internal/Restricted/Highly Restricted 2 Copyright 2016 Oracle and/or its affiliates. All rights reserved. Oracle Confidential Internal/Restricted/Highly Restricted 2 Oracle Database Cloud Platform for Business Innovation Ashwani Chandhok Senior

More information