Oracle GoldenGate. Frank Bommarito. RMOUG Training Days February 11-13, 2013

Size: px
Start display at page:

Download "Oracle GoldenGate. Frank Bommarito. RMOUG Training Days February 11-13, 2013"

Transcription

1 Oracle GoldenGate Frank Bommarito RMOUG Training Days February 11-13, 2013

2 About DBAK Oracle Database, Technology and E-Business Suite applications Co-founded in 2005 Colorado owned and operated Average 15 Years of Oracle Expertise Awards Top 250 Private Companies, 2011 and 2012 CoBIZ Magazine Fastest-Growing Private Companies 2012 Finalist, Denver Business Journal Colorado Companies to Watch 2012 Finalist, Colorado Office of Economic Development and International Trade Emerging Business of the Year, 2008 South Metro Denver Chamber of Commerce 100+ Clients 200+ Implementations, Upgrades, Conversions, Support Projects Oracle Gold Partner Oracle Accelerate Solution Hosted Financials Specialized - Oracle Database - Oracle Enterprise Manager 2

3 Agenda Topology High Level Overview GoldenGate updates Misc Stuff Questions and Wrap up 3

4 Who am I? Frank Bommarito, DBAK Co-founder and Chief Technology Officer of DBAK, Frank is an expert in designing, delivering, tuning, and troubleshooting advanced technology, large-scale, highly complex systems using Oracle technology. With more than 20 years of Oraclebased experience, including Oracle Database, Oracle Applications, Oracle Application Server, and Oracle's development tools, Frank has participated in implementing, training, and documenting solutions that include high availability, disaster recovery, data warehousing, online transaction processing, and process automation. Frank is a frequent speaker at industry conferences including OAUG and Oracle OpenWorld. 4

5 How It Works: Modular Architecture Capture: Committed changes are captured (and can be filtered) as they occur by reading the transaction logs. Trail files: Stages and queues data for routing. Pump: Distribute data for routing to multiple targets. Route: Data is compressed, encrypted for routing to targets. Delivery: Applies data with transaction integrity, transforming the data as required. Capture Source Trail Pump Pump LAN / WAN / Internet (TCP/IP) Target Trail Delivery Source Database(s) Delivery Target Trail Bi-directional Source Trail Capture Target Database(s) 5

6 Heterogeneous Platforms Databases Capture: Oracle DB2 Microsoft SQL Server Sybase ASE Teradata Enscribe SQL/MP SQL/MX O/S and Platforms Windows 2000, 2003, XP Linux Sun Solaris HP NonStop HP-UX HP TRU64 HP OpenVMS IBM AIX IBM z/os Delivery: All listed above, plus: HP Neoview, Netezza, Greenplum, and any ODBC compatible databases ETL products JMS message queues MySQL TimesTen 6

7 Why GoldenGate? Fast Efficient Easy to troubleshoot Easy to implement Reality Check it is software 7

8 Common Issues Long Running Jobs Network outages New tables Validation of data DDL Logging 8

9 Simple Setup Install Software (download and unzip done!) Configure in the database user to read/write data Few system settings no downtime typically alter database archivelog; alter database force logging; alter system set recyclebin=off scope=both; alter database add supplemental log data; Create manager Configure Extract/Replicat Done! 9

10 How to start? RMAN Backup/Restore Initial Load (GG Process) Export/Import CTAS 10

11 What do I get? Setup TNS to take advantage in case of failure OS Upgrade no problem DB Upgrade no problem Platform switch no problem Auditing of data no problem DDL (Create table) no problem Troubleshooting very clear Learning to ride a bike took some time with years of pleasure why not take the bridge! 11

12 What GoldenGate is not A database backup (physical versus logical) (Veridata) Tied to Oracle Tied to a specific OS In need of extensive maintenance Hard to operationally control Hard to master 12

13 Can I? Use one database with many destinations? Have one destination with from many sources? Use one source for many purposes (i.e. Failover/HA/Auditing) Use a source differently than the target? Eliminate other tools (ETL data guard backups)? 13

14 What about the others? GoldenGate versus Streams GoldenGate versus Data Guard GoldenGate versus SharePlex Summary it is a single tool that does all of these things and does not have the negative view that some of these have. 14

15 Where to use? Low RTO/RPO Want to maximize usage of D/R Need to offload without complexity Have a need for the MAA Want to try new performance techniques without a solid commitment Want to try upgrades to see what occurs 15

16 What is so different? Relatively Non-intrusive Low impact Sub-second latency Open/Heterogeneous Modular access Maintains transactional integrity Not HA not DR not CA it is all three 16

17 Am I on an Island? Often used with Standby Often used with Other ETL tools Often used with RMAN/Tape backups Often used with storage solutions The nice kid that places well with others Copies the tables create the views local 17

18 Miscellaneous Stuff 9.2 and greater for Oracle Most data types but a few exceptions 256 bit encryption of all data Blowfish is used Initial load can use a where clause (SQLPREDICATE) Active/Active must EXCLUDE the GG_MANAGER user Oracle Product but no need for Oracle 18

19 Any GUI? GG Management Pack Define, configure, manage, and report on Oracle GoldenGate processes deployed across your business Utilizes Oracle GoldenGate Management Services architecture Suffers from a few issues getting better every week. Key features: Centralized management of any number of Oracle GoldenGate processes Rich-client and Web-based interfaces for increased visibility Alert notifications, integration with 3rd-party monitoring products Real-time feedback on Oracle GoldenGate processes Zero-impact implementation without affecting performance 19

20 Veridata warm and fuzzy High-speed data comparison solution Audits, identifies, and reports data discrepancies between in-use databases Benefits: Reduce risk exposure and act on data discrepancies sooner Simplify comparison No disruption to business systems Easy to install not really as fast as one would hope. Key features: Support for large data volumes Comparisons ran while data sources are kept online Unparalleled speed and efficiency Selective comparison options Unattended execution Flexible reporting 20

21 Reality Check Problem Tables GGS_MARKER and GGS_DDL_HIST grow forever when DDL support is enabled Solution Add this to the manager and restart PURGEMARKERHISTORY MINKEEPDAYS 3, MAXKEEPDAYS 5, FREQUENCYMINUTES 30 This example keeps all rows that have not been modified in the past three days and deletes them when they have not been modified for at least five days. The purge frequency is 30 minutes. See note for more details 21

22 Reality Check Problem Initial loads of large tables from Oracle to Oracle take a long time if the fetch size is larger than the table generally 400k rows or more SOURCEISTABLE is documented as being best Solution Avoid sourceistable for Oracle to Oracle. CTAS across a database link of a 40M row table took < 5 minutes Same table with sourceistable took many days 22

23 Reality Check Problem Data replication stops and logs indicates that a KEY is NULL. Log shows Where PK_ID = Solution Trandata was removed from the table. Must re-enable and manually fix the missing rows. select * from DBA_LOG_GROUP_COLUMNS where table_name = '<TN here> Note the best way to restart is to skip the bad SCN (also reported in the LOG) see the next section for the syntax. start replicat rep_la, aftercsn

24 Reality Check Doc states recycle bin off Force Logging But I only want a few tables now what? 24

25 Questions? 25

26 Contact Frank Bommarito

DBAK Delivering Oracle Success. Oracle GoldenGate: Straight Up August 4, 2010 Denver, CO

DBAK Delivering Oracle Success. Oracle GoldenGate: Straight Up August 4, 2010 Denver, CO DBAK Delivering Oracle Success Oracle GoldenGate: Straight Up August 4, 2010 Denver, CO Agenda Introductions Topology: Graham Hainbach, Oracle Overview: the nuts and bolts of GoldenGate, Frank Bommarito,

More information

Oracle GoldenGate and Oracle Streams: The Future of Oracle Replication and Data Integration

Oracle GoldenGate and Oracle Streams: The Future of Oracle Replication and Data Integration Oracle GoldenGate and Oracle Streams: The Future of Oracle Replication and Data Integration Sachin Chawla, Ali Kutay, Juan Loaiza, Hasan Rizvi Oracle Corporation The following is intended to outline our

More information

Real Time Access to Real Time Information

Real Time Access to Real Time Information Real Time Access to Real Time Information Prepared for Oracle User Group Paul Bekker paul.bekker@oracle.com GoldenGate is Strategic to Oracle Best-in-class leader in real-time data

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

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

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

enterprise professional expertise distilled Implementer's guide Oracle GoldenGate 11g

enterprise professional expertise distilled Implementer's guide Oracle GoldenGate 11g Oracle GoldenGate 11g Implementer's guide Design, install, and configure high-performance data replication solutions using Oracle GoldenGate John P. Jeffries PUBLISHING enterprise professional expertise

More information

Oracle GoldenGate for Big Data

Oracle GoldenGate for Big Data Oracle GoldenGate for Big Data The Oracle GoldenGate for Big Data 12c product streams transactional data into big data systems in real time, without impacting the performance of source systems. It streamlines

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

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

SharePlex TM. Profoundly alters the economics of Oracle computing

SharePlex TM. Profoundly alters the economics of Oracle computing SharePlex TM Profoundly alters the economics of Oracle computing Simple, affordable, zero-impact Oracle database replication and near real-time integration SharePlex database replication: maximum business

More information

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. #OracleDataIntegration 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. #OracleDataIntegration The following is intended to outline our general product direction. It is intended for information purposes only,

More information

Triple-O migration scenarios. Dr. Stephan Bühne Senior Principal Technical Consultant, SAP Solution Center Walldorf

Triple-O migration scenarios. Dr. Stephan Bühne Senior Principal Technical Consultant, SAP Solution Center Walldorf Triple-O migration scenarios Dr. Stephan Bühne Senior Principal Technical Consultant, SAP Solution Center Walldorf Topics Triple-O technology and prerequisites Triple-O architecture Online migration with

More information

Triple-O migration scenarios. Dr. Stephan Bühne Senior Principal Technical Consultant, SAP Solution Center Walldorf

Triple-O migration scenarios. Dr. Stephan Bühne Senior Principal Technical Consultant, SAP Solution Center Walldorf Triple-O migration scenarios Dr. Stephan Bühne Senior Principal Technical Consultant, SAP Solution Center Walldorf Topics Triple-O technology and prerequisites Triple-O architecture Online migration with

More information

Oracle GoldenGate 11g Fundamentals for Oracle

Oracle GoldenGate 11g Fundamentals for Oracle Oracle GoldenGate 11g Fundamentals for Oracle Student Guide D66519GC10 Edition 1.0 February 2011 D72291 Disclaimer This document contains proprietary information and is protected by copyright and other

More information

In today s global business environment, companies must maintain

In today s global business environment, companies must maintain HP NonStop Business Continuity Product Suite: An Introduction Protecting Your Data, Your Applications, and Your Business Ajaya Gummadi >> Product Manager >> HP NonStop Worldwide In today s global business

More information

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

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

More information

1z0-447.exam.44q 1z0-447 Oracle GoldenGate 12c Implementation Essentials

1z0-447.exam.44q   1z0-447 Oracle GoldenGate 12c Implementation Essentials 1z0-447.exam.44q Number: 1z0-447 Passing Score: 0 Time Limit: 120 min 1z0-447 Oracle GoldenGate 12c Implementation Essentials Exam A QUESTION 1 You edit the GLOBALS file, save the changes, and restart

More information

GoldenGate Zbigniew Baranowski

GoldenGate Zbigniew Baranowski GoldenGate Zbigniew Baranowski Outline What is GoldenGate? Architecture Performance GoldenGate vs. vs Streams Monitoring Summary What is GoldenGate? Real-time data integration solutions Continuous data

More information

Getting started. Amardeep Sidhu

Getting started. Amardeep Sidhu Getting started Amardeep Sidhu Oracle/Exadata DBA with over 10 years of experience Working with Oracle ACS twitter.com/amardeep_sidhu http://amardeepsidhu.com/blog I don t know everything A replication

More information

Data sharing and transformation in real time. Stephan Leisse Solution Architect

Data sharing and transformation in real time. Stephan Leisse Solution Architect Data sharing and transformation in real time Stephan Leisse Solution Architect stephan.leisse@visionsolutions.com Today s Businesses Have Multiple Databases Source: Vision Solutions 2017 State of Resilience

More information

Oracle Database and Application Solutions

Oracle Database and Application Solutions Oracle Database and Application Solutions Overview The success of Oracle s products is based on three principles: Simplify Enterprises must increase the speed of information delivery with Integrated Systems,

More information

Oracle GoldenGate 11g Release 2(11gR2) Overview

Oracle GoldenGate 11g Release 2(11gR2) Overview Oracle GoldenGate 11g Release 2(11gR2) Karsten Stöhr 1 Copyright 2012, Oracle and/or its affiliates. All rights Summary: Oracle GoldenGate 11gR2 Largest Number of New Features Ever Released Integrated

More information

HPE Shadowbase Key New Features to Solve Business Challenges. May 2018

HPE Shadowbase Key New Features to Solve Business Challenges. May 2018 HPE Shadowbase Key New Features to Solve Business Challenges May 2018 Disclaimer This presentation contains forward-looking statements regarding future operations, product development, product capabilities

More information

An Oracle White Paper Updated October Zero Downtime Migration to Oracle Exadata using Oracle GoldenGate

An Oracle White Paper Updated October Zero Downtime Migration to Oracle Exadata using Oracle GoldenGate An Oracle White Paper Updated October 2013 Zero Downtime Migration to Oracle Exadata using Oracle GoldenGate Executive Overview... 3 Introduction... 4 Oracle Exadata Overview... 5 Oracle GoldenGate Overview...

More information

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

An Oracle White Paper July Using Oracle GoldenGate to Achieve Operational Reporting for Oracle Applications An Oracle White Paper July 2013 Using Oracle GoldenGate to Achieve Operational Reporting for Oracle Applications Introduction... 2 Right Time for Reporting... 3 A Common Solution for Operational Reporting...

More information

Veritas NetBackup 6.5 Clients and Agents

Veritas NetBackup 6.5 Clients and Agents Veritas NetBackup 6.5 Clients and Agents The Veritas NetBackup Platform Next-Generation Data Protection Overview Veritas NetBackup provides a simple yet comprehensive selection of innovative clients and

More information

Zero Downtime Migrations

Zero Downtime Migrations Zero Downtime Migrations Chris Lawless I Dbvisit Replicate Product Manager Agenda Why migrate? Old vs New method Architecture Considerations on migrating Sample migration Q & A Replication: Two types Physical

More information

Shadowbase Product Suite Update

Shadowbase Product Suite Update Shadowbase Product Suite Update Paul J. Holenstein Executive Vice President Shadowbase Products Group 20 April, 2016 Disclaimer This presentation contains forward-looking statements regarding future operations,

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

Best Practices for Conflict Detection and Resolution in Active-Active Replication Environments Using Oracle GoldenGate

Best Practices for Conflict Detection and Resolution in Active-Active Replication Environments Using Oracle GoldenGate An Oracle White Paper Updated December 2012 Best Practices for Conflict Detection and Resolution in Active-Active Replication Environments Using Oracle GoldenGate Contents Executive Overview... 1 Introduction...

More information

Interception, Replication, and Consolidation Solutions

Interception, Replication, and Consolidation Solutions Interception, Replication, and Consolidation Solutions OPTA2000 clock & time-zone simulator FileSync replication & synchronization software TMF-Audit Toolkit easily converts non-audited TMF files to audited

More information

Steps To Create Database Manually In Oracle 10g In Windows

Steps To Create Database Manually In Oracle 10g In Windows Steps To Create Database Manually In Oracle 10g In Windows Oracle Database Vault Installation Guide, 10g Release 2 (10.2) for Microsoft Windows (32-Bit). B32384-04 applications that may create a risk of

More information

Shadowbase Data Replication and Data Integration Solutions GTUG

Shadowbase Data Replication and Data Integration Solutions GTUG Shadowbase Data Replication and Data Integration Solutions GTUG - 2014 Paul J. Holenstein Executive Vice President Shadowbase Products Group 1 Agenda Introduction to Gravic Shadowbase Product Overview

More information

SharePlex. Empowering your data sharing architecture for continuous availability. Susan Wong Dell Solutions Architect

SharePlex. Empowering your data sharing architecture for continuous availability. Susan Wong Dell Solutions Architect SharePlex Empowering your data sharing architecture for continuous availability Susan Wong Dell Solutions Architect Agenda Data sharing challenges Benefits of data distribution and consolidation using

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

How to Move Your Oracle Database to The Cloud. Clay Jackson Database Solutions Sales Engineer

How to Move Your Oracle Database to The Cloud. Clay Jackson Database Solutions Sales Engineer How to Move Your Oracle Database to The Cloud Clay Jackson Database Solutions Sales Engineer Agenda: Clear the clouds on (pun intended) What s The Cloud? Why Should I Move to The Cloud? How Do I Move to

More information

FileSync Replicates and Synchronizes Applications and Files between HPE Nonstop Servers. tandsoft.com TANDsoft Corporation

FileSync Replicates and Synchronizes Applications and Files between HPE Nonstop Servers. tandsoft.com TANDsoft Corporation FileSync Replicates and Synchronizes Applications and Files between HPE Nonstop Servers Jack.DiGiacomo @ tandsoft.com TANDsoft Corporation 1 Presentation Agenda Introduction TANDsoft products FileSync

More information

Oracle GoldenGate for Mainframe

Oracle GoldenGate for Mainframe Oracle GoldenGate for Mainframe Administering Oracle GoldenGate for HP NonStop (Guardian) 12c (12.1.2) E28904-01 August 2014 Documentation for system administrators that describes how to plan for, configure,

More information

An Oracle White Paper Updated October Oracle GoldenGate 12c: Real-Time Access to Real-Time Information

An Oracle White Paper Updated October Oracle GoldenGate 12c: Real-Time Access to Real-Time Information An Oracle White Paper Updated October 2013 Oracle GoldenGate 12c: Real-Time Access to Real-Time Information Executive Overview... 2 Understanding the Requirements for Transactional Data... 4 Oracle GoldenGate

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

SharePlex for SAP DB SAP Platform Strategy Forum DELL SOFTWARE GOKJI LEE

SharePlex for SAP DB SAP Platform Strategy Forum DELL SOFTWARE GOKJI LEE SharePlex for SAP DB 2016 SAP Platform Strategy Forum DELL SOFTWARE GOKJI LEE 2016.04.05-0 - - 1 - SharePlex SharePlex Market Presence Why SharePlex is the largest independent database replication solution

More information

Oracle - Oracle GoldenGate 12c: Fundamentals for

Oracle - Oracle GoldenGate 12c: Fundamentals for Oracle - Oracle GoldenGate 12c: Fundamentals for Oracle Code: Lengt h: URL: GG-12c-FUND 4 days View Online This Oracle GoldenGate 12c: Fundamentals for Oracle training focuses on Oracle-to-Oracle database

More information

Easy Ways to Improve Oracle Information Sharing With Data Replication

Easy Ways to Improve Oracle Information Sharing With Data Replication Easy Ways to Improve Oracle Information Sharing With Data Replication Replace Oracle Streams Susan Wong Solutions Architect August 20, 2015 Agenda Introduction to replication Value of replication solutions:

More information

Availability Digest. Attunity Integration Suite December 2010

Availability Digest.  Attunity Integration Suite December 2010 the Availability Digest Attunity Integration Suite December 2010 Though not focused primarily on high availability in the uptime sense, the Attunity Integration Suite (www.attunity.com) provides extensive

More information

GoldenGate for Oracle DBAs

GoldenGate for Oracle DBAs GoldenGate for Oracle DBAs Tuesday: September 29, 2015 Daniel A. Morgan email: dmorgan@forsythe.com mobile: +1 206-669-2949 skype: damorgan11g 1 Introduction 2 Topics Introduction New O/S Groups New Users

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

Migrate +230 TB databases in less than 1 day

Migrate +230 TB databases in less than 1 day Migrate +230 TB databases in less than 1 day Mike Dietrich Master Product Manager Database Upgrades & Migrations Oracle Corporation Copyright 2017, Oracle and/or its affiliates. All rights reserved. Germany

More information

Minimal downtime migration

Minimal downtime migration Minimal downtime migration Mitigate the risk that a planned downtime becomes unplanned Johannes Ahrends Technical Director ADM Presales Quest Software GmbH Copyright 2006 Quest Software Agenda Quest Software

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

If Informatica Data Replication is not currently installed, complete a first-time installation. Otherwise, complete the upgrade procedure.

If Informatica Data Replication is not currently installed, complete a first-time installation. Otherwise, complete the upgrade procedure. Informatica Corporation Data Replication Version 9.5.1 Release Notes August 2013 Copyright (c) 2013 Informatica Corporation. All rights reserved. Contents Introduction... 1 Installation and Upgrading...

More information

DQpowersuite. Superior Architecture. A Complete Data Integration Package

DQpowersuite. Superior Architecture. A Complete Data Integration Package DQpowersuite Superior Architecture Since its first release in 1995, DQpowersuite has made it easy to access and join distributed enterprise data. DQpowersuite provides an easy-toimplement architecture

More information

Increase Value from Big Data with Real-Time Data Integration and Streaming Analytics

Increase Value from Big Data with Real-Time Data Integration and Streaming Analytics Increase Value from Big Data with Real-Time Data Integration and Streaming Analytics Cy Erbay Senior Director Striim Executive Summary Striim is Uniquely Qualified to Solve the Challenges of Real-Time

More information

Oracle Exadata X7. Uwe Kirchhoff Oracle ACS - Delivery Senior Principal Service Delivery Engineer

Oracle Exadata X7. Uwe Kirchhoff Oracle ACS - Delivery Senior Principal Service Delivery Engineer Oracle Exadata X7 Uwe Kirchhoff Oracle ACS - Delivery Senior Principal Service Delivery Engineer 05.12.2017 Oracle Engineered Systems ZFS Backup Appliance Zero Data Loss Recovery Appliance Exadata Database

More information

SharePlex TM. Profoundly alters the economics of Oracle computing

SharePlex TM. Profoundly alters the economics of Oracle computing SharePlex TM Profoundly alters the economics of Oracle computing Simple, affordable, zero-impact Oracle database replication and near real-time integration Highlights Overview What makes SharePlex different?

More information

Zero impact database migration

Zero impact database migration Zero impact database migration How to avoid the most common pitfalls of migrating from Oracle to SQL Server. ABSTRACT Migrating data from one platform to another requires a lot of planning. Some traditional

More information

McAfee Database Security

McAfee Database Security McAfee Database Security Sagena Security Day 6 September 2012 September 20, 2012 Franz Hüll Senior Security Consultant Agenda Overview database security DB security from McAfee (Sentrigo) VMD McAfee Vulnerability

More information

<Insert Picture Here> Value of TimesTen Oracle TimesTen Product Overview

<Insert Picture Here> Value of TimesTen Oracle TimesTen Product Overview Value of TimesTen Oracle TimesTen Product Overview Shig Hiura Sales Consultant, Oracle Embedded Global Business Unit When You Think Database SQL RDBMS Results RDBMS + client/server

More information

Veritas Volume Replicator Option by Symantec

Veritas Volume Replicator Option by Symantec Veritas Volume Replicator Option by Symantec Data replication for disaster recovery The provides organizations with a world-class foundation for continuous data replication, enabling rapid and reliable

More information

Hyperion System 9 Financial Management release

Hyperion System 9 Financial Management release Hyperion System 9 Financial Management release 9.2.0.3 The Hyperion System 9 Financial Management release 9.2.0.3 Matrix includes support information for the following areas: Operating Systems o Server

More information

Hyperion System 9 Strategic Finance release

Hyperion System 9 Strategic Finance release Hyperion System 9 Strategic Finance release 9.2.0.3 The Hyperion System 9 Strategic Finance release 9.2.0.3.0 Matrix includes support information for the following areas: Operating Systems o Server o Client

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

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

VERITAS NetBackup 6.0 Enterprise Server INNOVATIVE DATA PROTECTION DATASHEET. Product Highlights

VERITAS NetBackup 6.0 Enterprise Server INNOVATIVE DATA PROTECTION DATASHEET. Product Highlights VERITAS NetBackup 6.0 Enterprise Server INNOVATIVE DATA PROTECTION As the recognized leader for enterprise-class backup and recovery, VERITAS NetBackup Enterprise Server software is designed to help provide

More information

Announcing Oracle Secure Backup 10.3: Fastest, Most Cost-Effective Oracle Backup

Announcing Oracle Secure Backup 10.3: Fastest, Most Cost-Effective Oracle Backup Announcing Oracle Secure Backup 10.3: Fastest, Most Cost-Effective Oracle Backup Donna Cooksey Principal Product Manager Richard McClain Senior Oracle DBA CSX Technology Program Agenda Introducing Oracle

More information

Optimizing Oracle Licensing An Oracle Primer Esley Gustafson, DBAK

Optimizing Oracle Licensing An Oracle Primer Esley Gustafson, DBAK Delivering Oracle Success Optimizing Oracle Licensing An Oracle Primer Esley Gustafson, DBAK RMOUG QEW November 19, 2010 Disclaimer This presentation does not constitute legal advice. Your Oracle licenses

More information

Oracle Exadata: The World s Fastest Database Machine

Oracle Exadata: The World s Fastest Database Machine 10 th of November Sheraton Hotel, Sofia Oracle Exadata: The World s Fastest Database Machine Daniela Milanova Oracle Sales Consultant Oracle Exadata Database Machine One architecture for Data Warehousing

More information

Netezza The Analytics Appliance

Netezza The Analytics Appliance Software 2011 Netezza The Analytics Appliance Michael Eden Information Management Brand Executive Central & Eastern Europe Vilnius 18 October 2011 Information Management 2011IBM Corporation Thought for

More information

Interception, Replication, Security & Consolidation Solutions

Interception, Replication, Security & Consolidation Solutions Interception, Replication, Security & Consolidation Solutions SDI for Sensitive Data Intercept protects sensitive data-at-rest. Interception, encryption, and tokenization FileSync synchronizes Guardian

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 GoldenGate 11g: Fundamentals for SQL Server Student Guide

Oracle GoldenGate 11g: Fundamentals for SQL Server Student Guide Oracle GoldenGate 11g: Fundamentals for SQL Server Student Guide D66523GC20 Edition 2.0 September 2012 D79012 Author Steve Friedberg Technical Contributors and Reviewers Mack Bell Chris Lawless Sue Jang

More information

JOB TITLE: Senior Database Administrator PRIMARY JOB DUTIES Application Database Development

JOB TITLE: Senior Database Administrator PRIMARY JOB DUTIES Application Database Development JOB TITLE: Senior Database Administrator The Senior Database Administrator is responsible for managing multiple production and nonproduction Oracle, MSSQL, and PostgreSQL databases: 4 production Oracle

More information

Application Development Best Practice for Q Replication Performance

Application Development Best Practice for Q Replication Performance Ya Liu, liuya@cn.ibm.com InfoSphere Data Replication Technical Enablement, CDL, IBM Application Development Best Practice for Q Replication Performance Information Management Agenda Q Replication product

More information

Oracle Streams. An Oracle White Paper October 2002

Oracle Streams. An Oracle White Paper October 2002 Oracle Streams An Oracle White Paper October 2002 Oracle Streams Executive Overview... 3 Introduction... 3 Oracle Streams Overview... 4... 5 Staging... 5 Propagation... 6 Transformations... 6 Consumption...

More information

Roy F Swonger Vice President Database Upgrades & Utilities Oracle Corporation

Roy F Swonger Vice President Database Upgrades & Utilities Oracle Corporation Migrate +200 TB databases in less than 1 day Roy F Swonger Vice President Database Upgrades & Utilities Oracle Corporation $> whoami 20+ years w/oracle 15 years managing Data Pump Database Upgrade SQL*Loader

More information

High Availability Options for Oracle Database

High Availability Options for Oracle Database High Availability Options for Oracle Database Presentation by Dan Norris Who is Dan? Virgo Scuba Diver (PADI Advanced OW) Over 21, under 35 Oracle DBA & UNIX Admin background Certifiable: OCM, ACE Director,

More information

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

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

More information

Oracle OpenWorld 14 Oracle Active Data Guard and Oracle GoldenGate High-Availability Best Practices

Oracle OpenWorld 14 Oracle Active Data Guard and Oracle GoldenGate High-Availability Best Practices Oracle OpenWorld 14 Oracle Active Data Guard and Oracle GoldenGate High-Availability Best Practices BG Garin, Stephan Haisley Enterprise Replication Server Technologies Oracle Corporation Safe Harbor Statement

More information

Zero Downtime Database Upgrade Using Oracle GoldenGate O R A C L E W H I T E P A P E R A U G U S T

Zero Downtime Database Upgrade Using Oracle GoldenGate O R A C L E W H I T E P A P E R A U G U S T Zero Downtime Database Upgrade Using Oracle GoldenGate 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 Executive Overview 1 Introduction to Oracle GoldenGate 12c 2 Concepts and Terminology

More information

Administering Oracle GoldenGate Adapters 12c ( )

Administering Oracle GoldenGate Adapters 12c ( ) [1]Oracle GoldenGate Application Adapters Administering Oracle GoldenGate Adapters 12c (12.1.2.1.1) E61853-01 May 2015 This document explains how to configure, customize, and run the Oracle GoldenGate

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

HP0-J20. HP Storage Essentials SRM Enterprise Edition.

HP0-J20. HP Storage Essentials SRM Enterprise Edition. HP HP0-J20 HP Storage Essentials SRM Enterprise Edition http://killexams.com/exam-detail/hp0-j20 QUESTION: 53 Which operating system is supported for SAP Adaptive Computing Controller (ACC) in HP Storage

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

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

Real-time Recovery Architecture as a Service by, David Floyer

Real-time Recovery Architecture as a Service by, David Floyer Real-time Recovery Architecture as a Service by, David Floyer September 2nd, 2016 For enterprise executives trying to achieve aggressive RPO and RTO SLAs, Wikibon believes that batch backup appliances

More information

CA ARCserve Backup. Benefits. Overview. The CA Advantage

CA ARCserve Backup. Benefits. Overview. The CA Advantage PRODUCT BRIEF: CA ARCSERVE BACKUP R12.5 CA ARCserve Backup CA ARCSERVE BACKUP, A HIGH-PERFORMANCE, INDUSTRY-LEADING DATA PROTECTION PRODUCT, UNITES INNOVATIVE DATA DEDUPLICATION TECHNOLOGY, POWERFUL STORAGE

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Oracle GoldenGate Release Notes for Windows and UNIX 12c (12.2.0.1) E64454-05 July 2016 This document describes the new features, major changes, and the known issues for the 12c

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

What is wrong with PostgreSQL? OR What does Oracle have that PostgreSQL should? Richard Stephan

What is wrong with PostgreSQL? OR What does Oracle have that PostgreSQL should? Richard Stephan What is wrong with PostgreSQL? OR What does Oracle have that PostgreSQL should? Richard Stephan PostgreSQL is an Enterprise RDBMS Schemas, Roles, Accounts Tablespace Management Table Partitioning Write-Ahead

More information

New Features Guide Sybase ETL 4.9

New Features Guide Sybase ETL 4.9 New Features Guide Sybase ETL 4.9 Document ID: DC00787-01-0490-01 Last revised: September 2009 This guide describes the new features in Sybase ETL 4.9. Topic Page Using ETL with Sybase Replication Server

More information

Check Table Oracle Database Status Windows Script

Check Table Oracle Database Status Windows Script Check Table Oracle Database Status Windows Script About the catupgrd.sql Script in Earlier Releases of Oracle Database CHECK_PLUG_COMPATIBILITY function to determine whether these requirements Using DBUA

More information

Replicating Mainframe Tape Data for DR Best Practices

Replicating Mainframe Tape Data for DR Best Practices Replicating Mainframe Tape Data for DR Best Practices Lee Reiersgord Luminex Software, Inc. Jeffrey Deaver Financial Services Company Tuesday, August 13 Session #14131 Discussion Topics Perspective Why

More information

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

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

More information

Oracle Database: SQL and PL/SQL Fundamentals

Oracle Database: SQL and PL/SQL Fundamentals Oracle University Contact Us: 001-855-844-3881 & 001-800-514-06-9 7 Oracle Database: SQL and PL/SQL Fundamentals Duration: 5 Days What you will learn This Oracle Database: SQL and PL/SQL Fundamentals training

More information

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

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

Hyperion System 9 BI+ Analytic Services

Hyperion System 9 BI+ Analytic Services Hyperion System 9 BI+ Analytic The Hyperion System 9 BI+ Analytic release 9.3 Support Matrix includes support information for the following areas: Operating Systems o Server o Client Web / Application

More information

ORACLE WHITEPAPER MARCH 2015 ORACLE GOLDENGATE 12C: REAL-TIME ACCESS TO REAL-TIME INFORMATION

ORACLE WHITEPAPER MARCH 2015 ORACLE GOLDENGATE 12C: REAL-TIME ACCESS TO REAL-TIME INFORMATION ORACLE WHITEPAPER MARCH 2015 ORACLE GOLDENGATE 12C: REAL-TIME ACCESS TO REAL-TIME INFORMATION Oracle GoldenGate 12c: Real-Time Access to Real-Time Information O R A C L E W H I T E P A P E R M A R C H

More information

Frank Peters, Schenker AG, Information Mgmt. Dr. Dierk Hahn, Capgemini, Insights & Data June 2015

Frank Peters, Schenker AG, Information Mgmt. Dr. Dierk Hahn, Capgemini, Insights & Data June 2015 Hochautomatisierte Generierung einer kompletten Applikation-Staging-Synchronisation Architektur inklusive CDC The BackRoom Staging solution for DB Schenker Logistics Frank Peters, Schenker AG, Information

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