Oracle Database 12c High Availability For Consolidation and Cloud Deployments

Size: px
Start display at page:

Download "Oracle Database 12c High Availability For Consolidation and Cloud Deployments"

Transcription

1

2 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 Services Amadeus Data Processing GmbH September 29, 2014

3 Consolidation and Cloud Deployments Challenge and Opportunity Consolidating databases into a private cloud can lower cost and increase agility Challenge: Consolidation into private cloud requires placing many databases into a shared infrastructure to simplify management and control cost. If that platform goes down, so do all of the databases that run on it Opportunity: It is much easier to make a smaller number of platforms highly available... if they are built using the right infrastructure Oracle Database 12c can help you build a highly available platform required for consolidation and private cloud is the ruggedized version of 12c

4 Cloud and High Availability Strategy Achieve Synergy through the Cloud Oracle provides both a complete suite of cloud services, and the infrastructure that are used to build these cloud services Oracle s cloud offerings are robust because of our best-in-class high availability technologies Oracle s high availability technologies are battle-tested by being massively deployed in our cloud offerings You, our customers, benefit when you use our cloud services or the underlying HA technologies Oracle MAA a Cloud-tested architecture

5 Oracle Maximum Availability Architecture Cloud-tested Architecture Production Site RAC Scalability Server HA ASM Local storage protection Flashback Human error correction Enterprise Manager Cloud Control Site Guard, 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 replication Heterogeneous Edition-based Redefinition, Online Redefinition, Data Guard, GoldenGate Minimal downtime maintenance, upgrades, migrations RMAN, Oracle Secure Backup, Recovery Appliance Backup to disk, tape or cloud

6 Program Agenda Active Data Guard Global Data Services Application Continuity Backup and Recovery Other HA Enhancements MAA at Amadeus 6

7 Replication Required for Best Availability A consolidated database (or private cloud) must be physically replicated across multiple data centers Good news: as you consolidate, it becomes even more cost effective to deploy disaster recovery Fewer databases, fewer data centers, lower operational costs Best fault tolerance is achieved by replicating across long distances But long-distance replication can affect performance 7

8 Speed-of-light and Zero Data Loss Performance Impact of Long Distance Replication Everyone wants to run Data Guard with zero data loss (Maximum Availability Mode), but are worried about performance impact of synchronous communication The longer the distance, the larger the performance impact Commit Ack Commit Network Ack Network Send Primary Standby

9 Compromise by running Data Guard Customers in Async mode Minimal, But Some Data Loss Exposure on Disaster ASYNC Standby Primary

10 Active Data Guard Far Sync Zero Data Loss For Async Deployments Far Sync is a light-weight Oracle instance with a standby control file, standby redo logs, archived redo logs, but no data files Receives redo synchronously from primary, forwards redo asynchronously in real-time to standby Upon failover the asynchronous standby transparently obtains the last committed redo from the Far Sync instance for zero data loss failover A second Far Sync instance can be pre-configured to transmit in reverse direction after failover/switchover

11 Active Data Guard Far Sync Operational Flow Primary SYNC (no data loss) ASYNC Standby Far Sync instance

12 Active Data Guard Far Sync Operational Flow Primary ASYNC Remaining Redo Blocks Zero Data Loss New Standby Primary Far Sync instance No Compromise Between Data Protection and Performance!

13 Active Data Guard Far Sync Benefits Best data protection, least performance impact Low cost and complexity Best way to implement a near DR + Far DR model Every Data Guard ASYNC configuration can benefit from using this Ability to do a no data loss failover improves your availability since you will be able to failover immediately on any issues Benefits both types of DR cloud deployments Centralized on-premise DR Service and DR in the public cloud In both cases, the DR center will likely be far from all the primary data centers

14 Active Data Guard Fast Sync Reduced Primary Database Impact for Maximum Availability SYNC Commit Commit Acknowledge Primary LGWR Redo Logs NSS RFS Standby Redo Logs Standby Fast Sync Remote site acknowledges received redo before writing it to standby redo logs Reduces latency of commit on primary Better DR increased SYNC distance FAST SYNC Commit Commit Acknowledge Primary LGWR Redo Logs NSS Acknowledge returned on receipt RFS Standby Redo Logs Standby If network round-trip latency is less than time for local online redo log write, synchronous transport will not impact primary database performance Fast Sync is supported with Fast-Start Failover and/or Far Sync

15 Data Guard Other New Features in Oracle Database 12c Rolling Upgrade With Active Data Guard Automate complexity through simple PL/SQL Package: DBMS_ROLLING ( onwards), with simple Init, Build, Start, Switchover, Finish procedures Additional Data Type Support: XML OR, Binary XML, Spatial, Image, Oracle Text, DICOM, ADTs (simple types, varrays), DML on Global Temporary Tables Temporary undo is not logged in redo logs Enables DML on global temporary tables on Active Data Guard: more reporting support Set by default on Active Data Guard standby Validate Role Change Readiness Ensure Data Guard configuration ready for switchover with automated health checks verify no log gaps, perform log switch, detects any inconsistencies, ensures online log files cleared on standby, Unique Sequences Primary allocates a unique range of sequence numbers to each Standby Enables more flexible reporting choices for Active Data Guard

16 EM Database Rolling Upgrade Assistant Automation for Active Data Guard Rolling Upgrades 16

17 Data Guard Failover and Switchover Times It Just Works Better Seconds to Failover Failover Single Instance Mount Single Instance with Active Data Guard RAC Mount 18 n/a 25 n/a Switchover n/a 55 n/a RAC with Active Data Guard 17

18 Oracle Database Cloud Service RMAN, Data Guard, and Active Data Guard Customer Tenant On Premise Compute Cluster Compute GlassFish REST Listener Cloud Utilities R/W Compute Storage Primary RDBMS OVM /u04 /u03 /u02 /u01 Redo Log Shipping Compute Cluster Compute GlassFish REST Listener Cloud Utilities R/O Standby RDBMS OVM /u04 /u03 /u02 /u01 Available today: RMAN backup and recovery Coming soon: local Data Guard and Active Data Guard standby databases Planned in calendar year 2015: Active Data Guard for remote DR Off-load RMAN backup to standby using fast incremental backups Database rolling upgrades and standby-first patching using physical standby 12c Global Data Services to load balance and manage services across replicated databases Active Data Guard Far Sync -- zero data loss protection at ANY Distance

19 Disaster Recovery Automation with Oracle Site Guard Being Deployed with Oracle SaaS Site A Web Tier Oracle Site Guard Enterprise Manager Cloud Control Site B Web Tier Automates entire stack switchover or failover between sites Web, application, database and storage Web Host1 Web Host2 Web Host1 Web Host2 Data Guard and storage replication Manages start order dependencies App Tier App Host1 DB Tier DB Host1 App Host2 DB Host2 A ZFS Storage Appliance Storage Replication ZFS Storage Appliance Data Guard/ Active Data Guard Transport App Tier A App Host1 DB Tier DB Host1 App Host2 DB Host2 Validated with: Oracle Databases Oracle Fusion Middleware Oracle Fusion App deployments Extensible for 3rd party components (IBM WebSphere, SAP etc.) Part of the effort to industrialize HA/DR for managing a fleet of application deployments

20 Program Agenda Active Data Guard Global Data Services Application Continuity Backup and Recovery Other HA Enhancements MAA at Amadeus 20

21 Database Service in Cloud and Consolidation Location Transparency and Handling Database Outages Fundamental requirement of consolidation and cloud deployment is to isolate applications from where the database service is physically offered Applications connect to a logical database service Service can be offered by instances in a RAC database, replicated databases, local or remote data centers, in a PDB or dedicated database The set of physical database that offers a service can change due to failures, load, and configuration changes Service can be moved around (e.g., migrate a database from a dedicated server onto a consolidated platform in another data center) When a service fails, the application should be transparently directed to a new instance of this service, whether it is running locally or in another data center Oracle Database 12c provides this using Global Data Services 21

22 Global Data Services Service Failover and Load Balancing for Replicated Databases Global Data Services Before Oracle 12c, a Database Service was designed to run within a single RAC database Oracle 12c introduces Global Database Services that can run across multiple RAC and non-rac databases Provides RAC-style service failover and load balancing across multiple databases within and across data centers Supports Data Guard, GoldenGate, and non-rac databases Takes into account network latency, replication lag, and service placement policies Achieves higher availability, improved manageability and maximize performance

23 Global Data Services Active Data Guard Example Reporting Services Call Center Services Active Data Guard Global Services running across primary and standby Reporting Service: read-only service available on primary and standby Call Center Service: read-write service running on primary database Clients connecting to the Reporting Service are routed to either primary or standby database Based on location, response time, data, acceptable data lag Reports will automatically run on least loaded server If preferred database not available, will route connections to another database Global service migration Automatically migrates services based on failover/switchover. Will automatically start services on the most appropriate replica according to policies configured by the administrator Works similarly with GoldenGate including support for GoldenGate configurations using active-active replication

24 Global Data Services Summary of Benefits Global Data Services Key Benefits Provides the location transparency that allows you to consolidate and/or move databases into a cloud Allows your applications to more easily use Active Data Guard and GoldenGate for processing Improves resource utilization, agility, and manageability for Active Data Guard and GoldenGate deployments

25 Program Agenda Active Data Guard Global Data Services Application Continuity Backup and Recovery Other HA Enhancements MAA at Amadeus 25

26 Application Continuity Mask Unplanned and Planned Failures In-flight works continues Replays in-flight work on recoverable errors Masks hardware, software, network, and storage failures and planned maintenance Supports JDBC-Thin, Universal Connection Pool (UCP), WebLogic Server Oracle adds support for IBM Websphere, Apache Tomcat (using native PooledConnection interface), and other midtiers when using UCP Included with RAC, RAC One, & Active Data Guard Database Request Replayed End User Application Servers Database Servers Copyright 2014, Oracle and/or its affiliates. All rights reserved. 26

27 Transaction Guard Preserve and Retrieves Known Commit Outcome Known outcome after failure Tracks outcome of the last transaction Without Transaction Guard, retry can cause logical corruption Transaction Guard allows applications to deal correctly with failures Application Continuity uses Transaction Guard Also available for applications that do not use Application Continuity End User Application Servers Database Servers Copyright 2014, Oracle and/or its affiliates. All rights reserved. 27

28 Improvements to Services and Planned Maintenance Continuous Connections. Oracle clients delay retries while a service is failing over to eliminate connect failures for RAC and Data Guard. In client, backported to Graceful relocation of sessions away from node during maintenance. Supports Oracle connection pools in conjunction with RAC (10g and later) and with Oracle 12c Global Data Services (Data Guard, GoldenGate, RAC and non-rac databases) FAN (Fast Application Notification) notifies clients when a database service fails or moves (network, maintenance, hangs, joins). This allows clients to rapidly react. Auto-configuration for FAN out-of-the-box Global Data Services supports FAN on Active Data Guard, GoldenGate, RAC, single instance Cloud-tested: Oracle Database just works better 28

29 OLTP Workload During Service Migration UCP : Transaction rate unchanged during service migration UCP prior to TPS :42:14 18:47:02 18:51:49 18:56:37 19:01:24 19:06:16 19:11:04 19:15:53 19:20:41 19:25:31 19:30:18 19:35:07 19:39:54 19:44:41 19:49:32 19:54:20 19:59:07 20:03:55 20:08:42 20:13:30 20:18:18 20:23:06 20:27:53 20:32:42 20:37:46 20:42:34 20:47:21 20:52:08 20:56:56 21:01:44 21:06:31 21:11:18 21:16:07 21:20:54 21:25:42 21:30:29 21:35:18 21:40:06 21:44:53 21:49:40 21:54:28 21:59:17 22:04:04 22:08:52 22:13:39 22:18:28 22:23:15 22:28:08 22:32:55 22:37: UCP TPS :40:56 21:45:39 21:50:22 21:55:05 21:59:49 22:04:32 22:09:15 22:13:58 22:18:41 22:23:24 22:28:07 22:32:50 22:37:33 22:42:17 22:47:00 22:51:43 22:56:26 23:01:09 23:05:52 23:10:35 23:15:18 23:20:01 23:24:45 23:29:28 23:34:11 23:38:54 23:43:37 23:48:20 23:53:03 23:57:46 0:02:29 0:07:13 0:11:56 0:16:39 0:21:22 0:26:05 0:30:48 0:35:31 0:40:14 0:44:57 0:49:40 0:54:24 0:59:07 1:03:50 1:08:33 1:13:16 1:17:59 1:22:42 1:27:25 1:32:08 1:36:52

30 Planned Failover with FAN WebLogic Server Active GridLink and Real Application Clusters DBA Operation Maintenance Result Time to Drain all Sessions RAC rolling PSU apply using opatch No errors to application 5s RAC rolling Instance parameter change No errors to application 7s Data Guard switchover Site maintenance No errors to application 29s Data Guard switchover Site maintenance fallback No errors to application 25s

31 Program Agenda Active Data Guard Global Data Services Application Continuity Backup and Recovery Other HA Enhancements MAA at Amadeus 31

32 Zero Data Loss Recovery Appliance (ZDLRA) Best Way to Backup your Consolidated Database and Private Cloud Zero Data Loss Real-time redo shipping ensures data protection in sub-second time Zero Impact Backups Production only sends deltas. All backup and tape processing offloaded DB Protection as a Service Easily protect all databases using scalable centralized service End-to-End Robustness End-to-end visibility, control, and data validation 32

33 Zero Data Loss Recovery Appliance Extreme Protection for All Oracle Databases Protected Databases Delta Push DBs access and send only changes Minimal impact on production Real-time redo transport for protection till sub-seconds Zero Data Loss Recovery Appliance (ZDLRA) Autonomous Tape Archive Offloads tape backup Tapes utilized all day Tape Library Protects all DBs in Data Center Scales to 1000s of databases Petabytes of data, any DB release No expensive backup agents Delta Store Stores validated, compressed DB changes on disk Fast restores to any point-in-time using deltas Built on Exadata scaling and resilience Single console for end-to-end visibility and control Replicate to Remote ZDLRA or Oracle Cloud 33

34 Data Protection As A Service Facilitates Deployment of Private Cloud-Based IT Shared Services ZDLRA Protection Policies Easy-to-deploy standardized data protection templates, e.g. recovery window, disk retention, etc. Gold Policy, Mission Critical Disk: 45 days Tape: 90 days Silver Policy, Business Critical Disk: 30 days Tape: 45 days Bronze Policy, Test/Dev Disk: 15 days Tape: 30 days Tape Replica Possible to set up Protection Policies also at Replica ZDLRA 34

35 RMAN Fine-grained Table Recovery From Backup RMAN Backups Simple RECOVER TABLE command to recover one or more tables (most recent or older version) from an RMAN backup Eliminates time and complexity associated with manual restore, recover & export Enables fine-grained point-in-time recovery of individual tables instead of the contents of the entire tablespace

36 RMAN Cross-Platform Backup & Restore Simplified Platform Migration Source Database (AIX) Destination Database (Solaris) Backup to Disk/Tape (data files, optional endian conversion, metadata export) Restore Backup (optional endian conversion, metadata import) Simplifies platform migration. Includes from Big-Endian systems (AIX, HP-UX) to Little-Endian systems (Exadata and Intel X86) Minimizes read-only impact with multiple incremental backups Also useful for instantiating standby databases and GoldenGate replicas

37 Oracle Database Backup-as-a-Service Offsite Backups with Simple and Low Cost Cloud Backup Backup on-premise or Cloud Databases to Oracle Database Backup Service hosted in Oracle Public Cloud Data Center DBaaS Oracle Public Cloud Cost effective, scalable cloud storage End-to-end enterprise-grade data encryption, compression and protection Clients: Data is encrypted with keys kept locally at client, optionally compressed, and securely transmitted Cloud: Encrypted data is protected with 3- way mirroring on every write Oracle Public Cloud

38 Program Agenda Active Data Guard Global Data Services Application Continuity Backup and Recovery Other HA Enhancements MAA at Amadeus 38

39 Other HA Enhancements Online Datafile Move Relocate a datafile while users are actively accessing data: ALTER DATABASE MOVE DATAFILE Maintains data availability during storage migration Online Redefinition Enhancements Improved sync_interim_table performance Ability to redefine table with VPD policies Improved resilience of finish_redef_table Better handling of multi-partition redefinition Separation of Duties SYSDG / SYSBACKUP: Data Guard & RMAN specific administrative privileges No access to user data: enforce security standards throughout the enterprise Additional Online Operations Drop index online / Alter index unusable online / Alter index visible / invisible online Drop constraint online / Set unused column online Online move partition: ALTER TABLE MOVE PARTITION ONLINE

40 ASM Overview Oracle Database 11.2 or earlier RAC Cluster Database Instance One to One Mapping of ASM Instances to Servers ASM Instance Node1 Node2 Node3 Node4 Node5 Shared Disk Groups ASM Cluster Pool of Storage Disk Group A Disk Group B ASM Disk Wide File Striping Public 40

41 Introducing Flex ASM Oracle 12.1: Removal of One to One Mapping RAC Cluster Database Instance Databases share ASM instances ASM Instance Node1 Node2 Node3 Node4 Node5 Node1 runs as ASM Client to Node2 Node4 Node2 runs as ASM Client to Node3 Node5 runs as ASM Client to Node4 Shared Disk Groups ASM Cluster Pool of Storage Disk Group A Disk Group B ASM Disk Wide File Striping Public 41

42 Oracle GoldenGate 12c Enhancements Focus Area Oracle Integration Improved Ease of Use Enhancements Support for Oracle Multitenant, Integrated Replicat for automatic dependency-aware apply, integration with Data Guard for auto-restart of GG components after failover Simpler configuration of DDL replication, Coordinated Replicat for all databases to allow for better, simpler scalability Enhanced Security Integration with Oracle Credential Store for database authentication Enhanced Heterogeneity New capabilities for replication for MySQL, SQL Server, Sybase, Teradata, and DB2. Cloud Ready Capture from and delivery to the Cloud, both Cloud to Cloud and on-premises to cloud 42

43 Active Data Guard and GoldenGate Complementary Active Data Guard best for unplanned downtime DR capabilities like: Zero data loss, Far Sync, Fast Start Failover Primary and standbys are physically the same (down to the SCNs) Good for error detection: corruptions, lost writes Good for repair: Automatic Block Repair, using a backup from the standby to recover the primary, and vice versa GoldenGate best for planned downtime GoldenGate replicas are never physically the same Great when you want to perform planned operations like upgrades Critical when you want to replicate among different platforms 43

44 Program Agenda Active Data Guard Global Data Services Application Continuity Backup and Recovery Other HA Enhancements MAA at Amadeus 44

45 Oracle High Availability in Amadeus Mission Critical Applications 2014 Amadeus IT Group SA Vitor Pacheco Moreira Amadeus Data Processing Data Services

46 Amadeus in a few words Amadeus is a technology company dedicated to the global travel industry. We are present in 195 countries with a worldwide team of more than 11,000 people. Our solutions help improve the business performance of travel agencies, corporations, airlines, airports, hotels, railways and more Amadeus IT Group SA Page 46

47 Our customers CORPORATIONS TOUR OPERATORS CONTENT PROVIDERS AIRLINES HOTELS CRUISE GROUND HANDLERS FERRY CARS RAIL AIRPORTS TRAVEL INTERMEDIARIES INSURANCE 2014 Amadeus IT Group SA Page 47

48 Amadeus Global Operations Page 48

49 Architecture overview Open Back End including Departure Control Systems Service oriented Layered Modular Composite services Service self-registration Highly distributed design Hundreds of interconnected servers Travel Agent Sales Provider Sales e-commerce DCS SERVICES INTEGRATOR Protocol adapter APPLICATIONS AND SERVICES FILE SYSTEMS 2014 Amadeus IT Group SA DATABASES Airport Hotel Kiosks AUTHENTICATION Access control app1 app2 app3 app4 BIG DATA Corporations Scalability Scale out: Additional servers bring capacity on demand Scale up: Processing power benefits from evolutions in the semiconductor industry Page 49

50 50 Mission Critical Applications Current DB topology _ CRS services in Active/Passive Role-switch: internal process to free Bad Homburg computing resources London Rolling PSU and one off-patches _ ASM in normal redundancy with Erding failure groups in different fire-cells Volume mirroring leveraged Miami for storage evolution _ Amadeus MW instrumented for recovery Leveraging similar concepts as of TAF and FAN _ Data Guard in Maximum Performance Mode Planned switch over using Data Guard Broker: 2 minutes Exadata for isolation and consolidation Flashback DB enabled in DG:36 hours/900gb flashback in less than 30 minutes Mirror 2 Data Guard Mirror 1 Instance Instance 2 Bangkok Second Data Center (MUC) Data Guard Sydney

51 51 Mission Critical Applications DB futures Isolation and distribution _ Infrastructure enhancements Bad Homburg Minimize the shared components in order London to mitigate impact _ Oracle features RAC in a box for rolling patches Miami Erding Retaining the manageability for patch management ASM and other HA enhancements Improved manageability of our platforms 12c Application Continuity / Transaction Guard To be studied PK 3 AMER Data Guard PK 1 EMEA PK 2 ASIA PAC Bangkok Second Data Center (MUC) Data Guard Sydney

52 Mission Critical Applications DB futures DR in the Cloud _ Oracle features Data Guard 12c Active Data Guard Far Sync Replication Bad Homburg Improved resiliency in cross continent replications London PK 3 AMER 12c Global Data Services Data Erding Guard Simplification of the App-to-DB connectivity settings Improved resilience Miami against failures Workload balancing Monitoring purpose RO workloads Data Guard PK 1 EMEA PK 2 ASIA PAC Bangkok _ and beyond Distribution of Amadeus services in the Cloud DR services to start 52 Own and third party data centers Licensing model under negotiation Data Guard Sydney

53 53 Mission Critical Applications Transform while perform _ Oracle GoldenGate Data Guard Zero (minimum) down-time for upgrades Bad Homburg Bi-directional cross version/endian fundamental London PK 3 feature to allow the fallback AMER Data Erding Reorganization enabler Guard Data dictionary and data objects Miami 12c Improved manageability Data Guard Tuned upgrade use case Integration with Global Data Services Complements Active Data Guard in MAA configuration PK 1 EMEA PK 2 ASIA PAC Bangkok Sydney Data Guard

54 Thank you You can follow us on: AmadeusITGroup 2014 Amadeus IT Group SA amadeus.com/blog amadeus.com

55 Amadeus a Cloud MAA Example Amadeus is a Travel SaaS provider that relies on MAA and Exadata for mission-critical availability Oracle Database 12c allows Amadeus to further improve availability using Active Data Guard Far Sync to globally distribute their databases GoldenGate to perform zero-downtime upgrades Global Data Services to load balance and failover requests across their global data centers Lower operational costs through manageability improvements in ASM and RAC, and more effectively use Active Data Guard for applications 55

56 Database 12c for Consolidation and Cloud Deployments Oracle Database 12c offers high availability (HA) capabilities needed for consolidation and private clouds This allows you to benefit from consolidation and cloud, while improving application availability Oracle Database is the ruggedized version of 12c Cloud-ready and cloud-tested. You get to use the same proven HA technologies that are used in Oracle s public and private clouds, and mission-critical customers like Amadeus

57 Resources OTN HA Portal: Maximum Availability Architecture (MAA): MAA Blogs: Exadata on OTN: Oracle HA Customer Success Stories on OTN:

58 58

59

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

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

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

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

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

Global Data Services (GDS)

Global Data Services (GDS) Global Data s (GDS) Geo-distributed Oracle GoldenGate and Active Data Guard Larry M. Carpenter Master Product Manager Oracle High Availability Systems Safe Harbor Statement The following is intended to

More information

Oracle Maximum Availability Architecture Best Practices for Oracle Multitenant

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

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

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

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

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

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

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

Oracle CoreTech Update OASC Opening 17. November 2014

Oracle CoreTech Update OASC Opening 17. November 2014 Oracle CoreTech Update OASC Opening 17. November 2014 Roger Wullschleger Senior Manager Sales Consulting CoreTech Oracle Software (Schweiz) GmbH Copyright 2014, Oracle and/or its affiliates. All rights

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

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

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

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

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

August Oracle - GoldenGate Statement of Direction

August Oracle - GoldenGate Statement of Direction August 2015 Oracle - GoldenGate Statement of Direction Disclaimer This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your

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 Database 11g for Experienced 9i Database Administrators

Oracle Database 11g for Experienced 9i Database Administrators Oracle Database 11g for Experienced 9i Database Administrators 5 days Oracle Database 11g for Experienced 9i Database Administrators Course Overview The course will give experienced Oracle 9i database

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

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

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

1 BRIEF / Oracle Solaris Cluster Features and Benefits

1 BRIEF / Oracle Solaris Cluster Features and Benefits Oracle Solaris Cluster is a comprehensive high availability (HA) and disaster recovery (DR) solution for Oracle SPARC and x86 environments that is based on Oracle Solaris. It combines extreme service availability

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

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

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 11g: SQL Fundamentals I

Oracle Database 11g: SQL Fundamentals I Oracle Database SQL Oracle Database 11g: SQL Fundamentals I Exam Number: 1Z0-051 Exam Title: Oracle Database 11g: SQL Fundamentals I Exam Number: 1Z0-071 Exam Title: Oracle Database SQL Oracle and Structured

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

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

Key Features. High-performance data replication. Optimized for Oracle Cloud. High Performance Parallel Delivery for all targets

Key Features. High-performance data replication. Optimized for Oracle Cloud. High Performance Parallel Delivery for all targets To succeed in today s competitive environment, you need real-time information. This requires a platform that can unite information from disparate systems across your enterprise without compromising availability

More information

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into 1 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

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

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

Oracle Database 10G. Lindsey M. Pickle, Jr. Senior Solution Specialist Database Technologies Oracle Corporation

Oracle Database 10G. Lindsey M. Pickle, Jr. Senior Solution Specialist Database Technologies Oracle Corporation Oracle 10G Lindsey M. Pickle, Jr. Senior Solution Specialist Technologies Oracle Corporation Oracle 10g Goals Highest Availability, Reliability, Security Highest Performance, Scalability Problem: Islands

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

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

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

Data Sheet: Storage Management Veritas Storage Foundation for Oracle RAC from Symantec Manageability and availability for Oracle RAC databases

Data Sheet: Storage Management Veritas Storage Foundation for Oracle RAC from Symantec Manageability and availability for Oracle RAC databases Manageability and availability for Oracle RAC databases Overview Veritas Storage Foundation for Oracle RAC from Symantec offers a proven solution to help customers implement and manage highly available

More information

Storage Optimization with Oracle Database 11g

Storage Optimization with Oracle Database 11g Storage Optimization with Oracle Database 11g Terabytes of Data Reduce Storage Costs by Factor of 10x Data Growth Continues to Outpace Budget Growth Rate of Database Growth 1000 800 600 400 200 1998 2000

More information

Maximize Availability

Maximize Availability Maximize Availability with Oracle Database 12c Release 2 ORACLE WHITE PAPER MARCH 2017 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes

More information

Veritas InfoScale Enterprise for Oracle Real Application Clusters (RAC)

Veritas InfoScale Enterprise for Oracle Real Application Clusters (RAC) Veritas InfoScale Enterprise for Oracle Real Application Clusters (RAC) Manageability and availability for Oracle RAC databases Overview Veritas InfoScale Enterprise for Oracle Real Application Clusters

More information

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into 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

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

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

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

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

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

Expert Oracle GoldenGate

Expert Oracle GoldenGate Expert Oracle GoldenGate Ben Prusinski Steve Phillips Richard Chung Apress* Contents About the Authors About the Technical Reviewer Acknowledgments xvii xviii xix Chapter 1: Introduction...1 Distributed

More information

Oracle Database 12c: Clusterware & RAC Admin Accelerated Ed 1

Oracle Database 12c: Clusterware & RAC Admin Accelerated Ed 1 Oracle University Contact Us: 001-855-844-3881 Oracle Database 12c: Clusterware & RAC Admin Accelerated Ed 1 Duration: 5 Days What you will learn This Oracle Database 12c: Clusterware & RAC Admin Accelerated

More information

Andy Mendelsohn, Oracle Corporation

Andy Mendelsohn, Oracle Corporation ORACLE DATABASE 10G: A REVOLUTION IN DATABASE TECHNOLOGY Andy Mendelsohn, Oracle Corporation EXECUTIVE OVERVIEW Oracle Database 10g is the first database designed for Enterprise Grid Computing. Oracle

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

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

Veritas Cluster Server from Symantec

Veritas Cluster Server from Symantec Delivers high availability and disaster recovery for your critical applications Data Sheet: High Availability Overviewview protects your most important applications from planned and unplanned downtime.

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

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

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

Maximum Availability Architecture on Dell PowerEdge Servers and Dell/EMC Storage over Wide Area Networks

Maximum Availability Architecture on Dell PowerEdge Servers and Dell/EMC Storage over Wide Area Networks Implementing Oracle Database 10g0 Maximum Availability Architecture on Dell PowerEdge Servers and Dell/EMC Storage over Wide Area Networks The high cost of downtime has prompted many organizations to view

More information

Veritas Storage Foundation for Oracle RAC from Symantec

Veritas Storage Foundation for Oracle RAC from Symantec Veritas Storage Foundation for Oracle RAC from Symantec Manageability, performance and availability for Oracle RAC databases Data Sheet: Storage Management Overviewview offers a proven solution to help

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

Best Practices for Disaster Recovery in Oracle Cloud Infrastructure ORACLE WHITE PAPER AUGUST 2018

Best Practices for Disaster Recovery in Oracle Cloud Infrastructure ORACLE WHITE PAPER AUGUST 2018 Best Practices for Disaster Recovery in Oracle Cloud Infrastructure ORACLE WHITE PAPER AUGUST 2018 Disclaimer The following is intended to outline our general product direction. It is intended for information

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

IBM Spectrum Protect Version Introduction to Data Protection Solutions IBM

IBM Spectrum Protect Version Introduction to Data Protection Solutions IBM IBM Spectrum Protect Version 8.1.2 Introduction to Data Protection Solutions IBM IBM Spectrum Protect Version 8.1.2 Introduction to Data Protection Solutions IBM Note: Before you use this information

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

Oracle Database 12c: OCM Exam Preparation Workshop Ed 1

Oracle Database 12c: OCM Exam Preparation Workshop Ed 1 Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 Oracle Database 12c: OCM Exam Preparation Workshop Ed 1 Duration: 5 Days What you will learn The Oracle Database 12c: OCM Exam Preparation

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

VERITAS Storage Foundation 4.0 TM for Databases

VERITAS Storage Foundation 4.0 TM for Databases VERITAS Storage Foundation 4.0 TM for Databases Powerful Manageability, High Availability and Superior Performance for Oracle, DB2 and Sybase Databases Enterprises today are experiencing tremendous growth

More information

Survey of Oracle Database

Survey of Oracle Database Survey of Oracle Database About Oracle: Oracle Corporation is the largest software company whose primary business is database products. Oracle database (Oracle DB) is a relational database management system

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

Oracle Database 11g: New Features for Oracle 9i DBAs

Oracle Database 11g: New Features for Oracle 9i DBAs Oracle University Contact Us: 1.800.529.0165 Oracle Database 11g: New Features for Oracle 9i DBAs Duration: 5 Days What you will learn This course introduces students to the new features of Oracle Database

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

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

Data Sheet: High Availability Veritas Cluster Server from Symantec Reduce Application Downtime

Data Sheet: High Availability Veritas Cluster Server from Symantec Reduce Application Downtime Reduce Application Downtime Overview is an industry-leading high availability solution for reducing both planned and unplanned downtime. By monitoring the status of applications and automatically moving

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

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

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

VERITAS Volume Replicator. Successful Replication and Disaster Recovery

VERITAS Volume Replicator. Successful Replication and Disaster Recovery VERITAS Volume Replicator Successful Replication and Disaster Recovery V E R I T A S W H I T E P A P E R Table of Contents Introduction.................................................................................1

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

IBM Tivoli Storage Manager Version Introduction to Data Protection Solutions IBM

IBM Tivoli Storage Manager Version Introduction to Data Protection Solutions IBM IBM Tivoli Storage Manager Version 7.1.6 Introduction to Data Protection Solutions IBM IBM Tivoli Storage Manager Version 7.1.6 Introduction to Data Protection Solutions IBM Note: Before you use this

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

Reasons to Deploy Oracle on EMC Symmetrix VMAX

Reasons to Deploy Oracle on EMC Symmetrix VMAX Enterprises are under growing urgency to optimize the efficiency of their Oracle databases. IT decision-makers and business leaders are constantly pushing the boundaries of their infrastructures and applications

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

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

Oracle GoldenGate 12c

Oracle GoldenGate 12c Oracle GoldenGate 12c (12.1.2.0 and 12.1.2.1) Joachim Jaensch Principal Sales Consultant Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information

More information

Aurora, RDS, or On-Prem, Which is right for you

Aurora, RDS, or On-Prem, Which is right for you Aurora, RDS, or On-Prem, Which is right for you Kathy Gibbs Database Specialist TAM Katgibbs@amazon.com Santa Clara, California April 23th 25th, 2018 Agenda RDS Aurora EC2 On-Premise Wrap-up/Recommendation

More information

High Availability Scenarios for Oracle Databases on IBM z Systems

High Availability Scenarios for Oracle Databases on IBM z Systems High Availability Scenarios for Oracle Databases on IBM z Systems Sam Amsavelu Oracle on z Architect IBM ISV & Channels Technical Sales Oracle samvelu@us.ibm.com 29 th Annual International Oracle on IBM

More information

1z z0-060 Upgrade to Oracle Database 12c

1z z0-060 Upgrade to Oracle Database 12c 1z0-060 Number: 1z0-060 Passing Score: 800 Time Limit: 120 min File Version: 7.1 1z0-060 Upgrade to Oracle Database 12c Exam A QUESTION 1 Your multitenant container (CDB) contains two pluggable databases

More information

Understanding Oracle RAC ( ) Internals: The Cache Fusion Edition

Understanding Oracle RAC ( ) Internals: The Cache Fusion Edition Understanding (12.1.0.2) Internals: The Cache Fusion Edition Subtitle Markus Michalewicz Director of Product Management Oracle Real Application Clusters (RAC) November 19th, 2014 @OracleRACpm http://www.linkedin.com/in/markusmichalewicz

More information

Oracle 11g Data Guard Manual Failover Steps

Oracle 11g Data Guard Manual Failover Steps Oracle 11g Data Guard Manual Failover Steps Step by step approach to configure Oracle 11g Physical Standby Data Guard on CentOS 6.5 OS. In my case, Ingredients to simulate Physical Standby data guard SYSTEM

More information

Oracle Exadata: Strategy and Roadmap

Oracle Exadata: Strategy and Roadmap Oracle Exadata: Strategy and Roadmap - New Technologies, Cloud, and On-Premises Juan Loaiza Senior Vice President, Database Systems Technologies, Oracle Safe Harbor Statement The following is intended

More information

for Backup & Recovery & Failover

for Backup & Recovery & Failover Oracle s DataGuard 2009 for Backup & Recovery & Failover 2009 IBM Corporation Spencer Krueger, IBM skrueger@us.ibm.com Oracle s Data Guard Basic Backup & Recovery Practices w/o Data Guard What is it? Configuration:

More information