Oracle Maximum Availability Architecture Best Practices for Oracle Multitenant

Size: px
Start display at page:

Download "Oracle Maximum Availability Architecture Best Practices for Oracle Multitenant"

Transcription

1 Oracle Maximum Availability Architecture Best Practices for Oracle Multitenant Joseph Meeks, Oracle Frank Kobylanski, Oracle Kalyan Kallepally, Wellcome Trust Sanger Institute

2 Program Agenda High Availability and Oracle Multitenant Migration Strategies Managing Resources Unplanned Outages and Planned Maintenance Wellcome Trust Sanger Institute 2

3 The Promise of Multitenant The Better Approach to Database Consolidation Best system utilization Most efficient management Greatest cost savings 3

4 Oracle Database Architecture Requires Memory, Processes and Database Files System Resources 4

5 New Multitenant Architecture Memory and Processes Required at Multitenant Container Level Only System Resources 5

6 New Multitenant Architecture Memory and Processes Required at Multitenant Container Level Only System Resources 6

7 Multitenant vs Separate Databases Highly Efficient: 6x Less H/W Resource, 5x more Scalable OLTP benchmark comparison Only 3GB of memory vs. 20GB memory used for 50 databases Oracle Multitenant pluggable databases scaled to over 250 while separate database instances maxed at 50 7

8 Consolidation from an HA Perspective High Availability is Even More Important in a Consolidated Environment CRM HCM DW ERP BI 8

9 Oracle Maximum Availability Architecture Production Site RAC Scalability Server HA Flashback Human error correction Enterprise Manager Cloud Control Coordinated Site Failover Application Continuity Application HA Global Data Services Service Failover / Load Balancing Active Replica Active Data Guard Data Protection, DR Query Offload GoldenGate Active-active Heterogeneous Edition-based Redefinition, Online Redefinition, Data Guard, GoldenGate Minimal downtime maintenance, upgrades, migrations RMAN, Oracle Secure Backup Backup to disk, tape or cloud 9

10 Single Tenant CDB with a PDB Services Server CDB CDB Instance Unplug/Plug Ready Future platform migration Patching Oracle versions Future consolidation Completely compatible with non-cdb No functional difference Same performance No extra license cost 10

11 Oracle RAC Best for consolidation when used with Oracle Multitenant Single SGA and single set of background processes per CDB instance More efficient, more scalable Resource Manager prevents contention Between different user groups and PDB s competing for resources 11

12 Oracle Recovery Manager RMAN backup and restore CDB or PDB Tablespaces and datafiles within PDB Point-in-time recovery at PDB level 12

13 Active Data Guard Non CDB Oracle Multitenant VS nprimaries nstandbys One Data Guard standby database One Broker/Enterprise Manager configuration One failover/switchover command 13

14 GoldenGate Granular replication at the level of a PDB Consolidate, migrate and maintain Oracle or cross-platform Bi-directional replication enables phased user migration and zero downtime Non- Oracle ERP Oracle 11.2 CRM Oracle 10.2 DW 14

15 Multitenant Consolidation Strategy Step 1 Step 2 Step 3 Consolidate test and development databases Group production databases by HA service level Consolidate production databases with like service levels 15

16 Oracle MAA Availability Tiers Availability Service Levels for Unplanned and Planned Outages PLATINUM GOLD SILVER BRONZE Zero Outage for Platinum Ready Applications Zero data loss Comprehensive HA and Disaster Protection Zero or Near-zero data loss High Availability (HA) Data protected as of last backup Single Instance Database Data protected as of last backup 16

17 Migration Strategies 17

18 Adopting Oracle Multitenant How Do I Migrate a Traditional Oracle Database to a CDB? Non-CDBs 11g Data Pump TTS Non-CDBs of version or earlier. Ideal for direct migration of departmental databases Downtime is a function of the number of database objects CDB 12c 11g 12c GoldenGate Plug as a PDB Least downtime Heterogeneous platforms Non-CDBs of version DB 12.1 or later. Faster than Data Pump, simpler than GoldenGate PDBs 18

19 Data Pump and TTS Ideal for Migrating Departmental Databases to Oracle Database 12c Change version and architecture in one step Data Pump/TTS tradeoffs Big bang approach changes version and architecture in one step Scripted incremental TTS (My Oracle Support ) May have additional clean up steps after import Additional manual steps if there is a Data Guard standby and using ASM 19

20 Upgrade First, then Plug in as PDB Simplest way to Minimize Downtime when Migrating to PDB Incremental change is a more conservative approach Full database migration vs selected tablespaces Benefit from Oracle 12c RMAN enhancements available for PDB migration RMAN Active Database Duplication minimal downtime with greatest simplicity Backups and incrementals are taken while source is open read-write No staging area required for backups or incrementals RMAN Cross Endian TTS simplifies cross-platform migration Backups and incrementals are taken while source is open read-write All operations are self-contained within RMAN, no external scripts required 20

21 For Non-CDBs Already at Oracle Database 12c Options for Migrating to Oracle Multitenant Migrate In Place Process: source set read-only, create manifest, plug in using existing files, run PDB conversion script Source files have been modified, fallback requires recovery No incremental apply required reduces total downtime Space efficient, no copy required Copy Files Then Plug In Process: copy files, source set read-only, create manifest, apply final incremental, plug in using new files, run PDB conversion script Source files unchanged easy fallback Slightly more downtime due to final incremental apply Requires additional storage until original source database is dropped 21

22 My Oracle Support (Note ) Detailed Migration Steps for Various Use-Cases Direct migration from Oracle to PDB using Data Pump/TTS Migration from Oracle Database 12c non-cdb to PDB using RMAN Active Database Duplication Migrating a PDB from one container to another using RMAN Active Database Duplication Additional examples will be added over time 22

23 Migration Example: from Oracle Database 11g Upgrade to Oracle Database 12c then Plug In Upgrade to Oracle Database 12.1 in place Choose/create a target CDB RMAN Active Database Duplication to duplicate files to target CDB system Iterations of RECOVER DATABASE FROM SERVICE until ready to migrate Place the non-cdb into read-only mode Generate a description file (manifest) on the non-cdb 23

24 Migration Example: from Oracle Database 11g Upgrade to Oracle Database 12c then Plug In X Perform final RECOVER DATABASE FROM SERVICE Shutdown the non-cdb Plug in non-cdb to CDB Post-plug script to remove redundant metadata for the Oracle system objects 24

25 Demonstration Migration Walk-Through Start with single instance non-cdb at Oracle Database 12c Migrate to CDB as PDB with Oracle RAC and Active Standby Database Source and destination run on ASM Go to 25

26 Managing Resources 26

27 Managing Resources Between PDBs PDBs vie for shared resources CPU Parallel execution servers Sessions I/O Resource Manager enables policies that prioritize/manage shared resources Set hard limits in consolidated environment get what you pay for 27

28 An Example - Managing CPU Container Database Utilization limits are used to enforce a hard limit on the CPU usage for a PDB Sales 50% min 100% max Marketing Support 25% min 25% min 75% max 75% max Shares are used to specify how CPU is distributed between PDBs CDB Resource Plan PDB Shares Utilization Limit Guaranteed CPU (share) Sales 2 2/4 = 50% 100% Marketing 1 75% 1/4 = 25% 75% Support 1 75% 1/4 = 25% 75% Maximum CPU (limit) 28

29 An Example - Managing CPU With a utilization limit of 75%, SUPPORT is throttled, even though CPU is available. Container Database With Support and Marketing active, each gets an equal share CPU Utilization When all workloads are active, they again share the CPU based on their ratio of shares. Support (1 share) Marketing (1 share) Sales (2 shares) Sales 50% min 100% max Marketing Support 25% min 25% min 75% max 75% max Utilization Limits provide clients consistent performance. They also restrict their resource usage, based on what the client paid 29

30 An Example - Managing CPU Container Database Configure a default directive that automatically applies share and utilization limits for subsequent PDBs. Sales Marketing Support Future PDB CDB Resource Plan PDB Shares Utilization Limit Guaranteed CPU Maximum CPU (Default directive) 1 50% 1/n 50% Sales 2 2/4 = 50% 100% Marketing 1 75% 1/4 = 25% 75% Support 1 75% 1/4 = 25% 75% 30

31 Enterprise Manager 12c and Oracle Multitenant 120% 100% 80% 60% 40% 20% 0% Self-Service IT Consolidation Management Quality of Service Database as a Service, Rapid Cloning Planning, Testing, Migration Life Cycle Management Proactive and Real-Time QoS Management 31

32 Unplanned Outages and Planned Maintenance 32

33 Oracle Maximum Availability Architecture Production Site RAC Scalability Server HA Flashback Human error correction Enterprise Manager Cloud Control Coordinated Site Failover Application Continuity Application HA Global Data Services Service Failover / Load Balancing Active Replica Active Data Guard Data Protection, DR Query Offload GoldenGate Active-active Heterogeneous Edition-based Redefinition, Online Redefinition, Data Guard, GoldenGate Minimal downtime maintenance, upgrades, migrations RMAN, Oracle Secure Backup Backup to disk, tape or cloud 33

34 Unplanned Events Proactively Minimize or Eliminate Downtime Event Site failure Instance or server failure Storage failure Data corruption Human error Performance Primary Solutions Data Guard Oracle RAC Automatic Storage Management (ASM), RMAN Oracle Database parameters, Active Data Guard Flashback (CDB), RMAN point in time recovery (CDB or PDB) Database Resource Manager 34

35 What Happens if a PDB is in Trouble And the CDB and all Other PDBs are Healthy Use Resource Management to limit impact to other PDBs while problems are resolved If unable to resolve or the solution has the potential to impact other PDBs then: Unplug and plug into its own CDB and resolve Once resolved unplug and plug back into the original CDB 35

36 If Database Needs Recovery RMAN and Multitenant Backup/restore Entire CDB PDB in isolation of other PDBs Point in time recovery CDB all PDBs move back to same point in time Individual PDB no impact to other running PDBs Clone CDB and a subset of PDB Demonstration Point in time recovery for PDB at 36

37 Planned Maintenance Minimize or Eliminate Scheduled Downtime Event Migrations Data reorganization Patching and upgrades Application upgrades Primary Solutions UnPlug/Plug, Data Pump/TTS, GoldenGate Online Reorganization and Redefinition Online Patching, UnPlug/Plug, Rolling Upgrades Edition-Based Redefinition, GoldenGate 37

38 Manage as One: Upgrade in Place Apply Changes Once, All Pluggable Databases Updated Upgrade in-place 38

39 Flexible Upgrade of Individual PDBs Unplug/Plug 39

40 Manage as One - Minimal Downtime Upgrades Active Data Guard Database Rolling Upgrade Step 1: Defer redo transport Data Guard 40

41 Manage as One - Minimal Downtime Upgrades Active Data Guard Database Rolling Upgrade Step 2: Upgrade standby and resync with primary Data Guard 41

42 Manage as One - Minimal Downtime Upgrades Active Data Guard Database Rolling Upgrade Step 3: Switch production to new version only downtime 42

43 Manage as One - Minimal Downtime Upgrades Active Data Guard Database Rolling Upgrade Finish: Mount original primary in new home and resync Data Guard Data Guard 43

44 Flexible Zero Downtime Upgrade for a PDB Oracle GoldenGate GoldenGate bi-directional replication across versions 44

45 Summary Multitenant and Oracle MAA High Availability and Data Protection Flexible migration strategies Policy-driven resource management HA and data protection optimized for Oracle Reduced complexity while retaining flexibility Manage as one at a CDB level Operate on an individual PDB where it makes sense to do so 45

46 Oracle Database 12c at Wellcome Trust Sanger Institute (WTSI) Oracle Open World Kalyan Kallepally Principal Database Administrator

47 About Me Working as Principal Database Administrator at Wellcome Trust Sanger Institute 12 years of experience in Oracle (8-11gr2) 6 years of experience in MySQL, SQL Server & PostgreSQL Active member in 12C beta testing program Recently started blogging You can reach me on dba_kkk@yahoo.co.uk

48 Wellcome Trust Sanger Institute One of the leading and most published genome institutions in the world Located in Hinxton, south of Cambridge, UK Founded in 1993 by the Wellcome Trust and the UK Medical Research Council (MRC) Primarily funded by the Wellcome Trust The institute is named after Dr Fred Sanger The double Nobel prize-winning biochemist Main aim is to ensure scientific data is freely available Responsible for the completion of 1/3 of the human genome

49 Data Centre at WTSI 1000m2 of Datacentre space split into 4 quadrants Current computational capacity K cores and 20PB of storage 24/7 reliability with DR setup Going Green initiative Implemented Virtualization, MAID storage, data compression using algorithms and storage solutions Power consumption constant at 1.2MW since May 2009 despite 20 fold data storage increase

50 WTSI Oracle Grid Infrastructure - 11gR2 Primary Site 2 X 4 Node RAC clusters 2 Node RAC Cluster Oracle Restart Nodes DR Site 4 Node RAC cluster Oracle Restart

51 Read Write Clients Read Only Clients Sync or Async Redo shipping Redo Logs Redo apply Local Site Physical Standby Database ASM Primary Database Backup ASM Oracle Home ( ) ( ) Online Redo Logs Broker Sync or Async Redo shipping Oracle Oracle Home Home ( ) ( ) Redo apply DR Site Physical Standby Database ASM WTSI Data Guard Layout Redo Logs Oracle Home ( ) ( )

52 Current Projects Cancer Genome Project (CGP) Sanger Institute is a world leader in using DNA sequencing to identify mutations that causes cancer. Make the scientific data available to the world via our websites 24x7 Multiple database deployments to support both laboratory and research websites Laboratory Information Management System (LIMS) 24x7 multi-user laboratory information system designed to track and manage the efficient genotyping, phenotyping and production of model organisms for the purpose of scientific study Backend databases play a vital role In supporting the system We provide DaaS & SaaS to scientific collaborators around the world

53 Clients Cancer Genome Project - Current RAC/GRID Layout (11gR2) WAN TRAFFIC Data Guard Dedicated Network +ASM1 +ASM2 +ASM3 +ASM4 +ASM1 +ASM2 +ASM3 +ASM4 4 Node Primary Site 4 Node DR Site

54 LIMS Current Virtualization One-to-One Standby Layout (11gR2) Primary Site VMware Active Data Guard VMware DR Site DB9 DBn DB9 DBn DB7 DB8 DB7 DB8 DB5 DB6 DB5 DB6 DB3 DB4 DB3 DB4 DB1 DB2 DB1 DB2 Host O/S Host O/S Fire wall WAN

55 Current Challenges Databases in consolidated environments compete for shared computing resources CPU, memory, sessions, parallel execution servers, I/O Provisioning and management of many discrete databases Cloning Managing a large number of virtual environments Managing large number of standbys for HA Backups Patching and upgrading Oracle database/software binaries Many dependencies

56 2c Optimal Solution to Current Challenges Multitenant Architecture

57 LIMS Today - Virtualization and One-to-One Standby Layout (11gR2) Primary Site VMware Active Data Guard VMware DR Site DB9 DB10 DB9 DB10 DB7 DB8 DB7 DB8 DB5 DB6 DB5 DB6 DB3 DB4 DB3 DB4 DB1 DB2 DB1 DB2 Host O/S Host O/S Fire wall WAN

58 LIMS Using Oracle Multitenant with Oracle Database 12c Primary Site Oracle Multitenant Oracle Multitenant DR Site PDB9 PDB10 PDB9 PDB10 PDB7 PDB8 PDB7 PDB8 PDB5 PDB6 Active Data Guard PDB5 PDB6 PDB3 PDB4 PDB3 PDB4 PDB1 PDB2 PDB1 PDB2 Container Database Host O/S Container Database Host O/S Fire wall WAN

59 CGP Current RAC/GRID Layout (11gR2) Clients WAN TRAFFIC Active Data Guard Dedicated Network +ASM1 +ASM2 +ASM3 +ASM4 +ASM1 +ASM2 +ASM3 +ASM4 4 Node Primary Site 4 Node DR Site

60 CGP Oracle Multitenant (12C) with RAC Clients WAN TRAFFIC Global Data Services Application continuity Only two container databases More efficient resource utilization Same RAC Advantages Manage as one Backups and standbys New PDBs replicated automatically Move, Upgrade & Patch Active Data Guard Dedicated Network +ASM1 +ASM2 +ASM3 +ASM4 +ASM1 +ASM2 +ASM3 +ASM4 4 Node Primary Site 4 Node DR Site

61 A Smarter way to Consolidate More efficient resource utilization Higher density and greater scalability Manage many databases as one Manage, upgrade & patch Backups are done at the container level Backed up as one, flexibility to restore & recover at PDB level Standby is configured at CDB level All PDB s with in CDB are automatically replicated

62 Summary Looking forward to life with Oracle Database 12c at WTSI

63 Resources 63

64 Links

65 Multitenant Migration Options - Summary Source Version Migration Method Considerations If Data Guard Standby Downtime Estimate 12c same endian migration of non- CDB RMAN Active Duplication Requires no staging area for backups Incremental method (only downtime is the final incremental apply) Copy files to standby using same RMAN Active Duplication functionality MRP continues <1hr impacted by time for last incremental and time required for noncdb_to_pdb.sql execution 12c same endian unplug/plug of PDB RMAN Active Duplication Requires no staging area for backups Incremental method Copy files to standby using same RMAN Active Duplication functionality MRP continues 15m, impacted by time for last incremental and time required for dbms_pdb.sync_pdb execution 12c cross endian migration of non- CDB or PDB 12c RMAN Incremental XTTS Requires a seed PDB to be precreated prior to datapump import Requires staging area for backups Incremental method Copy files to standby using same functionality Follow Data Guard documentation for handling the datafiles 30m, impacted by time for last incremental and time required for datapump metadata import 65

66 Multitenant Migration Options - Summary Source Version Any endian Other 11g and 10g Any endian Other 11g and 10g Any endian Any version, Any endian Migration Method Data Pump Full Database TTS/XTTS Data Pump TTS/XTTS Data Pump TTS/XTTS GoldenGate Considerations If Data guard standby Downtime Estimate Datapump import to plug in tablespaces Requires a seed PDB to be precreated prior to Data Pump import Incremental method available Datapump import to plug in tablespaces Requires a seed PDB to be precreated prior to Data Pump import Incremental method available Datapump import to plug in tablespaces Requires a seed PDB to be precreated prior to Data Pump import Incremental method available Requires a seed PDB to be precreated prior to GoldenGate instantiation Zero downtime migration requires bidirectional replication Copy files to standby using ASMCMD cp or host based copy command Follow Data Guard documentation for handling the datafiles Copy files to standby using ASMCMD cp or host based copy command Follow Data Guard documentation for handling the datafiles Copy files to standby using ASMCMD cp or host based copy command Follow Data Guard documentation for handling the datafiles Instantiation of GoldenGate objects on primary may require additional steps to maintain standby Impacted by time for last incremetnal and time required for Data Pump metadata import Impacted by time for last incremetnal and time required for Data Pump metadata import Impacted by time for last incremetnal and time required for Data Pump metadata import Minimal or Zero 66

67 Graphic Section Divider 67

Oracle Database 12c at Wellcome Trust Sanger Institute (WTSI)

Oracle Database 12c at Wellcome Trust Sanger Institute (WTSI) Oracle Database 12c at Wellcome Trust Sanger Institute (WTSI) Oracle Open World - 2013 Kalyan Kallepally Principal Database Administrator About Me Working as Principal Database Administrator at Wellcome

More information

High Availability Best Practices for Database Consolidation

High Availability Best Practices for Database Consolidation High Availability Best Practices for Database Consolidation The Foundation for Database-as-a-Service ORACLE WHITE PAPER APRIL 2016 Table of Contents Executive Overview 1 Introduction 2 Operating System

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

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

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13 Operational Best Practices for Oracle Exadata Lawrence To Senior Director,

More information

Eliminate Idle Redundancy with Oracle Active Data Guard

Eliminate Idle Redundancy with Oracle Active Data Guard Eliminate Idle Redundancy with Oracle Active Data Guard What is Oracle Data Guard Data Protection and Availability for the Oracle Primary Site Standby Site SYNC / ASYNC Primary Data Guard Physical or Logical

More information

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Oracle Data Guard 12c Zero Data Loss at Any Distance Joseph Meeks Director of Product Management, Oracle Madhu Tumma Technology Director, J P Morgan Chase 2 Program Agenda Zero Data Loss Disaster Protection

More information

12.1 Multitenancy in real life

12.1 Multitenancy in real life 12.1 Multitenancy in real life 2017 HOUG szakmai nap Jozsef Horvath Budapest, 2017-11-08 Disclaimer This presentation: Does not intend to judge Oracle Multitenancy Does not intent to judge Oracle Corporation

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

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 MAA Blueprints for Oracle Cloud Infrastructure (OCI) Deployments

Oracle MAA Blueprints for Oracle Cloud Infrastructure (OCI) Deployments Oracle MAA Blueprints for Oracle Cloud Infrastructure (OCI) Deployments Oracle Database High Availability in the Cloud ORACLE WHITE PAPER DECEMBER 2018 Disclaimer The following is intended to outline our

More information

Oracle Maximum Availability Architecture for Oracle Cloud

Oracle Maximum Availability Architecture for Oracle Cloud Oracle Maximum Availability Architecture for Oracle Cloud Best Practices and Techniques Sridhar Ranganathan Sr. Principal Product Manager Oracle Database MAA October 04, 2017 Safe Harbor Statement The

More information

Zero Data Loss Recovery Appliance DOAG Konferenz 2014, Nürnberg

Zero Data Loss Recovery Appliance DOAG Konferenz 2014, Nürnberg Zero Data Loss Recovery Appliance Frank Schneede, Sebastian Solbach Systemberater, BU Database, Oracle Deutschland B.V. & Co. KG Safe Harbor Statement The following is intended to outline our general product

More information

Oracle Database Upgrade, Migration & Transformation Tips & Techniques Chapter 5

Oracle Database Upgrade, Migration & Transformation Tips & Techniques Chapter 5 Oracle Database Upgrade, Migration & Transformation Tips & Techniques Chapter 5 CHECKLIST 5-1 Migration Preparation Operations 1 Capture database file metadata 2 Verify COMPATIBLE setting 3 Create INCREMENTAL

More information

Oracle MAA Reference Architectures

Oracle MAA Reference Architectures Oracle MAA Reference Architectures Oracle Database High Availability On-Premises and in the Cloud ORACLE WHITE PAPER FEBRUARY 2016 Disclaimer The following is intended to outline our general product direction.

More information

Safe Harbor Statement

Safe Harbor Statement 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

More information

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

Copyright 2018, Oracle and/or its affiliates. All rights reserved. Maximum Availability Architecture Best Practices for the Cloud Markus Michalewicz, Senior Director of Product Management Sebastian Solbach, Consulting Member of Technical Staff October 25, 2018 Safe Harbor

More information

<Insert Picture Here> Exadata MAA Best Practices Series Session 1: E-Business Suite on Exadata

<Insert Picture Here> Exadata MAA Best Practices Series Session 1: E-Business Suite on Exadata Exadata MAA Best Practices Series Session 1: E-Business Suite on Exadata Richard Exley Ray Dutcher Richard Exley, Ray Dutcher Oracle Applications, Exadata and MAA Best Practices Exadata

More information

Question No: 1 Which two statements are true for Data Guard environments with multi-tenant databases?

Question No: 1 Which two statements are true for Data Guard environments with multi-tenant databases? Volume: 92 Questions Question No: 1 Which two statements are true for Data Guard environments with multi-tenant databases? A. DB_UNIQUE_NAME must be specified differently for each pluggable database within

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 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

Oracle MAA Blueprints for Oracle Bare Metal Cloud Deployments

Oracle MAA Blueprints for Oracle Bare Metal Cloud Deployments Oracle MAA Blueprints for Oracle Bare Metal Cloud Deployments Oracle Database High Availability in the Cloud ORACLE WHITE PAPER JUNE 2017 Disclaimer The following is intended to outline our general product

More information

<Insert Picture Here> Exadata MAA Best Practices Series Session 6: Migrating to Exadata

<Insert Picture Here> Exadata MAA Best Practices Series Session 6: Migrating to Exadata Exadata MAA Best Practices Series Session 6: Migrating to Exadata Doug Utzig Doug Utzig Exadata and MAA Best Practices Exadata MAA Best Practices Series 1. E-Business Suite on Exadata

More information

Maximum Availability Architecture (MAA): Oracle E-Business Suite Release 12

Maximum Availability Architecture (MAA): Oracle E-Business Suite Release 12 1 2 Maximum Availability Architecture (MAA): E-Business Suite Release 12 Richard Exley High Availability Systems and Maximum Availability Architecture Group Server Technologies Metin

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

<Insert Picture Here> Oracle MAA und RAC Best Practices und Engineered Systems

<Insert Picture Here> Oracle MAA und RAC Best Practices und Engineered Systems Oracle MAA und RAC Best Practices und Engineered Systems Jörg Eggelsmann joerg.eggelsmann@oracle.com Leitender Systemberater 0177 5943 142 STCC Nord DB Agenda Maximum Availability

More information

Oracle Database 12c High Availability For Consolidation and Cloud Deployments

Oracle Database 12c High Availability For Consolidation and Cloud Deployments Oracle Database 12c High Availability For Consolidation and Cloud Deployments Wei Hu Vice President of Development High Availability Technologies, Oracle Corporation Vitor Pacheco Associate Director, Data

More information

Database Level 200. Sanjay Narvekar November Copyright 2018, Oracle and/or its affiliates. All rights reserved.

Database Level 200. Sanjay Narvekar November Copyright 2018, Oracle and/or its affiliates. All rights reserved. Database Level 200 Sanjay Narvekar 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

More information

Eliminating Downtime When Migrating or Upgrading to Oracle 10g

Eliminating Downtime When Migrating or Upgrading to Oracle 10g Transactional Data Management Solutions December 13, 2005 NYOUG Eliminating Downtime When Migrating or Upgrading to Oracle 10g Agenda GoldenGate Overview What is Transactional Data Management? Why Migrate/Upgrade

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

Oracle Database 11g Data Guard

Oracle Database 11g Data Guard Oracle Database 11g Data Guard Overview This course introduces the delegate to the main architectural concepts of Data Guard. Delegates will learn how to use Oracle Data Guard to protect Oracle Databases

More information

Mike Hughes Allstate Oracle Tech Lead, Oracle Performance DBA

Mike Hughes Allstate Oracle Tech Lead, Oracle Performance DBA Implementing Oracle Maximum Availability Architecture at Allstate Insurance, Using Oracle 10g RAC, ASM, Oracle Data Guard, Flashback Database, RMAN and Oracle Grid Control November 12, 2007 Mike Hughes

More information

Oracle Real Application Clusters One Node

Oracle Real Application Clusters One Node Oracle Real Application Clusters One Node Better Virtualization for Databases Bob Thome, Oracle Grid Development Agenda Overview Comparison with VMs and other failover solutions Pricing

More information

Maximize Availability on Private Clouds

Maximize Availability on Private Clouds Maximize Availability on Private Clouds No Time for Downtime? 2 Twenty Two Hour Outage Popular E-Commerce Site From Barron s Online their Web site has been down for hours. Around noon Pacific time, the

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

<Insert Picture Here> Maximum Availability Architecture (MAA) Best Practices: Online Patching and Rolling Upgrades with Oracle Database

<Insert Picture Here> Maximum Availability Architecture (MAA) Best Practices: Online Patching and Rolling Upgrades with Oracle Database 2007 Oracle 1 2007 Oracle 2 Maximum Availability Architecture (MAA) Best Practices: Online Patching and Rolling Upgrades with Oracle Database Ray Dutcher, Maximum Availability Architecture,

More information

Oracle Active Data Guard

Oracle Active Data Guard Oracle Active Data Guard Real-Time Data Protection and Availability ORACLE WHITE PAPER MAY 2018 Table of Contents Introduction 1 Oracle Active Data Guard An Overview 2 How Data Guard Synchronizes Standby

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

OTN Case Study: Amadeus Using Data Guard for Disaster Recovery & Rolling Upgrades

OTN Case Study: Amadeus Using Data Guard for Disaster Recovery & Rolling Upgrades OTN Case Study: Amadeus Using Data Guard for Disaster Recovery & Rolling Upgrades "We had already standardized on Oracle Data Guard for DR protection when we discovered additional ways to enhance overall

More information

Oracle DBA Course Content

Oracle DBA Course Content 1 Oracle DBA Course Content Database Architecture: Introduction to Instance and Database How user connects to database How SQL statement process in the database Oracle data dictionary and its role Memory

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 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

Top Oracle Database 11g High Availability Best Practices

Top Oracle Database 11g High Availability Best Practices Top Oracle Database 11g High Availability Best Practices Joseph Meeks Director, Product Management Frank Kobylanski Principal, Technical Staff MAA Development Vinod Haval, VP Global

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 Active Data Guard

Oracle Active Data Guard Oracle Active Data Guard Real-Time Data Protection and Availability ORACLE WHITE PAPER DECEMBER 2014 Table of Contents Introduction 1 Oracle Active Data Guard An Overview 2 How Data Guard Synchronizes

More information

Database Tables to Storage Bits: Data Protection Best Practices for Oracle Database

Database Tables to Storage Bits: Data Protection Best Practices for Oracle Database Database Tables to Storage Bits: Data Protection Best Practices for Oracle Database Gurmeet Goindi, Principal Product Manager, Oracle 1 Agenda Database & Storage Architecture Data Protection with Storage

More information

Database Consolidation with Oracle Exadata

Database Consolidation with Oracle Exadata Database Consolidation with Oracle Exadata Techniques and Best Practices Manish Shah Sr. Principal Product Manager, Exadata Oracle Corporation Ajit Singh Director, Data Technology Platforms New York Stock

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

Zero Data Loss Recovery Appliance: Insider s Guide to Architecture & Best Practices

Zero Data Loss Recovery Appliance: Insider s Guide to Architecture & Best Practices Zero Data Loss Recovery Appliance: Insider s Guide to Architecture & Best Practices Tim Chien Director of Product Management Oracle Development Jony Safi Senior Manager Oracle Development Stefan Reiners

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

Oracle Database 11g: New Features for Administrators DBA Release 2

Oracle Database 11g: New Features for Administrators DBA Release 2 Oracle Database 11g: New Features for Administrators DBA Release 2 Duration: 5 Days What you will learn This Oracle Database 11g: New Features for Administrators DBA Release 2 training explores new change

More information

WLS Neue Optionen braucht das Land

WLS Neue Optionen braucht das Land WLS Neue Optionen braucht das Land Sören Halter Principal Sales Consultant 2016-11-16 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information

More information

RACifying Multitenant

RACifying Multitenant RACifying Multitenant Arup Nanda Principal Database Architect Starwood Hotels Deba Chatterjee Principal Product Manager Oracle Multitenant Agenda 1 3 4 Introduction Oracle Multitenant and RAC Basics Why

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

Oracle Zero Data Loss Recovery Appliance

Oracle Zero Data Loss Recovery Appliance Oracle Zero Data Loss Recovery Appliance Dave Robbins Senior Solutions Consultant Backup and Recovery Safe Harbor Statement The following is intended to outline our general product direction. It is intended

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

CO Oracle Database 12c: Data Guard Administration

CO Oracle Database 12c: Data Guard Administration CO-79232 Oracle Database 12c: Data Guard Administration Summary Duration 4 Days Audience Database Administrators, Support Engineers and Technical Analysts Level Professional Technology Oracle Database

More information

Exadata Implementation Strategy

Exadata Implementation Strategy Exadata Implementation Strategy BY UMAIR MANSOOB 1 Who Am I Work as Senior Principle Engineer for an Oracle Partner Oracle Certified Administrator from Oracle 7 12c Exadata Certified Implementation Specialist

More information

Oracle Zero Data Loss Recovery Appliance (ZDLRA)

Oracle Zero Data Loss Recovery Appliance (ZDLRA) Oracle Zero Data Loss Recovery Appliance (ZDLRA) Overview Attila Mester Principal Sales Consultant Data Protection Copyright 2015, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement

More information

An Oracle White Paper September Methods for Upgrading to Oracle Database 11g Release 2

An Oracle White Paper September Methods for Upgrading to Oracle Database 11g Release 2 An Oracle White Paper September 2009 Methods for Upgrading to Oracle Database 11g Release 2 Introduction... 1 Database Upgrade Methods... 2 Database Upgrade Assistant (DBUA)... 2 Manual Upgrade... 3 Export

More information

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

Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 Upgrade to Oracle Database 12c 何革新 Gexin.he@oracle.com The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

More information

CO Oracle Database 11g: Data Guard Administration

CO Oracle Database 11g: Data Guard Administration CO-52161 Oracle Database 11g: Data Guard Administration Summary Duration 4 Days Audience Database Administrators, Support Engineers and Technical Analysts Level Professional Technology Oracle Database

More information

The Right Choice for DR: Data Guard, Stretch Clusters, or Remote Mirroring. Ashish Ray Group Product Manager Oracle Corporation

The Right Choice for DR: Data Guard, Stretch Clusters, or Remote Mirroring. Ashish Ray Group Product Manager Oracle Corporation The Right Choice for DR: Data Guard, Stretch Clusters, or Remote Mirroring Ashish Ray Group Product Manager Oracle Corporation Causes of Downtime Unplanned Downtime Planned Downtime System Failures Data

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

Maximum Availability Architecture. Oracle Best Practices For High Availability

Maximum Availability Architecture. Oracle Best Practices For High Availability Oracle Database 10g Release 2: Roadmap to Maximum Availability Architecture Oracle Maximum Availability Architecture White Paper April 2006 Maximum Availability Architecture Oracle Best Practices For High

More information

Trouble-free Upgrade to Oracle Database 12c with Real Application Testing

Trouble-free Upgrade to Oracle Database 12c with Real Application Testing Trouble-free Upgrade to Oracle Database 12c with Real Application Testing Kurt Engeleiter Principal Product Manager Safe Harbor Statement The following is intended to outline our general product direction.

More information

Consolidate with Oracle Exadata

Consolidate with Oracle Exadata Consolidate with Oracle Exadata Manage Resources and Availability - CON7770 Sue K. Lee, Director of Development René Kundersma, Consulting Member of Tech. Staff Oracle Server Technologies Oct 1, 2014 Safe

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

Oracle10g Data Guard: Back to the Future

Oracle10g Data Guard: Back to the Future Oracle10g Data Guard: Back to the Future Phil Grice Principal Software Engineer Oracle Corporation Page 1 www.decus.de 1 Agenda Oracle Data Guard a Quick Introduction Potential Data Guard Configurations

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 reserved. Recovery Manager (RMAN): Not Just for Backups Anymore Steven Wertheimer, Oracle, Senior Director Jeff Branan, TDS Telecom, Database

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

Oracle12c Release 1 New Features for Administrators (5 Days)

Oracle12c Release 1 New Features for Administrators (5 Days) www.peaklearningllc.com Oracle12c Release 1 New Features for Administrators (5 Days) Course Description This course provides a complete, hands-on introduction to the newest release of Oracle Enterprise

More information

Safe Harbor Statement

Safe Harbor Statement 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

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 Database 11g: New Features for Administrators Release 2

Oracle Database 11g: New Features for Administrators Release 2 Oracle University Contact Us: 0845 777 7711 Oracle Database 11g: New Features for Administrators Release 2 Duration: 5 Days What you will learn This course gives you the opportunity to learn about and

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

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

CON8260 -Database as a Service Cookbook Strategies and Tips for Successful Deployment

CON8260 -Database as a Service Cookbook Strategies and Tips for Successful Deployment CON8260 -Database as a Service Cookbook Strategies and Tips for Successful Deployment Ashish Agrawal Consulting Product Manager Adeesh Fulay Senior Principal Product Manager September,2014 Copyright 2014,

More information

Oracle DBA workshop I

Oracle DBA workshop I Complete DBA(Oracle 11G DBA +MySQL DBA+Amazon AWS) Oracle DBA workshop I Exploring the Oracle Database Architecture Oracle Database Architecture Overview Oracle ASM Architecture Overview Process Architecture

More information

Protecting Oracle databases with HPE StoreOnce Catalyst and RMAN

Protecting Oracle databases with HPE StoreOnce Catalyst and RMAN Protecting Oracle databases with HPE StoreOnce Catalyst and RMAN Oracle database backup using the HPE StoreOnce Catalyst Plug-in for Oracle RMAN Technical white paper Technical white paper Contents Introduction...

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

UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP)

UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP) Audience Data Warehouse Administrator Database Administrators Support Engineer Technical Administrator Technical Consultant Related Training Required Prerequisites Knowledge of Oracle Database 12c Knowledge

More information

The Fastest and Most Cost-Effective Backup for Oracle Database: What s New in Oracle Secure Backup 10.2

The Fastest and Most Cost-Effective Backup for Oracle Database: What s New in Oracle Secure Backup 10.2 1 The Fastest and Most Cost-Effective Backup for Oracle Database: What s New in Oracle Secure Backup 10.2 Donna Cooksey Principal Product Manager, Oracle Corporation Sean McKeown

More information

Re-platforming the E-Business Suite Database

Re-platforming the E-Business Suite Database Re-platforming the E-Business Suite Database Ahmed Alomari Performance Specialist aalomari@cybernoor.com Database SIG Agenda Options Case Study Q & A Options Re-platforming Options Transportable DB Transportable

More information

Comparing Data Protection Solutions: Database-Integrated or Storage-Centric

Comparing Data Protection Solutions: Database-Integrated or Storage-Centric Comparing Data Protection Solutions: Database-Integrated or Storage-Centric Ashish Ray Director of Product Management Database High Availability Lawrence To Senior Manager / CMTS exadata and MAA Best Practices

More information

Focus On: Oracle Database 11g Release 2

Focus On: Oracle Database 11g Release 2 Focus On: Oracle Database 11g Release 2 Focus on: Oracle Database 11g Release 2 Oracle s most recent database version, Oracle Database 11g Release 2 [11g R2] is focused on cost saving, high availability

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

Oracle - Oracle Database 12c: Backup and Recovery Workshop Ed 2

Oracle - Oracle Database 12c: Backup and Recovery Workshop Ed 2 Oracle - Oracle Database 12c: Backup and Recovery Workshop Ed 2 Code: Lengt h: URL: 12cDB-BR 5 days View Online This Oracle Database 12c: Backup and Recovery Workshop will teach you how to evaluate your

More information

ZDLRA High Availability for Backup and Recovery

ZDLRA High Availability for Backup and Recovery ZDLRA High Availability for Backup and Recovery Oracle Server Technology High Availability Systems Development Maximum Availability Architecture September 2018 Safe Harbor Statement The following is intended

More information

1Z Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions

1Z Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions 1Z0-060 Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-060 Exam on Upgrade to Oracle Database 12c... 2 Oracle 1Z0-060 Certification Details:... 2

More information

Oracle Database 12c: Backup and Recovery Workshop Ed 2 NEW

Oracle Database 12c: Backup and Recovery Workshop Ed 2 NEW Oracle University Contact Us: 0845 777 7711 Oracle Database 12c: Backup and Recovery Workshop Ed 2 NEW Duration: 5 Days What you will learn This Oracle Database 12c: Backup and Recovery Workshop will teach

More information

<Insert Picture Here> Enterprise Data Management using Grid Technology

<Insert Picture Here> Enterprise Data Management using Grid Technology Enterprise Data using Grid Technology Kriangsak Tiawsirisup Sales Consulting Manager Oracle Corporation (Thailand) 3 Related Data Centre Trends. Service Oriented Architecture Flexibility

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

Maximum Availability Architecture: Overview. An Oracle White Paper July 2002

Maximum Availability Architecture: Overview. An Oracle White Paper July 2002 Maximum Availability Architecture: Overview An Oracle White Paper July 2002 Maximum Availability Architecture: Overview Abstract...3 Introduction...3 Architecture Overview...4 Application Tier...5 Network

More information

Oracle Active Data Guard - Overview

Oracle Active Data Guard - Overview Oracle Active Data Guard - Overview Greg Walters Sr. Technology Sales Consultant INOUG April 28, 2011 Copyright 2011, Oracle Corporation and/or its affiliates Agenda Oracle Database

More information

LIFECYCLE MANAGEMENT FOR ORACLE RAC 12c WITH EMC RECOVERPOINT

LIFECYCLE MANAGEMENT FOR ORACLE RAC 12c WITH EMC RECOVERPOINT WHITE PAPER LIFECYCLE MANAGEMENT FOR ORACLE RAC 12c WITH EMC RECOVERPOINT Continuous protection for Oracle environments Simple, efficient patch management and failure recovery Minimal downtime for Oracle

More information

Oracle Mul*tenant. The Bea'ng Heart of Database as a Service. Debaditya Cha9erjee Senior Principal Product Manager Oracle Database, Product Management

Oracle Mul*tenant. The Bea'ng Heart of Database as a Service. Debaditya Cha9erjee Senior Principal Product Manager Oracle Database, Product Management Oracle Mul*tenant The Bea'ng Heart of Database as a Service Debaditya Cha9erjee Senior Principal Product Manager Oracle Database, Product Management Safe Harbor Statement The following is intended to outline

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

EMC Unified Storage for Oracle Database 11g/10g Virtualized Solution. Enabled by EMC Celerra and Linux using FCP and NFS. Reference Architecture

EMC Unified Storage for Oracle Database 11g/10g Virtualized Solution. Enabled by EMC Celerra and Linux using FCP and NFS. Reference Architecture EMC Unified Storage for Oracle Database 11g/10g Virtualized Solution Enabled by EMC Celerra and Linux using FCP and NFS Reference Architecture Copyright 2009 EMC Corporation. All rights reserved. Published

More information

Oracle Database 12c: New Features for Administrators Duration: 5 Days

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

More information