Oracle GoldenGate 11g Overview Mike Denman October 17, 2012

Size: px
Start display at page:

Download "Oracle GoldenGate 11g Overview Mike Denman October 17, 2012"

Transcription

1 Oracle GoldenGate 11g Overview Mike Denman October 17, Copyright 2011, Oracle and/or its affiliates. All rights

2 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle s products remains at the sole discretion of Oracle. 2 Copyright 2011, Oracle and/or its affiliates. All rights

3 Program Agenda Introduction to Oracle GoldenGate Technology Overview Continuous Availability Next Generation Data Warehousing Summary Q&A 3 Copyright 2011, Oracle and/or its affiliates. All rights

4 GoldenGate is Oracle s Strategic Replication Solution Best-in-class leader in real-time data integration solutions Complements existing Oracle products Continuous Availability for heterogeneous systems Real-time data access for Reporting & BI/EPM Zero-downtime migrations / upgrades to Oracle Database, Hardware, and Applications Over 1200 customers including Fortune 500 companies, representing Financial Services, Communications, Healthcare, Public Sector, Retail, Utilities industries 4 of top 5 largest commercial banks 3 of top 3 busiest ATM networks 5 of top 5 financial data services companies 5 of top 5 telecommunications providers 3 of top 5 largest food & drug stores 4 Copyright 2011, Oracle and/or its affiliates. All rights

5 Oracle GoldenGate Differentiators Performance Flexible & Extendable Reliable Sub-second latency for data movement Low-impact capture, routing, transformation, and delivery of transactional data Open, modular architecture Supports heterogeneous sources and targets Agile and adaptable to modern data integration architectures Maintains transactional integrity Resilient against interruptions and failures Fast Recovery after process interruptions. 5 Copyright 2011, Oracle and/or its affiliates. All rights

6 Oracle GoldenGate 11g Low-Impact Real-Time Data Integration & Transactional Replication New DB/HW/OS/APP Zero Downtime Upgrade & Migration Legacy Fully Active Distributed DB Highly Available / Disaster Recovery Log-based, changed data Reporting Database Query Offloading, Disaster Recovery Real-time BI, Operational Reporting, MDM Database ODS Data Integrator Data Warehouse Data Synchronization across the Enterprise Message Bus Global Data Centers Message Bus Event Driven Architecture, SOA 6 Copyright 2011, Oracle and/or its affiliates. All rights

7 Program Agenda Introduction to Oracle GoldenGate Technology Overview Continuous Availability Next Generation Data Warehousing Summary Q&A 7 Copyright 2011, Oracle and/or its affiliates. All rights

8 How Oracle GoldenGate Works Capture: committed transactions are captured (and can be filtered) as they occur by reading the transaction logs. Source Oracle & Non-Oracle Database(s) Target Oracle & Non-Oracle Database(s) 8 Copyright 2011, Oracle and/or its affiliates. All rights

9 How Oracle GoldenGate Works Capture: committed transactions are captured (and can be filtered) as they occur by reading the transaction logs. Trail: stages and queues data for routing. Source Oracle & Non-Oracle Database(s) Target Oracle & Non-Oracle Database(s) 9 Copyright 2011, Oracle and/or its affiliates. All rights

10 How Oracle GoldenGate Works Capture: committed transactions are captured (and can be filtered) as they occur by reading the transaction logs. Trail: stages and queues data for routing. Pump: distributes data for routing to target(s). Source Oracle & Non-Oracle Database(s) Target Oracle & Non-Oracle Database(s) 10 Copyright 2011, Oracle and/or its affiliates. All rights

11 How Oracle GoldenGate Works Capture: committed transactions are captured (and can be filtered) as they occur by reading the transaction logs. Trail: stages and queues data for routing. Pump: distributes data for routing to target(s). Route: data is compressed, encrypted for routing to target(s). Source Oracle & Non-Oracle Database(s) Target Oracle & Non-Oracle Database(s) 11 Copyright 2011, Oracle and/or its affiliates. All rights

12 How Oracle GoldenGate Works Capture: committed transactions are captured (and can be filtered) as they occur by reading the transaction logs. Trail: stages and queues data for routing. Pump: distributes data for routing to target(s). Route: data is compressed, encrypted for routing to target(s). Delivery: applies data with transaction integrity, transforming the data as required. Source Oracle & Non-Oracle Database(s) Target Oracle & Non-Oracle Database(s) 12 Copyright 2011, Oracle and/or its affiliates. All rights

13 How Oracle GoldenGate Works Capture: committed transactions are captured (and can be filtered) as they occur by reading the transaction logs. Trail: stages and queues data for routing. Pump: distributes data for routing to target(s). Route: data is compressed, encrypted for routing to target(s). Delivery: applies data with transaction integrity, transforming the data as required. Source Oracle & Non-Oracle Database(s) Bi-directional Target Oracle & Non-Oracle Database(s) 13 Copyright 2011, Oracle and/or its affiliates. All rights

14 Oracle GoldenGate Differentiator: Flexibility Unidirectional Query Offloading Zero-Downtime Migration Bi-Directional Hot Standby or Active-Active for HA Peer-to-Peer Load Balancing Multi-Master Broadcast Data Distribution Integration/Consolidation Data Warehouse Data Distribution via Messaging BPM BAM CEP 14 Copyright 2011, Oracle and/or its affiliates. All rights

15 Differentiator: Performance and Scalability GoldenGate Capture Log-based change data capture High volume Low overhead Decoupled architecture Multiple capture processes may be used to scale, but generally not required Possible to split hot tables into a separate capture process Filtering and compression Unnecessary change data is discarded immediately Updates and deletes are compressed by default Before images are discarded by default 15 Copyright 2011, Oracle and/or its affiliates. All rights

16 Differentiator: Performance and Scalability GoldenGate Delivery Decoupled architecture Multiple delivery processes may be used to scale Possible to split hot tables into a separate delivery process Possible for multiple delivery processes to split the work for a single table Transaction grouping Small transactions are grouped by default to reduce commit overhead Record batching Records are batched by table and operation within a single SQL execution Automatic reordering of batches 16 Copyright 2011, Oracle and/or its affiliates. All rights

17 Differentiator: Transaction Integrity Transaction boundaries Recorded in GoldenGate trail file Transactions ordered in commit sequence Boundaries adjusted automatically due to record filtering or trail splits Transaction integrity Checkpointing and recovery are based on transaction boundaries Original commit sequence is maintained by the delivery process 17 Copyright 2011, Oracle and/or its affiliates. All rights

18 Differentiator: Reliability Decoupled architecture Individual processes can be restarted automatically Tolerance to network outages (configurable) Recovery Recovery ensures that no operations are skipped or duplicated after failure of any kind Recovery of the Capture process is more involved than recovery the Delivery process Although GoldenGate processes are completely decoupled, the Delivery process must be aware of a recovery performed by the Capture process or pump 18 Copyright 2011, Oracle and/or its affiliates. All rights

19 GoldenGate Checkpointing Capture, Pump, and Delivery save positions to a checkpoint file so they can recover in case of failure Source Database 19 Copyright 2011, Oracle and/or its affiliates. All rights

20 GoldenGate Checkpointing Capture, Pump, and Delivery save positions to a checkpoint file so they can recover in case of failure Source Database 20 Copyright 2011, Oracle and/or its affiliates. All rights

21 GoldenGate Checkpointing Capture, Pump, and Delivery save positions to a checkpoint file so they can recover in case of failure Source Database Target Database 21 Copyright 2011, Oracle and/or its affiliates. All rights

22 Oracle GoldenGate 11g Overview EXPANDED HETEROGENEITY Log-based capture for MSFT SQL Server 2008, IBM DB2 9.7, MySQL Subscription to JMS messaging systems/service bus Delivery to IBM DB2 for I TIGHTER INTEGRATION WITH ORACLE Database Direct data loads and expanded data type support Certification for Oracle Exadata Applications Real-time reporting solution for Oracle applications and zero downtime application upgrade for JD Edwards Integration with Oracle Data Integrator Enterprise Edition ENHANCED PERFORMANCE Faster recovery after process interruptions for long running transactions Improved tracing to identify bottlenecks and tune for higher performance 22 Copyright 2011, Oracle and/or its affiliates. All rights

23 Oracle GoldenGate 11g Supported Platforms Databases Oracle GoldenGate Capture: Oracle DB2 for v 9.7 DB2 for v 10 on z/os Microsoft SQL Server for 2008 R1, R2 Sybase ASE, 15.5 Teradata Enscribe SQL/MP SQL/MX MySQL JMS message queues Oracle GoldenGate Delivery: All listed above, plus: TimesTen, IBM System I, Netezza & Greenplum ETL product O/S and Platforms Linux Sun Solaris Windows 2000, 2003, XP, 2008 HP NonStop HP-UX IBM AIX IBM z Series zlinux 23 Copyright 2011, Oracle and/or its affiliates. All rights 23

24 Oracle Management Pack for OGG Complete Visibility (1 / 2): Director 1. Oracle GoldenGate Director: Has basic configuration, management, monitoring, and alerting. Based on legacy pull infrastructure. Works on legacy GoldenGate instances. 24 Copyright 2011, Oracle and/or its affiliates. All rights

25 Oracle Management Pack for OGG Complete Visibility (2 / 2): Monitor 2. Oracle GoldenGate Monitor: Has advanced monitoring, alerting (SNMP support), lag graphs, and historical repository. Based on new agent infrastructure, which will be the foundation for all future integration projects. Supports OGG Copyright 2011, Oracle and/or its affiliates. All rights

26 Program Agenda Introduction to Oracle GoldenGate Technology Overview Continuous Availability Next Generation Data Warehousing Summary Q&A 26 Copyright 2011, Oracle and/or its affiliates. All rights

27 Eliminate All Downtime for Continuous Availability Available no issues Planned outage Upgrade Migration Maintenance Semi-available Performance issues R, R/W Unplanned outage System failure Data failure 27 Copyright 2011, Oracle and/or its affiliates. All rights

28 ASM, RMAN, OSB Storage failure Data recovery Backups Five Steps to Maximize Availability Oracle RAC Instance failure Server failure RAC rolling maintenance Performance scale-out Consolidation Flashback Continuous point-in-time recovery Granular repair of logical corruptions Transaction Table Database Active Data Guard Database failure System failure Site failure Zero data loss Automatic database failover Lost-write protection Database rolling upgrade Offload read-only workload and backups Some migrations Oracle GoldenGate Online platform and application upgrades Bi-directional and multi-master replication Distribute read-only & read-write workload An alternative to physical replication for site protection Flexible planned maintenance and heterogeneous migrations Zero downtime upgrades and migrations 28 Copyright 2011, Oracle and/or its affiliates. All rights

29 Oracle GoldenGate for Continuous Availability Zero Downtime Upgrades, Migrations and Maintenance Migration from non-oracle databases to Oracle 11gR2 & Exadata Upgrade Oracle Database 8i, 9i, 10g to 11gR2 Upgrade/Migrate Database Server/OS Perform Database Maintenance Application Upgrade (Siebel CRM and JD Edwards) Disaster Recovery for Non-Oracle Databases and Cross- Oracle Database versions Continuous Availability via Active-Active Databases Offloading Queries from Legacy Systems to Oracle Databases for Maximized Performance 29 Copyright 2011, Oracle and/or its affiliates. All rights

30 Minimized User Impact During a Major Siebel Upgrade Home Shopping Network (HSN) Business Challenges Always on, always available production Siebel CRM call center application. No tolerance for downtime operates 24x7x365 Need to minimize impact to users during Siebel application & Oracle database upgrade Solution Real-time, bi-directional replication using Oracle GoldenGate between Siebel and Siebel 8.0 to enable a zero downtime phased migration over a three month period agents migrated per day users in total. Oracle GoldenGate configured with application upgrade & downgrade logic to enable both systems to run in parallel. Return on Investment Reduced downtime during the massive migration effort. Simplified data conversions without interruption to regular business processes. Mitigated risk to the business by having both environment remain online together in sync for 3 months before switching off old environment. 30 Copyright 2011, Oracle and/or its affiliates. All rights

31 Eliminate Downtime During Upgrades to Oracle 11g R2 Zero database downtime for upgrades from 8i, 9i, 10g to 11g Application Switchover Leverage new features of Oracle Database 11g without impacting business operations Minimize risks with failback option Oracle Database 8i/9i/10g Failback Data Flow Compare & Verify With Oracle GoldenGate Veridata Oracle Database 11g Release 2 31 Copyright 2011, Oracle and/or its affiliates. All rights

32 Ensuring Business Continuity During Migration e-dialog Business Challenges 24x7x365 provider of advanced and multichannel marketing solutions to business worldwide helping marketers transform conversations into conversions. Ensure absolute business continuity when migrating data to a new data infrastructure capable of supporting extreme processing and data growth Solution Oracle Exadata Database Machine as the foundation for new data infrastructure that ensures continuous high-performance marketing services and campaign analysis. Used GoldenGate for a phased migration with more than 12 terabytes of data from heterogeneous legacy environments Return on Investment Completed the phased migration in six months. Gained the ability to complete the migration in phases, enabling e-dialog to test the new environment over time. Reduced downtime during the massive migration effort. Improved throughput by 50% and cut report generation time in half. 32 Copyright 2011, Oracle and/or its affiliates. All rights

33 Improve Production System Performance and Lower Costs Off-load queries from production systems in Active-Active or Heterogeneous configurations Transaction Processing Real-time changed data Read-Only Activity E.g. different OS, database version, database E.g. legacy system query off-load Legacy Production OLTP Oracle Database 33 Copyright 2011, Oracle and/or its affiliates. All rights

34 Operational Reporting for Oracle E-Business Suite Herbalife Business Challenges Needed to offload resources consumed by E-Business Suite reports to a separate system. Solution must be flexible to support easily created new reports and changes to existing reporting requirements and must be real-time/up-to-date data. Solution Needed solution to offload resources consumed by E-Business Suite reports to a separate dedicated system. Solution must be flexible to support easily created new reports and changes to existing reporting requirements. Real-time, up-to-date data required for reporting. Return on Investment Improved overall performance of Oracle E- Business Suite by removing overhead incurred by ad-hoc reporting. Improved execution times for ad-hoc reporting. Continued use of existing production systems until fully depreciated, saving Herbalife millions of dollars. 34 Copyright 2011, Oracle and/or its affiliates. All rights

35 Increase ROI on Existing Servers & Synchronize Data Across Globe Utilize secondary systems for transactions Enable continuous availability during unplanned and planned outages Synchronize data across data centers around the globe Application Source & Target Region A Application Source & Target Region B 35 Copyright 2011, Oracle and/or its affiliates. All rights

36 Meet Stringent SLAs for Critical Manufacturing System Research in Motion (RIM): Data Synchronization and Continuous Availability Business Challenges Experiencing exponential growth and stringent carrier SLA s to meet growing demand for Blackberry devices All plants must see same local data Maintain continuous availably of critical data across 4 global hubs Solution Oracle GoldenGate synchronizes data in 4-way active-active deployment on Oracle Sub-second latency with high data volumes across distances Active-active configuration also enables planned maintenance and migrations with zero downtime Data Guard for DR with fast failover in key hubs RAC used for server availability Offloads reporting to Exadata with GoldenGate Return on Investment Avoid negative publicity and from outages or missed SLAs Global replication of critical data to support manufacturing 24*7*365 Fast, cost-effective, non-intrusive, reliable method for adding new data center hubs with up-to-date data Achieve reporting with real-time without impacting operational system 36 Copyright 2011, Oracle and/or its affiliates. All rights

37 Program Agenda Introduction to Oracle GoldenGate Technology Overview Continuous Availability Next Generation Data Warehousing Summary Q&A 37 Copyright 2011, Oracle and/or its affiliates. All rights

38 Why Real-Time Data for BI? Real-Time= Relevant and actionable information Improved insights for operational decision making Better customer service and cost savings via operational efficiencies Increased profitability, customer retention, and competitive advantage 38 Copyright 2011, Oracle and/or its affiliates. All rights

39 Oracle GoldenGate Next Generation Data Warehousing: Enabling Real Time BI High Performance E-LT, Real-Time Data Warehousing EMP ODS Schema Oracle Data Integrator DEPT DIM DIM FACT DW Schema DIM DIM Solution Using OGG for log-based capture of database transactions from source to minimize overhead Load to target with sub-second latency Transformation performed on the database using E-LT in mini-batches Fast ETL/E-LT handled by database processing Benefits No resource / performance impact to OLTP Live data available for better decision making Get double-duty from database investment by using it for transformations Maximizes availability of source systems and DW due to smaller batch windows. 39 Copyright 2011, Oracle and/or its affiliates. All rights

40 Next Generation Data Warehousing: Enabling Real Time BI High Performance E-LT, Real-Time Data Warehousing Synchronize Exadata with OGG New Exadata platform optimized for OLTP and Data Warehousing suits Real Time DW Extreme Exadata performance can handle huge data volumes that come with Real Time DW Oracle Data Integrator Oracle GoldenGate DIM FACT DIM EMP DEPT DIM DIM ODS Schema DW Schema 40 Copyright 2011, Oracle and/or its affiliates. All rights

41 Complementary and Used Together Oracle GoldenGate and Oracle Data Integrator Oracle GoldenGate Fastest real-time solution Sub-second latency for real-time feeds Guaranteed delivery eliminates data loss Eliminates down-time for migration and upgrades Least intrusive to source systems Oracle Data Integrator Fastest E-LT Solution Optimized SET-based transformation for high volume transformations Data lineage for improved manageability Integrates to Data Quality 41 Copyright 2011, Oracle and/or its affiliates. All rights

42 Program Agenda Introduction to Oracle GoldenGate Technology Overview Continuous Availability Next Generation Data Warehousing Summary Q&A 42 Copyright 2011, Oracle and/or its affiliates. All rights

43 Advantages of Oracle GoldenGate 11g Reduced Overhead and TCO Captures once, delivers to many targets for different uses Non-invasive, log-based capture Moves only committed data, reduces bandwidth needs High Performance with Reliability Subsecond latency even with high data volumes Preserves transaction integrity Ensures data recoverability Flexibility and Ease of Use Provides decoupled, modular architecture Supports heterogeneous sources and targets, and different latency needs Coexists and integrates with ELT/ETL and messaging solutions 43 Copyright 2011, Oracle and/or its affiliates. All rights

44 Benefits of Oracle GoldenGate 11g Cut Costs, Reduce Risk, and Achieve Operational Excellence Cut Costs and Shorten Time to Value Lower TCO and reduce hardware Shorten implementation, and lower dev costs Reduce Risk Improve your IT infrastructure without interrupting business operations Enable data recoverability and reliable data delivery Achieve Operational Excellence Make better decisions based on accurate, timely information Provide better service to customers with continuous operations 44 Copyright 2011, Oracle and/or its affiliates. All rights

45 45 Copyright 2011, Oracle and/or its affiliates. All rights Q&A

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

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

<Insert Picture Here> Real-time database replication

<Insert Picture Here> Real-time database replication Real-time database replication Ugo Pollio Sales Consulting and Business Development Oracle EMEA Data Integration Solutions Program Agenda Introduction to Real Time Data Propagation

More information

Data Integration Overview

Data Integration Overview Data Integration Overview Phill Rizzo Regional Manager, Data Integration Solutions phillip.rizzo@oracle.com Oracle Products for Data Movement Comparing How They Work Oracle Data

More information

<Insert Picture Here> Real-Time Data Integration for BI and Data Warehousing

<Insert Picture Here> Real-Time Data Integration for BI and Data Warehousing Real-Time Data Integration for BI and Data Warehousing Agenda Why Real-Time Data for BI? Architectures for Real-Time BI Oracle GoldenGate for Real-Time Data Integration Customer Examples

More information

Introducing Oracle Data Integrator and Oracle GoldenGate Marco Ragogna

Introducing Oracle Data Integrator and Oracle GoldenGate Marco Ragogna Introducing Oracle Data Integrator and Oracle GoldenGate Marco Ragogna EMEA Principal Sales Consultant Data integration Solutions IT Obstacles to Unifying Information What is it costing you to unify your

More information

<Insert Picture Here> Operational Reporting for Oracle Applications with Oracle GoldenGate

<Insert Picture Here> Operational Reporting for Oracle Applications with Oracle GoldenGate Operational Reporting for Oracle Applications with Oracle GoldenGate Karsten Stöhr Oracle Data Integration Solutions EMEA Agenda Right-Time Reports Oracle Real-Time Data Integration

More information

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

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 7 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 7 ORACLE PRODUCT LOGO 20 Oktorber 2011 Bratislava Dátová integrácia na

More information

<Insert Picture Here> Oracle Data Integration 11g Overview Tim Sawyer tim.sawyer@oracle.com

<Insert Picture Here> Oracle Data Integration 11g Overview Tim Sawyer tim.sawyer@oracle.com Oracle Data Integration 11g Overview Tim Sawyer tim.sawyer@oracle.com Safe Harbor Statement The following is intended to outline our general product direction. It is intended for

More information

Oracle Data Integration Real Time Access to Real Time Information

Oracle Data Integration Real Time Access to Real Time Information Oracle Data Integration Real Time Access to Real Time Information Tony Velardo DIS Sales Manager Valarie Bedard Principle Sales Consultant Oracle Data Integration Moving Data to Transform Business 1 IT

More information

<Insert Picture Here> Playing in the Same Sandbox: MySQL and Oracle

<Insert Picture Here> Playing in the Same Sandbox: MySQL and Oracle Playing in the Same Sandbox: MySQL and Oracle Lynn Ferrante, Senior Sales Technical Consultant, Oracle Safe Harbor Statement The following is intended to outline our general product

More information

An Oracle White Paper March 2014. Best Practices for Real-Time Data Warehousing

An Oracle White Paper March 2014. Best Practices for Real-Time Data Warehousing An Oracle White Paper March 2014 Best Practices for Real-Time Data Warehousing Executive Overview Today s integration project teams face the daunting challenge that, while data volumes are exponentially

More information

Using Oracle GoldenGate 12c with SQL Server Databases O R A C L E W H I T E P A P E R J U L Y 2 0 1 4

Using Oracle GoldenGate 12c with SQL Server Databases O R A C L E W H I T E P A P E R J U L Y 2 0 1 4 Using Oracle GoldenGate 12c with SQL Server Databases O R A C L E W H I T E P A P E R J U L Y 2 0 1 4 Table of Contents Executive Overview 1 Introduction to Oracle GoldenGate 12c 1 Architecture Overview

More information

An Oracle White Paper January 2012. Using Oracle GoldenGate 11g for Microsoft SQL Server Database

An Oracle White Paper January 2012. Using Oracle GoldenGate 11g for Microsoft SQL Server Database An Oracle White Paper January 2012 Using Oracle GoldenGate 11g for Microsoft SQL Server Database Executive Overview... 2 Introduction: Oracle GoldenGate 11g... 3 Architecture Overview... 4 Key Operational

More information

Oracle Data Integration: CON7926 Oracle Data Integration: A Crucial Ingredient for Cloud Integration

Oracle Data Integration: CON7926 Oracle Data Integration: A Crucial Ingredient for Cloud Integration Oracle Data Integration: CON7926 Oracle Data Integration: A Crucial Ingredient for Cloud Integration Julien Testut Principal Product Manager, Oracle Data Integration Sumit Sarkar Principal Systems Engineer,

More information

An Oracle White Paper. Using Oracle GoldenGate to Achieve Operational Reporting for Oracle Applications

An Oracle White Paper. Using Oracle GoldenGate to Achieve Operational Reporting for Oracle Applications An Oracle White Paper Using Oracle GoldenGate to Achieve Operational Reporting for Oracle Applications Executive Overview... 1 Introduction: Right Time For Reporting... 2 Common Solutions for Reporting...

More information

Dedicated Real-time Reporting Instances for Oracle Applications using Oracle GoldenGate

Dedicated Real-time Reporting Instances for Oracle Applications using Oracle GoldenGate Dedicated Real-time Reporting Instances for Oracle Applications using Oracle GoldenGate Keywords: Karsten Stöhr ORACLE Deutschland B.V. & Co. KG Hamburg Operational Reporting, Query Off-Loading, Oracle

More information

Implementing efficient system i data integration within your SOA. The Right Time for Real-Time

Implementing efficient system i data integration within your SOA. The Right Time for Real-Time Implementing efficient system i data integration within your SOA The Right Time for Real-Time Do your operations run 24 hours a day? What happens in case of a disaster? Are you under pressure to protect

More information

Disaster Recovery for Oracle Database

Disaster Recovery for Oracle Database Disaster Recovery for Oracle Database Zero Data Loss Recovery Appliance, Active Data Guard and Oracle GoldenGate ORACLE WHITE PAPER APRIL 2015 Overview Oracle Database provides three different approaches

More information

Oracle GoldenGate: Architecture for Real-Time Replication. Fred Louis Oracle Enterprise Architect Ohio Valley Region

Oracle GoldenGate: Architecture for Real-Time Replication. Fred Louis Oracle Enterprise Architect Ohio Valley Region Oracle GoldenGate: Architecture for Real-Time Replication Fred Louis Oracle Enterprise Architect Ohio Valley Region Agenda Introduction to Oracle GoldenGate Technology Overview Architecture Deep Dive:

More information

Shadowbase Data Replication Solutions. William Holenstein Senior Manager of Product Delivery Shadowbase Products Group

Shadowbase Data Replication Solutions. William Holenstein Senior Manager of Product Delivery Shadowbase Products Group Shadowbase Data Replication Solutions William Holenstein Senior Manager of Product Delivery Shadowbase Products Group 1 Agenda Introduction to Gravic Shadowbase Product Overview Shadowbase for Business

More information

Choosing the Best Option for Data Replication in Oracle Environments: Evaluating and Comparing Dell and Oracle Solutions

Choosing the Best Option for Data Replication in Oracle Environments: Evaluating and Comparing Dell and Oracle Solutions Business Comparison: Data Replication Solutions Choosing the Best Option for Data Replication in Oracle Environments: Evaluating and Comparing Dell and Oracle Solutions Contents What to Look for in a Data

More information

Informatica Data Replication: Maximize Return on Data in Real Time Chai Pydimukkala Principal Product Manager Informatica

Informatica Data Replication: Maximize Return on Data in Real Time Chai Pydimukkala Principal Product Manager Informatica Informatica Data Replication: Maximize Return on Data in Real Time Chai Pydimukkala Principal Product Manager Informatica Terry Simonds Technical Evangelist Informatica 2 Agenda Replication Business Drivers

More information

Publication Date: April 2007

Publication Date: April 2007 white paper Boost Block-level Replication with GoldenGate s TDM Technology for 100% Business Continuity Publication Date: April 2007 Abstract: Recent natural disasters and government regulations have created

More information

ORACLE WHITE PAPER JUNE 2015 ORACLE GOLDENGATE 12C: REAL-TIME ACCESS TO REAL-TIME INFORMATION

ORACLE WHITE PAPER JUNE 2015 ORACLE GOLDENGATE 12C: REAL-TIME ACCESS TO REAL-TIME INFORMATION ORACLE WHITE PAPER JUNE 2015 ORACLE GOLDENGATE 12C: REAL-TIME ACCESS TO REAL-TIME INFORMATION Table of Contents Executive Overview 1 Introduction 2 Oracle GoldenGate 12c 2 Architecture Overview 5 Associated

More information

An Oracle White Paper Updated August 2010. Oracle GoldenGate 11g: Real-Time Access to Real-Time Information

An Oracle White Paper Updated August 2010. Oracle GoldenGate 11g: Real-Time Access to Real-Time Information An Oracle White Paper Updated August 2010 Oracle GoldenGate 11g: Real-Time Access to Real-Time Information Executive Overview... 1 Introduction... 1 Understanding the Requirements for Transactional Data...

More information

Welcome. Changes and Choices

Welcome. Changes and Choices Welcome Changes and Choices Today s Session Thursday, February 23, 2012 Agenda 1. The Fillmore Group Introduction 2. Reasons to Implement Replication 3. IBM s Replication Options How We Got Here 4. The

More information

Shadowbase Data Replication VNUG - May 26, 2010. Dick Davis, Sales Manager Shadowbase Products Group Gravic, Inc.

Shadowbase Data Replication VNUG - May 26, 2010. Dick Davis, Sales Manager Shadowbase Products Group Gravic, Inc. Shadowbase Data Replication VNUG - May 26, 2010 Dick Davis, Sales Manager Shadowbase Products Group Gravic, Inc. 1 Agenda Introduction to Gravic Shadowbase Product Overview Shadowbase Case Studies Shadowbase

More information

SAP Sybase Replication Server What s New in 15.7.1 SP100. Bill Zhang, Product Management, SAP HANA Lisa Spagnolie, Director of Product Marketing

SAP Sybase Replication Server What s New in 15.7.1 SP100. Bill Zhang, Product Management, SAP HANA Lisa Spagnolie, Director of Product Marketing SAP Sybase Replication Server What s New in 15.7.1 SP100 Bill Zhang, Product Management, SAP HANA Lisa Spagnolie, Director of Product Marketing Agenda SAP Sybase Replication Server Overview Replication

More information

Ensuring High Availability for Critical Systems and Applications

Ensuring High Availability for Critical Systems and Applications Ensuring High Availability for Critical Systems and Applications Using SharePlex to Ensure Your Oracle Databases Are Always Up and Running Bill Brunt, Product Manager, Dell Software Abstract Keeping business

More information

Maximum Availability Architecture

Maximum Availability Architecture Oracle Data Guard: Disaster Recovery for Sun Oracle Database Machine Oracle Maximum Availability Architecture White Paper April 2010 Maximum Availability Architecture Oracle Best Practices For High Availability

More information

Maximize Availability With Oracle Database 12c

Maximize Availability With Oracle Database 12c Maximize Availability With Oracle Database 12c Darl Kuhn DBA darl.kuhn@oracle.com 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. HA? 2 Copyright 2013, Oracle and/or its affiliates.

More information

DISASTER RECOVERY STRATEGIES FOR ORACLE ON EMC STORAGE CUSTOMERS Oracle Data Guard and EMC RecoverPoint Comparison

DISASTER RECOVERY STRATEGIES FOR ORACLE ON EMC STORAGE CUSTOMERS Oracle Data Guard and EMC RecoverPoint Comparison DISASTER RECOVERY STRATEGIES FOR ORACLE ON EMC STORAGE CUSTOMERS Oracle Data Guard and EMC RecoverPoint Comparison Document Control Change Record 3 Date Author Version Change Reference 15-Aug-2007 Ravi

More information

Five New Data Integration Requirements

Five New Data Integration Requirements An Oracle White Paper January 2013 Five New Data Integration Requirements And How to Meet Them with Oracle Data Integration 5 New Data Integration Requirements and How to Meet Them with Oracle Data Integration

More information

Oracle Maximum Availability Architecture with Exadata Database Machine. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska

Oracle Maximum Availability Architecture with Exadata Database Machine. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska Oracle Maximum Availability Architecture with Exadata Database Machine Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska MAA is Oracle s Availability Blueprint Oracle s MAA is a best practices

More information

Preview of Oracle Database 12c In-Memory Option. Copyright 2013, Oracle and/or its affiliates. All rights reserved.

Preview of Oracle Database 12c In-Memory Option. Copyright 2013, Oracle and/or its affiliates. All rights reserved. Preview of Oracle Database 12c In-Memory Option 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

More information

Accelerate Data Loading for Big Data Analytics Attunity Click-2-Load for HP Vertica

Accelerate Data Loading for Big Data Analytics Attunity Click-2-Load for HP Vertica Accelerate Data Loading for Big Data Analytics Attunity Click-2-Load for HP Vertica Menachem Brouk, Regional Director - EMEA Agenda» Attunity update» Solutions for : 1. Big Data Analytics 2. Live Reporting

More information

Real-time Data Replication

Real-time Data Replication Real-time Data Replication from Oracle to other databases using DataCurrents WHITEPAPER Contents Data Replication Concepts... 2 Real time Data Replication... 3 Heterogeneous Data Replication... 4 Different

More information

HP Shadowbase Solutions Overview

HP Shadowbase Solutions Overview HP Solutions Overview 2015 GTUG Conference & Exhibition Paul J. Holenstein Executive Vice President Products Group Gravic, Inc. Introduction Corporate HQ Malvern, PA USA Paul J. Holenstein Executive Vice

More information

ORACLE DATA INTEGRATOR ENTERPRISE EDITION

ORACLE DATA INTEGRATOR ENTERPRISE EDITION ORACLE DATA INTEGRATOR ENTERPRISE EDITION ORACLE DATA INTEGRATOR ENTERPRISE EDITION KEY FEATURES Out-of-box integration with databases, ERPs, CRMs, B2B systems, flat files, XML data, LDAP, JDBC, ODBC Knowledge

More information

EII - ETL - EAI What, Why, and How!

EII - ETL - EAI What, Why, and How! IBM Software Group EII - ETL - EAI What, Why, and How! Tom Wu 巫 介 唐, wuct@tw.ibm.com Information Integrator Advocate Software Group IBM Taiwan 2005 IBM Corporation Agenda Data Integration Challenges and

More information

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

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

More information

Achieving Oracle Database Scalability using SharePlex

Achieving Oracle Database Scalability using SharePlex Achieving Oracle Database Scalability using SharePlex Complement or replace RAC with enterprise-class database replication technology. Written by Sujith Kumar, Chief Technologist, Dell Software Introduction

More information

Module 14: Scalability and High Availability

Module 14: Scalability and High Availability Module 14: Scalability and High Availability Overview Key high availability features available in Oracle and SQL Server Key scalability features available in Oracle and SQL Server High Availability High

More information

ENTERPRISE EDITION ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE DATA INTEGRATOR

ENTERPRISE EDITION ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE DATA INTEGRATOR ORACLE DATA INTEGRATOR ENTERPRISE EDITION KEY FEATURES AND BENEFITS ORACLE DATA INTEGRATOR ENTERPRISE EDITION OFFERS LEADING PERFORMANCE, IMPROVED PRODUCTIVITY, FLEXIBILITY AND LOWEST TOTAL COST OF OWNERSHIP

More information

OWB Users, Enter The New ODI World

OWB Users, Enter The New ODI World OWB Users, Enter The New ODI World Kulvinder Hari Oracle Introduction Oracle Data Integrator (ODI) is a best-of-breed data integration platform focused on fast bulk data movement and handling complex data

More information

Informatica Data Replication

Informatica Data Replication White Paper Moving and Synchronizing Real-Time Data in a Heterogeneous Environment WHITE PAPER This document contains Confidential, Proprietary and Trade Secret Information ( Confidential Information )

More information

Optimizing Storage for Better TCO in Oracle Environments. Part 1: Management INFOSTOR. Executive Brief

Optimizing Storage for Better TCO in Oracle Environments. Part 1: Management INFOSTOR. Executive Brief Optimizing Storage for Better TCO in Oracle Environments INFOSTOR Executive Brief a QuinStreet Excutive Brief. 2012 To the casual observer, and even to business decision makers who don t work in information

More information

2009 Oracle Corporation 1

2009 Oracle Corporation 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 material,

More information

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

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

More information

Oracle Exadata: The World s Fastest Database Machine Exadata Database Machine Architecture

Oracle Exadata: The World s Fastest Database Machine Exadata Database Machine Architecture Oracle Exadata: The World s Fastest Database Machine Exadata Database Machine Architecture Ron Weiss, Exadata Product Management Exadata Database Machine Best Platform to Run the

More information

Beyond High Availability Replication s Changing Role

Beyond High Availability Replication s Changing Role Beyond High Availability Replication s Changing Role Wednesday, November 19 th, 2014 Susan Wong SharePlex Solutions Architect Agenda Replication becomes Mainstream Dell s approach to replication solutions

More information

Database Decisions: Performance, manageability and availability considerations in choosing a database

Database Decisions: Performance, manageability and availability considerations in choosing a database Database Decisions: Performance, manageability and availability considerations in choosing a database Reviewing offerings from Oracle, IBM and Microsoft 2012 Oracle and TechTarget Table of Contents Defining

More information

Demystifying Data Integration for the Cloud O R A C L E W H I T E P A P E R A U G U S T 2 0 1 5

Demystifying Data Integration for the Cloud O R A C L E W H I T E P A P E R A U G U S T 2 0 1 5 Demystifying Data Integration for the Cloud O R A C L E W H I T E P A P E R A U G U S T 2 0 1 5 Table of Contents Introduction 1 Oracle s Data Integration Offering 3 Cloud Database Integration 4 Zero Downtime

More information

recovery at a fraction of the cost of Oracle RAC

recovery at a fraction of the cost of Oracle RAC Concurrent data access and fast failover for unstructured data and Oracle databases recovery at a fraction of the cost of Oracle RAC Improve application performance and scalability - Get parallel processing

More information

Five New Data Integration Requirements

Five New Data Integration Requirements An Oracle White Paper Updated October 2013 Five New Data Integration Requirements And How to Meet Them with Oracle Data Integration 5 New Data Integration Requirements and How to Meet Them with Oracle

More information

Service Oriented Data Management

Service Oriented Data Management Service Oriented Management Nabin Bilas Integration Architect Integration & SOA: Agenda Integration Overview 5 Reasons Why Is Critical to SOA Oracle Integration Solution Integration

More information

MySQL Enterprise Edition Most secure, scalable MySQL Database, Online Backup, Development/Monitoring Tools, backed by Oracle Premier Lifetime Support

MySQL Enterprise Edition Most secure, scalable MySQL Database, Online Backup, Development/Monitoring Tools, backed by Oracle Premier Lifetime Support MySQL Enterprise Edition Most secure, scalable MySQL Database, Online Backup, Development/Monitoring Tools, backed by Oracle Premier Lifetime Support Elevator Pitch With 12 millions of active installs,

More information

SharePlex for Oracle How to replicate databases. Jeffrey Surretsky Solutions Architect

SharePlex for Oracle How to replicate databases. Jeffrey Surretsky Solutions Architect SharePlex for Oracle How to replicate databases Jeffrey Surretsky Solutions Architect Highlights Overview: reasons for migration Traditional data migration methods Drawbacks Data migrations using log-based

More information

Oracle Database Backup & Recovery, Flashback* Whatever, & Data Guard

Oracle Database Backup & Recovery, Flashback* Whatever, & Data Guard 18 th Annual International zseries Oracle SIG Conference Present: Oracle Database Backup & Recovery, Flashback* Whatever, & Data Guard Tammy Bednar Tammy.Bednar@oracle.com Manager, HA Solutions & Backup

More information

Daniela Milanova Senior Sales Consultant

Daniela Milanova Senior Sales Consultant Daniela Milanova Senior Sales Consultant Oracle Disaster Recovery Solution What is Data Guard? Management, monitoring and automation software infrastructure that protects data against failure, errors,

More information

Veritas Cluster Server by Symantec

Veritas Cluster Server by Symantec Veritas Cluster Server by Symantec Reduce application downtime Veritas Cluster Server is the industry s leading clustering solution for reducing both planned and unplanned downtime. By monitoring the status

More information

Data Sheet: Disaster Recovery Veritas Volume Replicator by Symantec Data replication for disaster recovery

Data Sheet: Disaster Recovery Veritas Volume Replicator by Symantec Data replication for disaster recovery Data replication for disaster recovery Overview Veritas Volume Replicator provides organizations with a world-class foundation for continuous data replication, enabling rapid and reliable recovery of critical

More information

Integrazione Dati: Un fattore chiave per l innovazione delle imprese.

Integrazione Dati: Un fattore chiave per l innovazione delle imprese. Integrazione Dati: Un fattore chiave per l innovazione delle imprese. Alessandro Cagnetti, Oracle EMEA Business Development Data Integration Alessandro.Cagnetti@oracle.com Would You

More information

Backup and Recovery Solutions for Exadata. Ľubomír Vaňo Principal Sales Consultant

Backup and Recovery Solutions for Exadata. Ľubomír Vaňo Principal Sales Consultant Backup and Recovery Solutions for Exadata Ľubomír Vaňo Principal Sales Consultant Fundamental Backup and Recovery Data doesn t exist in most organizations until the rule of 3 is complete: Different Media

More information

Moving Large Data at a Blinding Speed for Critical Business Intelligence. A competitive advantage

Moving Large Data at a Blinding Speed for Critical Business Intelligence. A competitive advantage Moving Large Data at a Blinding Speed for Critical Business Intelligence A competitive advantage Intelligent Data In Real Time How do you detect and stop a Money Laundering transaction just about to take

More information

replication solution Using CDC and Data Replication October 19, 2010

replication solution Using CDC and Data Replication October 19, 2010 Introducing the only real-time data replication solution Using CDC and Data Replication October 19, 2010 John Apps, OpenVMS Ambassador, HP Hein van den Heuvel, HvdH Performance Consulting Brian Schenkenberger,

More information

Instant-On Enterprise

Instant-On Enterprise Instant-On Enterprise Winning with NonStop SQL 2011Hewlett-Packard Dev elopment Company,, L.P. The inf ormation contained herein is subject to change without notice LIBERATE Your infrastructure with HP

More information

ORACLE DATA INTEGRATOR ENTEPRISE EDITION FOR BUSINESS INTELLIGENCE

ORACLE DATA INTEGRATOR ENTEPRISE EDITION FOR BUSINESS INTELLIGENCE ORACLE DATA INTEGRATOR ENTEPRISE EDITION FOR BUSINESS INTELLIGENCE KEY FEATURES AND BENEFITS (E-LT architecture delivers highest performance. Integrated metadata for alignment between Business Intelligence

More information

Contents. SnapComms Data Protection Recommendations

Contents. SnapComms Data Protection Recommendations Contents Abstract... 2 SnapComms Solution Environment... 2 Concepts... 3 What to Protect... 3 Database Failure Scenarios... 3 Physical Infrastructure Failures... 3 Logical Data Failures... 3 Service Recovery

More information

Inge Os Sales Consulting Manager Oracle Norway

Inge Os Sales Consulting Manager Oracle Norway Inge Os Sales Consulting Manager Oracle Norway Agenda Oracle Fusion Middelware Oracle Database 11GR2 Oracle Database Machine Oracle & Sun Agenda Oracle Fusion Middelware Oracle Database 11GR2 Oracle Database

More information

Backup and Recovery Solutions for Exadata. Cor Beumer Storage Sales Specialist Oracle Nederland

Backup and Recovery Solutions for Exadata. Cor Beumer Storage Sales Specialist Oracle Nederland Backup and Recovery Solutions for Exadata Cor Beumer Storage Sales Specialist Oracle Nederland Recovery Point and Recovery Time Wks Days Hrs Mins Secs Secs Mins Hrs Days Wks Data Loss (Recovery Point Objective)

More information

Comparing TCO for Mission Critical Linux and NonStop

Comparing TCO for Mission Critical Linux and NonStop Comparing TCO for Mission Critical Linux and NonStop Iain Liston-Brown EMEA NonStop PreSales BITUG, 2nd December 2014 1 Agenda What do we mean by Mission Critical? Mission Critical Infrastructure principles

More information

An Oracle White Paper October 2013. Oracle Data Integrator 12c New Features Overview

An Oracle White Paper October 2013. Oracle Data Integrator 12c New Features Overview An Oracle White Paper October 2013 Oracle Data Integrator 12c Disclaimer This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality, and should

More information

MySQL Strategy. Morten Andersen, MySQL Enterprise Sales. Copyright 2014 Oracle and/or its affiliates. All rights reserved.

MySQL Strategy. Morten Andersen, MySQL Enterprise Sales. Copyright 2014 Oracle and/or its affiliates. All rights reserved. MySQL Strategy Morten Andersen, MySQL Enterprise Sales Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not

More information

F5 and Oracle Database Solution Guide. Solutions to optimize the network for database operations, replication, scalability, and security

F5 and Oracle Database Solution Guide. Solutions to optimize the network for database operations, replication, scalability, and security F5 and Oracle Database Solution Guide Solutions to optimize the network for database operations, replication, scalability, and security Features >> Improved operations and agility >> Global scaling Use

More information

ORACLE DATA INTEGRATOR ENTERPRISE EDITION

ORACLE DATA INTEGRATOR ENTERPRISE EDITION ORACLE DATA INTEGRATOR ENTERPRISE EDITION Oracle Data Integrator Enterprise Edition 12c delivers high-performance data movement and transformation among enterprise platforms with its open and integrated

More information

How To Use Exadata

How To Use Exadata Exadata V2 - Oracle Exadata Database Machine Robert Pastijn Platform Technology Services (PTS) Product Development 2010 Oracle Corporation Exadata V2 Goals Ideal Database Platform

More information

Oracle s Cloud Computing Strategy

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

More information

Oracle Active Data Guard

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

More information

Agenda. Sedat Zencirci Technology Sales Consultancy Manager. Oracle Technology Stack. Business Requirements and Oracle offerings

Agenda. Sedat Zencirci Technology Sales Consultancy Manager. Oracle Technology Stack. Business Requirements and Oracle offerings Sedat Zencirci Technology Sales Consultancy Manager Agenda Oracle Technology Stack Oracle Database Oracle Fusion MiddleWare Oracle Applications Business Requirements and Oracle offerings High Availability

More information

Oracle Data Integration Solutions GoldenGate New Features Summary

Oracle Data Integration Solutions GoldenGate New Features Summary Oracle Data Integration Solutions GoldenGate New Features Summary Valarie Bedard Principle Sales Consultant Tony Velardo DIS Account Manager Oracle Data Integration Moving Data to Transform Business 1

More information

Real-time High Volume Data Replication White Paper

Real-time High Volume Data Replication White Paper Real-time High Volume Data Replication White Paper Version 2.4 Table of Contents 1 HVR overview... 3 1.1 HVR Usage Scenarios... 4 1.2 Product Overview... 7 2 Technology... 9 2.1 Architecture and Key Capabilities...

More information

CA XOsoft Replication r12.5 and CA XOsoft High Availability r12.5

CA XOsoft Replication r12.5 and CA XOsoft High Availability r12.5 FREQUENTLY ASKED QUESTIONS: CA XOSOFT REPLICATION AND CA XOSOFT HIGH AVAILABILITY CA XOsoft Replication r12.5 and CA XOsoft High Availability r12.5 Q: What are CA XOsoft Replication and CA XOsoft High

More information

Oracle BI Applications (BI Apps) is a prebuilt business intelligence solution.

Oracle BI Applications (BI Apps) is a prebuilt business intelligence solution. 1 2 Oracle BI Applications (BI Apps) is a prebuilt business intelligence solution. BI Apps supports Oracle sources, such as Oracle E-Business Suite Applications, Oracle's Siebel Applications, Oracle's

More information

<Insert Picture Here> Oracle In-Memory Database Cache Overview

<Insert Picture Here> Oracle In-Memory Database Cache Overview Oracle In-Memory Database Cache Overview Simon Law Product Manager The following is intended to outline our general product direction. It is intended for information purposes only,

More information

ORACLE BUSINESS INTELLIGENCE, ORACLE DATABASE, AND EXADATA INTEGRATION

ORACLE BUSINESS INTELLIGENCE, ORACLE DATABASE, AND EXADATA INTEGRATION ORACLE BUSINESS INTELLIGENCE, ORACLE DATABASE, AND EXADATA INTEGRATION EXECUTIVE SUMMARY Oracle business intelligence solutions are complete, open, and integrated. Key components of Oracle business intelligence

More information

Disaster Recovery Solutions for Oracle Database Standard Edition RAC. A Dbvisit White Paper

Disaster Recovery Solutions for Oracle Database Standard Edition RAC. A Dbvisit White Paper Disaster Recovery Solutions for Oracle Database Standard Edition RAC A Dbvisit White Paper Copyright 2011-2012 Dbvisit Software Limited. All Rights Reserved v2, Mar 2012 Contents Executive Summary... 1

More information

Efficient and Real Time Data Integration With Change Data Capture

Efficient and Real Time Data Integration With Change Data Capture Efficient and Real Time Data Integration With Change Data Capture Efficiency. Low Latency. No Batch Windows. Lower Costs. an Attunity White Paper Change Data Capture (CDC) is a strategic component in the

More information

CASE STUDY: Oracle TimesTen In-Memory Database and Shared Disk HA Implementation at Instance level. -ORACLE TIMESTEN 11gR1

CASE STUDY: Oracle TimesTen In-Memory Database and Shared Disk HA Implementation at Instance level. -ORACLE TIMESTEN 11gR1 CASE STUDY: Oracle TimesTen In-Memory Database and Shared Disk HA Implementation at Instance level -ORACLE TIMESTEN 11gR1 CASE STUDY Oracle TimesTen In-Memory Database and Shared Disk HA Implementation

More information

A TECHNICAL WHITE PAPER ATTUNITY VISIBILITY

A TECHNICAL WHITE PAPER ATTUNITY VISIBILITY A TECHNICAL WHITE PAPER ATTUNITY VISIBILITY Analytics for Enterprise Data Warehouse Management and Optimization Executive Summary Successful enterprise data management is an important initiative for growing

More information

Oracle Maximum Availability Architecture Best Practices for Oracle Exadata (CON8392)

Oracle Maximum Availability Architecture Best Practices for Oracle Exadata (CON8392) Oracle Maximum Availability Architecture Best Practices for Oracle Exadata (CON8392) Joseph Meeks, Director High Availability Product Management, Oracle Michael Smith, Consulting Member of Technical Staff

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 Overview protects your most important applications from planned and unplanned downtime. Cluster

More information

HP StorageWorks Data Protection Strategy brief

HP StorageWorks Data Protection Strategy brief HP StorageWorks Data Protection Strategy brief Your business depends on IT more than ever before. The availability of key application services and information is critical to maintain business processes,

More information

Data platform evolution

Data platform evolution 2 Data platform evolution Top Reasons Reasons to to upgrade 1) End of extended support 2) Enhanced SQL Server 2014 features and performance 3) Impact on security and compliance 4) Cloud strategy Top Blockers

More information

Integrating Netezza into your existing IT landscape

Integrating Netezza into your existing IT landscape Marco Lehmann Technical Sales Professional Integrating Netezza into your existing IT landscape 2011 IBM Corporation Agenda How to integrate your existing data into Netezza appliance? 4 Steps for creating

More information

Clouds on the Horizon: What s the Best Oracle Fusion Strategy for Those Still on Oracle 11i or R12.0?

Clouds on the Horizon: What s the Best Oracle Fusion Strategy for Those Still on Oracle 11i or R12.0? Clouds on the Horizon: What s the Best Oracle Fusion Strategy for Those Still on Oracle 11i or R12.0? Gustavo Gonzalez -Oracle ACE at IT Convergence Abstract The general availability of Oracle Fusion,

More information

An Oracle White Paper February 2014. Oracle Data Integrator 12c Architecture Overview

An Oracle White Paper February 2014. Oracle Data Integrator 12c Architecture Overview An Oracle White Paper February 2014 Oracle Data Integrator 12c Introduction Oracle Data Integrator (ODI) 12c is built on several components all working together around a centralized metadata repository.

More information

Oracle on System z Linux- High Availability Options Session ID 252

Oracle on System z Linux- High Availability Options Session ID 252 Oracle on System z Linux- High Availability Options Session ID 252 Sam Amsavelu IBM Trademarks The following are trademarks of the International Business Machines Corporation in the United States and/or

More information

CA XOsoft Replication and CA XOsoft High Availability CA Partner Frequently Asked Questions

CA XOsoft Replication and CA XOsoft High Availability CA Partner Frequently Asked Questions Q1. What do the terms Replication and High Availability mean? A. In the context of these two products, replication refers to the process of copying all application data from one server to another over

More information

HP and Business Objects Transforming information into intelligence

HP and Business Objects Transforming information into intelligence HP and Business Objects Transforming information into intelligence 1 Empowering your organization Intelligence: the ability to acquire and apply knowledge. For businesses today, gaining intelligence means

More information