Oracle Data Integration Solutions GoldenGate New Features Summary

Size: px
Start display at page:

Download "Oracle Data Integration Solutions GoldenGate New Features Summary"

Transcription

1 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

2 Note to Reader - March 2014 This deck represents highlights of features in OGG 11.2 and OGG 12.x It does not represent ALL features in either of these releases It is recommended that the reader review the Release Notes for either version of OGG to get the complete picture of new features per release It is recommended that the reader review the OGG Install Guide, Admin Guide, and Reference Guides for either version to understand dependencies, usage and syntax for any functionality or feature mentioned in this deck. 2

3 Quick List of OGG Database Integration points Ability to ignore triggers when applying data (OGG V 12 default) Ability to ignore constraints (like cascade delete) when applying data Optimized ASM capture - DBLOGREADER Access to Oracle s Encryption Methods Transparent Data Encryption Tablespace Encryption RMAN Integration log retention Automatic Schema level supplemental logging Integrated Capture - Capture compressed data including EHCC Database Vault access Oracle s AES encryption algorithms for trail files OEM Grid Control Plug-in for Monitoring, control and metrics Exadata DBFS optimizations for GoldenGate 3

4 Oracle GoldenGate 11g Release2 Integrated Extract Conflict Detection and Resolution Manageability and Monitoring Security and Performance Globalization Event Marker Enhancement Coherence Integration 4

5 Integrated Extract Leverages Proprietary Oracle Database LCR API Source database and Integrated Extract process are in the same machine User/Application changes Record changes Redo Logs Oracle Database Capture changes LCR1 LCR2 LCR3... Logical Change Records Capture Integrated Extract Trail File.. Source Machine 5

6 Integrated Extract Benefits - Summary Category New Features Comments Exadata Capture support for EHCC compression Enable capture from Exadata sources Compressions Capture support for OLTP, Segment compression Distributed Transactions XA-RAC, PDML Support capture from XA transactions originated from multiple nodes of RAC RAC Simplified RAC management No need to modify parameter files, if an instance is not available New Datatypes LOB XML OR, XML Binary Full and Partial read from REDO log REDO Processing Multithreaded support Performance gain from parallel processing Deployment Source and Downstream capture support Helps to offload some of the extract work from the source database; DDL Others Captures tables created with column level password specification Support IOT with MAPPING table option 6

7 Integrated Extract Expanded Deployment Options Source database and Integrated Extract process are in different machine User/Application changes Record changes Oracle Database Source Machine Redo Logs Continuous REDO Shipping Capture Capture changes LCR1 LCR2 LCR3... Standby Logical Change Redo Logs Records Oracle Database Downstream Machine Capture Integrated Extract Trail File.. 7

8 Conflict Detection and Resolution Conflicts occur when the timing of simultaneous changes results in one of these out-of-sync conditions: a replicated insert attempts to add a row that already exists in the target. the before image of a replicated update does not match the current row in the target. a replicated delete attempts to remove a row that does not exist in the target. 8

9 Conflict Detection and Resolution Insert INSERTROWEXISTS Overwrite Ignore Discard USEMIN,USEMAX Update UPDATEROWMISSING UPDATEROWEXISTS Overwrite Ignore Discard Overwrite Ignore Discard USEMIN,USEMAX USEDELTA DELETEROWMISSING Ignore Discard Delete DELETEROWEXISTS Overwrite Ignore Discard 9

10 Performance - Streaming Prior to Oracle GoldenGate 11gR2 Synchronous data communication between data pump extract and remote collector process Data sent by data pump extract to remote collector process must be followed with ACK from the remote collector. Extract can only send out new data after ACK. Oracle GoldenGate 11gR2 Acknowledgement message can be skipped for every data sent Remote collector does not send an acknowledgement to the data pump extract unless a packet contains a flag requesting a response, typically when the data pump extract must checkpoint or determine a write position. 10

11 Security Enhancements: Encryption GGSCI Interactive Interface Manager Manager GGSCI Interactive Interface LAN / WAN / INTERNET Over TCP/IP Source Database PASSWORDS IPv6 support PASSWORDS Target Database Parameter Files Parameter Files TCP/IP BLOWFISH, AES128, AES192,AES256 11

12 Globalization Database Object Name Enhancement Non US-ASCII Character Support (both DDL/DML) Support database object name with any characters including European accent, multi-byte, white space and symbols as long as database supports Database Like Object Level Case Sensitivity Support Oracle, DB2 and SQL/MX case sensitive object name Case sensitive from/to case insensitive mapping Partial Character Set Conversion Implicit Character Set Conversion Support by replicat Between two different character set CHAR/VARCHAR/CLOB columns CHAR/VARCHAR/CLOB from/to NCHAR/NVARCHAR/NCLOB columns 12

13 Event Marker System 11gR2 ACTIONS TRACE LOG CHECKPOINTBEFORE IGNORE DISCARD ROLLOVER User/Application changes REPORT ABORT CHECKPOINTAFTER FORCESTOP/STOP Event record Event record SHELL with parameters SUSPEND/RESUME Event record DDL LAN / WAN / INTERNET Over TCP/IP Source Database Transaction Logs Target Database 13

14 Coherence HotCache Coherence/GoldenGate Integration Capture changes from DB Pump the data to coherence node, using Java Toplink maps relational changes to the objects Updates the cache User will see the latest data in their cache in Real-Time after the database is updated 14

15 Oracle GoldenGate 12c Highlights Optimized for Oracle Database 12c Non-consolidated, Multitenant and Cloud-based Real-Time Replication Three part naming convention, New data types (Large VARCHAR) Integrated Delivery for the Oracle Database Leveraging high-speed, lightweight Streaming API built Exclusively for OGG to take advantage of database parallel apply server for auto dependency aware parallel apply Coordinated Apply for Non-Oracle Databases Orchestrates the High-Speed Apply Processes & Simplifies Setup and Management Improved Ease of Use Automatic Discard File, Enhanced Debugging, Schema Wildcarding, and Improved Security Expanded Heterogeneity 12c Brings Support for New Databases and Enhancements to Existing Supported Platforms Enhanced High Availability for Zero Data Loss Integration with Data Guard and FSFO for Automated & Transparent failover of Components Expanded Oracle Application and Technology Support Active/Active ATG, Low Downtime E-Business Suite Migrations and Coherence Integration 15

16 Oracle GoldenGate New Functionality New with OGG 12.x Oracle Installer Oracle database Version 12 CDB support 3 part object name support Automatic Discard Improved initial load with added data type support for remote task Improved SHOWSYNTAX Schema Wildcard Support Credential store for userid/(encrypted)password >> Alias Source time zone in trail, replicat sets its session to this Extract start at CSN ( Oracle SCN) Oracle dbms_goldengate_auth.grant-admin_priviledge Package 16 16

17 Integrated Replicat Overview Integrated Replicat for Oracle target databases only and Leverages database parallel apply servers for automatic dependency aware parallel apply Minimal changes to replicat configuration Single replicat parameter file for all tables Single Replicat, no need to or THREAD or other splitting 17 17

18 Integrated Replicat Architecture Diagram Oracle Database Replicat Lightweight Streaming API Inbound Server Receiver Preparer Coordinator Applier 1 Applier N Replicat Reads the trail file Constructs logical change records (LCRs) Transmits LCRs to Oracle Database via the Lightweight Streaming API Inbound Server (Database Apply Process) Receiver: Reads LCRs Preparer: Computes the dependencies between the transactions (primary key, unique indexes, foreign key), grouping transactions and sorting in dependency order. Coordinator: Coordinates transactions, maintains the order between applier processes. Applier: Performs changes for assigned transactions, including conflict detection and error handling. 18

19 Integrated Replicat - Dependency Aware Apply Source Database Supplemental Logging Supplemental logging of scheduling columns (PK, UI, FK) needed for dependency aware apply processing at target New default of ADD TRANDATA is to log all unique indexes and foreign key columns. If Primary Key, Unique Index, Foreign Key columns are same at both source and target, ADD TRANDATA provides requisite information. If target has different scheduling columns, then ADD TRANDATA [table] COLS format should be used to identify any additional columns For old behavior specify NOSCHEDULINGCOLS option to only log primary key ADD TRANDATA [table], NOSCHEDULINGCOLS ADD SCHEMATRANDATA [schema], NOSCHEDULINGCOLS Scheduling columns must be present in trail file Extract parameter LOGALLSUPCOLS Includes any supplementally logged column in trail file Automatically enables GETUPDATEBEFORES and NOCOMPRESSDELETES 19 19

20 Converting to Integrated Replicat Convert to integrated mode from existing nonintegrated replicat GGSCI> STOP REPLICAT repdb GGSCI> ALTER REPLICAT repdb, INTEGRATED Updates checkpoint file to indicate INTEGRATED DB checkpoint table is not maintained when using integrated replicat Consolidate the parameter files into a single file Start replicat with proper parameter file GGSCI> START REPLICAT repdb Registers replicat repdb1 database Starts and attaches to inbound server INFO REPLICAT repdb will show INTEGRATED in output 20 20

21 Coordinated Replicat Applicable to all databases Full barrier coordination across events requiring ordering DDL (Oracle only) Primary Key Update EMI SQLEXEC Ease of Use Simplify parameter file manageability (fewer param files) Simplify error recovery 21

22 Unified Parameter File (THREAD) MAP sales.acct1, TARGET sales.acct1; MAP sales.acct2, TARGET sales.acct2; MAP sales.acct1, TARGET sales.acct1, THREAD(1); MAP sales.acct2, TARGET sales.acct2, THREAD(2); MAP sales.acct,3 TARGET sales.acct3, THREAD(3); MAP sales.acct3, TARGET sales.acct3; 22

23 Unified Parameter File (THREADRANGE) MAP sales.acct, TARGET sales.acct, FILTER (1, 3, ID)); MAP sales.acct, TARGET sales.acct, FILTER (2, 3, ID)); MAP sales.acct, TARGET sales.acct, THREADRANGE(1-3, ID)); MAP sales.acct, TARGET sales.acct, FILTER (3, 3, ID)); 23

24 Key Concepts Coordinated vs. Integrated Replicat Coordinated Replicat Integrated Replicat User Specified Partitioning Automatic Scheduling Split transaction Semantics All databases Continues to employ SQL generation and execution outside the database. Does not split transactions Oracle specific with version requirements Apply is in the database server. Tight integration with Oracle database

25 Integrated Extract Overview Integrated Extract was introduced in Oracle GoldenGate 11.2 Oracle GoldenGate enhances the feature. With Oracle GoldenGate By default, all newly created extracts will be integrated extract Upgrading from old IE you can use TRANLOGOPTION _LCRCAPTUREPROTOCOL V2 _LCRCAPTUREPROTOCOL V2 provides better performance by Streamlined for improved performance (V2 as fast or faster than Classic Extract) Drastic improvement in LOB performance Reduced overhead on database Available when the mining server is BP 14 and higher or Oracle 12c 25 25

26 Integrated Extract DDL Trigger Removal Requirements: Database must be running Oracle Database 12c ( ), and later versions. DDL Trigger Removal is required for CDB. Behavior Integrated Extract running against Oracle Database 12c or will automatically run in this mode No need to run DDL setup scripts DDL trigger can remain enabled Integrated Extract running against Oracle Database 11g Release will get metadata gathered from DDL trigger Classic Extract will continue to require existence of DDL trigger 26

27 Integrated Extract and Replicat Review Oracle Database Only Support Integrated Extract Oracle GoldenGate : the source database can be 11.1 or 11.2 or above.... the MINING database has to be version newer than the source database, but must be BP 6 or higher. Same as OGG If the source database is Oracle DB 12.1, then OGG must be used. For Oracle Database 12c with CDB setup, integrated extract is required. Integrated Replicat Target database has to be Oracle Database and The source database (Extract) can be other databases but have to include required supplemental logging information for dependency calculation. Oracle GoldenGate and versions or non Oracle source databases, use 2 parameters: GETUPDATEBEFORES and NOCOMPRESSDELETES, these are required. For Oracle GoldenGate use LOGALLSUPCOLS and UPDATERECORDFORMAT COMPACT. This works for classic and integrated extract only. 27

28 Oracle GoldenGate 12c Database Support Oracle Database Oracle Database 12c Multitenant Container Database (CDB) More Datatypes: Large VARCHAR2 Other Databases MySQL 5.6 & NDB 7.x Clusters Sybase 15.7 DB2/LUW

29 Join the Data Integration Community Twitter or Facebook twitter.com/orclgoldengate facebook.com/oracledataintegration LinkedIn Oracle Data Integration Oracle GoldenGate YouTube channel youtube.com/oraclegoldengate MOS Knowledgebase Oracle Technology Network Oracle s Data Integration blog blogs.oracle.com/dataintegration OTN: GoldenGate ware/goldengate/overview/index.html Oracle Learning Library =44785:1:0::NO Oracle Technology Network Oracle s Public Help Forum spa?forumid=860&start=0 Oracle.com/goto/dataintegration 29

30 30

SOUG-SIG Data Replication With Oracle GoldenGate Looking Behind The Scenes Robert Bialek Principal Consultant Partner

SOUG-SIG Data Replication With Oracle GoldenGate Looking Behind The Scenes Robert Bialek Principal Consultant Partner SOUG-SIG Data Replication With Oracle GoldenGate Looking Behind The Scenes Robert Bialek Principal Consultant Partner BASEL BERN BRUGG DÜSSELDORF FRANKFURT A.M. FREIBURG I.BR. GENEVA HAMBURG COPENHAGEN

More information

Oracle GoldenGate 12c Release 1 New Features Overview O R A C L E W H I T E P A P E R N O V E M B E R 2 0 1 4

Oracle GoldenGate 12c Release 1 New Features Overview O R A C L E W H I T E P A P E R N O V E M B E R 2 0 1 4 Oracle GoldenGate 12c Release 1 New Features Overview O R A C L E W H I T E P A P E R N O V E M B E R 2 0 1 4 Table of Contents Executive Overview 1 Introduction 2 Optimizations for Oracle Database 12c

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

Informatica Data Replication 9.1.1 FAQs

Informatica Data Replication 9.1.1 FAQs Informatica Data Replication 9.1.1 FAQs 2012 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - Implement Streams Release 2. 5 Jours [35 Heures]

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - Implement Streams Release 2. 5 Jours [35 Heures] Objectif Perform basic troubleshooting of a Streams environment Alter the Streams environment to add, modify and drop new sites or objects Configure conflict handling for data replication Transform the

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

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

Oracle Recovery Manager

Oracle Recovery Manager 1 sur 6 05/08/2014 14:17 ORACLE.COM TECHNOLOGY NETWORK PARTNERS STORE SUPPORT (Sign In / Register for a free DownloadsDocumentation Discussion Forums Articles Sample Code Training RSS Resources For PRODUCT

More information

Data Integration Overview

Data Integration Overview Data Integration Overview Phill Rizzo Regional Manager, Data Integration Solutions [email protected] Oracle Products for Data Movement Comparing How They Work Oracle Data

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

How to Migrate your Database to Oracle Exadata. Noam Cohen, Oracle DB Consultant, E&M Computing

How to Migrate your Database to Oracle Exadata. Noam Cohen, Oracle DB Consultant, E&M Computing How to Migrate your Database to Oracle Exadata Noam Cohen, Oracle DB Consultant, E&M Computing Who am I Working with Oracle Since 2000 Versions 8.0 11g Consulting on all areas from Infrastructure to Application

More information

Expert Oracle Exadata

Expert Oracle Exadata Expert Oracle Exadata Kerry Osborne Randy Johnson Tanel Poder Apress Contents J m About the Authors About the Technical Reviewer a Acknowledgments Introduction xvi xvii xviii xix Chapter 1: What Is Exadata?

More information

Oracle Database 12c: New Features for Administrators

Oracle Database 12c: New Features for Administrators Oracle University Contact Us: 67 52 67 24 Oracle Database 12c: New Features for Administrators Duration: 5 Days What you will learn In the Oracle Database 12c: New Features for Administrators course, you

More information

FIFTH EDITION. Oracle Essentials. Rick Greenwald, Robert Stackowiak, and. Jonathan Stern O'REILLY" Tokyo. Koln Sebastopol. Cambridge Farnham.

FIFTH EDITION. Oracle Essentials. Rick Greenwald, Robert Stackowiak, and. Jonathan Stern O'REILLY Tokyo. Koln Sebastopol. Cambridge Farnham. FIFTH EDITION Oracle Essentials Rick Greenwald, Robert Stackowiak, and Jonathan Stern O'REILLY" Beijing Cambridge Farnham Koln Sebastopol Tokyo _ Table of Contents Preface xiii 1. Introducing Oracle 1

More information

Sybase Replication Server 15.6 Real Time Loading into Sybase IQ

Sybase Replication Server 15.6 Real Time Loading into Sybase IQ Sybase Replication Server 15.6 Real Time Loading into Sybase IQ Technical White Paper Contents Executive Summary... 4 Historical Overview... 4 Real Time Loading- Staging with High Speed Data Load... 5

More information

<Insert Picture Here>

<Insert Picture Here> 1 Database Technologies for Archiving Kevin Jernigan, Senior Director Product Management Advanced Compression, EHCC, DBFS, SecureFiles, ILM, Database Smart Flash Cache, Total Recall,

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

The Future of PostgreSQL High Availability Robert Hodges - Continuent, Inc. Simon Riggs - 2ndQuadrant

The Future of PostgreSQL High Availability Robert Hodges - Continuent, Inc. Simon Riggs - 2ndQuadrant The Future of PostgreSQL High Availability Robert Hodges - Continuent, Inc. Simon Riggs - 2ndQuadrant Agenda / Introductions / Framing the High Availability (HA) Problem / Hot Standby + Log Streaming /

More information

Oracle Data Integrator for Big Data. Alex Kotopoulis Senior Principal Product Manager

Oracle Data Integrator for Big Data. Alex Kotopoulis Senior Principal Product Manager Oracle Data Integrator for Big Data Alex Kotopoulis Senior Principal Product Manager Hands on Lab - Oracle Data Integrator for Big Data Abstract: This lab will highlight to Developers, DBAs and Architects

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

DOAG 2015 Database Data Replication With Oracle GoldenGate Robert Bialek Principal Consultant Partner

DOAG 2015 Database Data Replication With Oracle GoldenGate Robert Bialek Principal Consultant Partner DOAG 2015 Database Data Replication With Oracle GoldenGate Robert Bialek Principal Consultant Partner BASEL BERN BRUGG DÜSSELDORF FRANKFURT A.M. FREIBURG I.BR. GENEVA HAMBURG COPENHAGEN LAUSANNE MUNICH

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

Oracle Database In-Memory The Next Big Thing

Oracle Database In-Memory The Next Big Thing Oracle Database In-Memory The Next Big Thing Maria Colgan Master Product Manager #DBIM12c Why is Oracle do this Oracle Database In-Memory Goals Real Time Analytics Accelerate Mixed Workload OLTP No Changes

More information

Postgres Plus xdb Replication Server with Multi-Master User s Guide

Postgres Plus xdb Replication Server with Multi-Master User s Guide Postgres Plus xdb Replication Server with Multi-Master User s Guide Postgres Plus xdb Replication Server with Multi-Master build 57 August 22, 2012 , Version 5.0 by EnterpriseDB Corporation Copyright 2012

More information

www.peoug.org 1-2 www.peoug.org

www.peoug.org 1-2 www.peoug.org Implementando Oracle Streams Una solución moderna de replicación de datos Miguel Palacios ([email protected]) PEOUG Day - 18 de Noviembre 2009 www.peoug.org 1-2 www.peoug.org Mi Perfil: Miguel

More information

<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

<Insert Picture Here> Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region

<Insert Picture Here> Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region 1977 Oracle Database 30 Years of Sustained Innovation Database Vault Transparent Data Encryption

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

Oracle GoldenGate on Disaster Recovery

Oracle GoldenGate on Disaster Recovery Oracle on Disaster Recovery Infrastructure at your Service. Oracle on Disaster Recovery Infrastructure at your Service. About Me Hervé Schweitzer Chief Technology Officer Principal Consultant Mobile +41

More information

Oracle vs. SQL Server. Simon Pane & Steve Recsky First4 Database Partners Inc. September 20, 2012

Oracle vs. SQL Server. Simon Pane & Steve Recsky First4 Database Partners Inc. September 20, 2012 Oracle vs. SQL Server Simon Pane & Steve Recsky First4 Database Partners Inc. September 20, 2012 Agenda Discussions on the various advantages and disadvantages of one platform vs. the other For each topic,

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

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

SQL Server 2008 Designing, Optimizing, and Maintaining a Database Session 1

SQL Server 2008 Designing, Optimizing, and Maintaining a Database Session 1 SQL Server 2008 Designing, Optimizing, and Maintaining a Database Course The SQL Server 2008 Designing, Optimizing, and Maintaining a Database course will help you prepare for 70-450 exam from Microsoft.

More information

Oracle Database 10g: New Features for Administrators

Oracle Database 10g: New Features for Administrators Oracle Database 10g: New Features for Administrators Course ON10G 5 Day(s) 30:00 Hours Introduction This course introduces students to the new features in Oracle Database 10g Release 2 - the database for

More information

ORACLE DATABASE 12C: NEW FEATURES FOR ADMINISTRATORS GRADE CURRICULAR. Enterprise Manager Express home page versus Enterprise Manager Database Control

ORACLE DATABASE 12C: NEW FEATURES FOR ADMINISTRATORS GRADE CURRICULAR. Enterprise Manager Express home page versus Enterprise Manager Database Control FACULDADE DE EDUCAÇÃO SUPERIOR DO PARANÁ CURSO DE EXTENSÃO UNIVERSITÁRIA ORACLE DATABASE 12C: NEW FEATURES FOR ADMINISTRATORS GRADE CURRICULAR Enterprise Manager and Other Tools Enterprise Manager (EM)

More information

Oracle SQL Developer Migration. An Oracle White Paper September 2008

Oracle SQL Developer Migration. An Oracle White Paper September 2008 Oracle SQL Developer Migration An Oracle White Paper September 2008 Oracle SQL Developer Migration Overview... 3 Introduction... 3 Supported Databases... 4 Architecture... 4 Migration... 4 Standard Migrate...

More information

Oracle Database 10g: Backup and Recovery 1-2

Oracle Database 10g: Backup and Recovery 1-2 Oracle Database 10g: Backup and Recovery 1-2 Oracle Database 10g: Backup and Recovery 1-3 What Is Backup and Recovery? The phrase backup and recovery refers to the strategies and techniques that are employed

More information

Why Standardize on Oracle Database 11g Next Generation Database Management. Thomas Kyte http://asktom.oracle.com

Why Standardize on Oracle Database 11g Next Generation Database Management. Thomas Kyte http://asktom.oracle.com Why Standardize on Oracle Database 11g Next Generation Database Management Thomas Kyte http://asktom.oracle.com Top Challenges Performance Management Change Management Ongoing Administration Storage Backup

More information

Comparing Microsoft SQL Server 2005 Replication and DataXtend Remote Edition for Mobile and Distributed Applications

Comparing Microsoft SQL Server 2005 Replication and DataXtend Remote Edition for Mobile and Distributed Applications Comparing Microsoft SQL Server 2005 Replication and DataXtend Remote Edition for Mobile and Distributed Applications White Paper Table of Contents Overview...3 Replication Types Supported...3 Set-up &

More information

Safe Harbor Statement

Safe Harbor Statement Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment

More information

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

<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

Oracle Architecture, Concepts & Facilities

Oracle Architecture, Concepts & Facilities COURSE CODE: COURSE TITLE: CURRENCY: AUDIENCE: ORAACF Oracle Architecture, Concepts & Facilities 10g & 11g Database administrators, system administrators and developers PREREQUISITES: At least 1 year of

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

Migrating Non-Oracle Databases and their Applications to Oracle Database 12c O R A C L E W H I T E P A P E R D E C E M B E R 2 0 1 4

Migrating Non-Oracle Databases and their Applications to Oracle Database 12c O R A C L E W H I T E P A P E R D E C E M B E R 2 0 1 4 Migrating Non-Oracle Databases and their Applications to Oracle Database 12c O R A C L E W H I T E P A P E R D E C E M B E R 2 0 1 4 1. Introduction Oracle provides products that reduce the time, risk,

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

Linas Virbalas Continuent, Inc.

Linas Virbalas Continuent, Inc. Linas Virbalas Continuent, Inc. Heterogeneous Replication Replication between different types of DBMS / Introductions / What is Tungsten (the whole stack)? / A Word About MySQL Replication / Tungsten Replicator:

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

Using MySQL for Big Data Advantage Integrate for Insight Sastry Vedantam [email protected]

Using MySQL for Big Data Advantage Integrate for Insight Sastry Vedantam sastry.vedantam@oracle.com Using MySQL for Big Data Advantage Integrate for Insight Sastry Vedantam [email protected] Agenda The rise of Big Data & Hadoop MySQL in the Big Data Lifecycle MySQL Solutions for Big Data Q&A

More information

news from Tom Bacon about Monday's lecture

news from Tom Bacon about Monday's lecture ECRIC news from Tom Bacon about Monday's lecture I won't be at the lecture on Monday due to the work swamp. The plan is still to try and get into the data centre in two weeks time and do the next migration,

More information

Maximize Availability With Oracle Database 12c

Maximize Availability With Oracle Database 12c Maximize Availability With Oracle Database 12c Darl Kuhn DBA [email protected] 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. HA? 2 Copyright 2013, Oracle and/or its affiliates.

More information

GoldenGate and ODI - A Perfect Match for Real-Time Data Warehousing

GoldenGate and ODI - A Perfect Match for Real-Time Data Warehousing GoldenGate and ODI - A Perfect Match for Real-Time Data Warehousing Michael Rainey, Principal Consultant, Rittman Mead RMOUG Training Days, February 2013 About me... Michael Rainey, Principal Consultant,

More information

Oracle GoldenGate. Tutorial for Oracle to Oracle Version 11.2. July 2013

Oracle GoldenGate. Tutorial for Oracle to Oracle Version 11.2. July 2013 Oracle GoldenGate Tutorial for Oracle to Oracle Version 11.2 July 2013 Contents Oracle to Oracle Replication... 4 Prerequisites... 4 Overview of Tutorial Tasks... 5 Notes on Command Syntax... 5 Prepare

More information

New Features in MySQL 5.0, 5.1, and Beyond

New Features in MySQL 5.0, 5.1, and Beyond New Features in MySQL 5.0, 5.1, and Beyond Jim Winstead [email protected] Southern California Linux Expo February 2006 MySQL AB 5.0: GA on 19 October 2005 Expanded SQL standard support: Stored procedures

More information

Oracle 11g Database Administration

Oracle 11g Database Administration Oracle 11g Database Administration Part 1: Oracle 11g Administration Workshop I A. Exploring the Oracle Database Architecture 1. Oracle Database Architecture Overview 2. Interacting with an Oracle Database

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

StreamServe Persuasion SP5 Oracle Database

StreamServe Persuasion SP5 Oracle Database StreamServe Persuasion SP5 Oracle Database Database Guidelines Rev A StreamServe Persuasion SP5 Oracle Database Database Guidelines Rev A 2001-2011 STREAMSERVE, INC. ALL RIGHTS RESERVED United States patent

More information

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

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

More information

ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE WEBLOGIC SERVER STANDARD EDITION

ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE WEBLOGIC SERVER STANDARD EDITION KEY FEATURES AND BENEFITS STANDARD EDITION Java EE 7 full platform support Java SE 8 certification, support Choice of IDEs, development tools and frameworks Oracle Cloud compatibility Industry-leading

More information

SQL Databases Course. by Applied Technology Research Center. This course provides training for MySQL, Oracle, SQL Server and PostgreSQL databases.

SQL Databases Course. by Applied Technology Research Center. This course provides training for MySQL, Oracle, SQL Server and PostgreSQL databases. SQL Databases Course by Applied Technology Research Center. 23 September 2015 This course provides training for MySQL, Oracle, SQL Server and PostgreSQL databases. Oracle Topics This Oracle Database: SQL

More information

Streams Intervention. s Eva Dafonte Pérez. CERN IT Department CH-1211 Genève 23 Switzerland www.cern.ch/it

Streams Intervention. s Eva Dafonte Pérez. CERN IT Department CH-1211 Genève 23 Switzerland www.cern.ch/it Streams Intervention Responsibilities s Eva Dafonte Pérez Initial Setup Target database preparation - Tier1 Streams initialization parameters Listener configuration Streams administrator user creation

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

BlackBerry Enterprise Server Version: 5.0. Upgrade Planning Guide

BlackBerry Enterprise Server Version: 5.0. Upgrade Planning Guide BlackBerry Enterprise Server Version: 5.0 Upgrade Planning Guide SWDT577232-577232-0327090551-001 Contents 1 Overview: BlackBerry Enterprise Server... 3 2 Upgrading a BlackBerry Enterprise Server environment...

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

Securing Data in Oracle Database 12c

Securing Data in Oracle Database 12c Securing Data in Oracle Database 12c Thomas Kyte http://asktom.oracle.com/ Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes

More information

Applying traditional DBA skills to Oracle Exadata. Marc Fielding March 2013

Applying traditional DBA skills to Oracle Exadata. Marc Fielding March 2013 Applying traditional DBA skills to Oracle Exadata Marc Fielding March 2013 About Me Senior Consultant with Pythian s Advanced Technology Group 12+ years Oracle production systems experience starting with

More information

Oracle 1Z0-528 Exam Questions & Answers

Oracle 1Z0-528 Exam Questions & Answers Oracle 1Z0-528 Exam Questions & Answers Number: 1Z0-528 Passing Score: 660 Time Limit: 120 min File Version: 21.1 http://www.gratisexam.com/ Oracle 1Z0-528 Exam Questions & Answers Exam Name: Oracle Database

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

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 [email protected] Manager, HA Solutions & Backup

More information

Top 10 Reasons why MySQL Experts Switch to SchoonerSQL - Solving the common problems users face with MySQL

Top 10 Reasons why MySQL Experts Switch to SchoonerSQL - Solving the common problems users face with MySQL SCHOONER WHITE PAPER Top 10 Reasons why MySQL Experts Switch to SchoonerSQL - Solving the common problems users face with MySQL About Schooner Information Technology Schooner Information Technology provides

More information

Oracle Database - Engineered for Innovation. Sedat Zencirci Teknoloji Satış Danışmanlığı Direktörü Türkiye ve Orta Asya

Oracle Database - Engineered for Innovation. Sedat Zencirci Teknoloji Satış Danışmanlığı Direktörü Türkiye ve Orta Asya Oracle Database - Engineered for Innovation Sedat Zencirci Teknoloji Satış Danışmanlığı Direktörü Türkiye ve Orta Asya Oracle Database 11g Release 2 Shipping since September 2009 11.2.0.3 Patch Set now

More information

CA Workload Automation Agent for Databases

CA Workload Automation Agent for Databases CA Workload Automation Agent for Databases Implementation Guide r11.3.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the

More information

Oracle Database 10g: Administration Workshop II Release 2

Oracle Database 10g: Administration Workshop II Release 2 ORACLE UNIVERSITY CONTACT US: 00 9714 390 9000 Oracle Database 10g: Administration Workshop II Release 2 Duration: 5 Days What you will learn This course advances your success as an Oracle professional

More information

Real Application Testing. Fred Louis Oracle Enterprise Architect

Real Application Testing. Fred Louis Oracle Enterprise Architect Real Application Testing Fred Louis Oracle Enterprise Architect The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

How to Implement Multi-way Active/Active Replication SIMPLY

How to Implement Multi-way Active/Active Replication SIMPLY How to Implement Multi-way Active/Active Replication SIMPLY The easiest way to ensure data is always up to date in a 24x7 environment is to use a single global database. This approach works well if your

More information

Dbvisit Replicate. Dbvisit Replicate Overview

Dbvisit Replicate. Dbvisit Replicate Overview Dbvisit Replicate Dbvisit Replicate Overview Agenda! The Problem! The Replication Solution! Dbvisit Replicate! Benefits! Pricing! Q&A and Open Discussion Dbvisit Replicate Overview 2 The Problem! Users

More information

<Insert Picture Here> Managing Storage in Private Clouds with Oracle Cloud File System OOW 2011 presentation

<Insert Picture Here> Managing Storage in Private Clouds with Oracle Cloud File System OOW 2011 presentation Managing Storage in Private Clouds with Oracle Cloud File System OOW 2011 presentation What We ll Cover Today Managing data growth Private Cloud definitions Oracle Cloud Storage architecture

More information

Oracle. Brief Course Content This course can be done in modular form as per the detail below. ORA-1 Oracle Database 10g: SQL 4 Weeks 4000/-

Oracle. Brief Course Content This course can be done in modular form as per the detail below. ORA-1 Oracle Database 10g: SQL 4 Weeks 4000/- Oracle Objective: Oracle has many advantages and features that makes it popular and thereby makes it as the world's largest enterprise software company. Oracle is used for almost all large application

More information

DEPLOYMENT GUIDE Version 1.1. Configuring BIG-IP WOM with Oracle Database Data Guard, GoldenGate, Streams, and Recovery Manager

DEPLOYMENT GUIDE Version 1.1. Configuring BIG-IP WOM with Oracle Database Data Guard, GoldenGate, Streams, and Recovery Manager DEPLOYMENT GUIDE Version 1.1 Configuring BIG-IP WOM with Oracle Database Data Guard, GoldenGate, Streams, and Recovery Manager Table of Contents Table of Contents Configuring BIG-IP WOM with Oracle Database

More information

DbvisitConnect. Partner Enablement Guide. For Dbvisit Software Partners

DbvisitConnect. Partner Enablement Guide. For Dbvisit Software Partners DbvisitConnect Partner Enablement Guide For Dbvisit Software Partners Table of Contents DbvisitConnect... 3 Product Connect... 3 Dbvisit Standby... 3 License Connect... 5 Tech Connect... 5 Downloading

More information

RDS Migration Tool Customer FAQ Updated 7/23/2015

RDS Migration Tool Customer FAQ Updated 7/23/2015 RDS Migration Tool Customer FAQ Updated 7/23/2015 Amazon Web Services is now offering the Amazon RDS Migration Tool a powerful utility for migrating data with minimal downtime from on-premise and EC2-based

More information

CROSS PLATFORM AUTOMATIC FILE REPLICATION AND SERVER TO SERVER FILE SYNCHRONIZATION

CROSS PLATFORM AUTOMATIC FILE REPLICATION AND SERVER TO SERVER FILE SYNCHRONIZATION 1 E N D U R A D A T A EDpCloud: A File Synchronization, Data Replication and Wide Area Data Distribution Solution CROSS PLATFORM AUTOMATIC FILE REPLICATION AND SERVER TO SERVER FILE SYNCHRONIZATION 2 Resilient

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 SQL Developer Migration

Oracle SQL Developer Migration An Oracle White Paper May 2010 Oracle SQL Developer Migration Overview... 3 Introduction... 3 Oracle SQL Developer: Architecture and Supported Platforms... 3 Supported Platforms... 4 Supported Databases...

More information

Ultimate Guide to Oracle Storage

Ultimate Guide to Oracle Storage Ultimate Guide to Oracle Storage Presented by George Trujillo [email protected] George Trujillo Twenty two years IT experience with 19 years Oracle experience. Advanced database solutions such

More information

<Insert Picture Here> Oracle Cloud Storage. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska

<Insert Picture Here> Oracle Cloud Storage. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska Oracle Cloud Storage Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska Oracle Cloud Storage Automatic Storage Management (ASM) Oracle Cloud File System ASM Dynamic

More information

ORACLE DATABASE 10G ENTERPRISE EDITION

ORACLE DATABASE 10G ENTERPRISE EDITION ORACLE DATABASE 10G ENTERPRISE EDITION OVERVIEW Oracle Database 10g Enterprise Edition is ideal for enterprises that ENTERPRISE EDITION For enterprises of any size For databases up to 8 Exabytes in size.

More information

Automatic Data Optimization

Automatic Data Optimization Automatic Data Optimization Saving Space and Improving Performance! Erik Benner, Enterprise Architect 1 Who am I? Erik Benner @erik_benner TalesFromTheDatacenter.com Enterprise Architect [email protected]

More information

Oracle Database 11g: RAC Administration Release 2

Oracle Database 11g: RAC Administration Release 2 Oracle University Contact Us: 01-800-919-3027 & 01-800-913-0322 Oracle Database 11g: RAC Administration Release 2 Duration: 4 Days What you will learn This Oracle Database 11g: RAC Administration Release

More information

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Oracle Database Security Advanced Security Option Thanos Terentes Printzios DB & Options Specialist A&C Technology Adoption Office Oracle Partner Business Development, ECEMEA 2 What is a customers INFORMATION

More information

AV-004: Administering and Programming with ORACLE

AV-004: Administering and Programming with ORACLE AV-004: Administering and Programming with ORACLE Oracle 11g Duration: 140 hours Introduction: An Oracle database is a collection of data treated as a unit. The purpose of a database is to store and retrieve

More information

Protecting Microsoft SQL Server with Asigra Cloud Backup

Protecting Microsoft SQL Server with Asigra Cloud Backup Technical Note Protecting Microsoft SQL Server with Asigra Cloud Backup Table of Contents Introduction 3 Overview - Asigra Cloud Backup Software Platform 3 Microsoft SQL Server Backup Set in Asigra DS-Client

More information

The safer, easier way to help you pass any IT exams. Exam : 1Z0-067. Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP.

The safer, easier way to help you pass any IT exams. Exam : 1Z0-067. Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP. http://www.51- pass.com Exam : 1Z0-067 Title : Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP Version : DEMO 1 / 7 1.Which two statements are true about scheduling operations in a pluggable database

More information

Expert Oracle Exadata

Expert Oracle Exadata Expert Oracle Exadata Second Edition Martin Bach Karl Arao Andy Colvin Frits Hoogland Kerry Osborne Randy Johnson Tanel Poder (ioug)* A IndafMndentoracle u*cn group Apress Contents J About the Authors

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

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

Evolution of Database Replication Technologies for WLCG

Evolution of Database Replication Technologies for WLCG Home Search Collections Journals About Contact us My IOPscience Evolution of Database Replication Technologies for WLCG This content has been downloaded from IOPscience. Please scroll down to see the full

More information

Oracle Database: SQL and PL/SQL Fundamentals NEW

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

More information

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

Copyright 2014 Oracle and/or its affiliates. All rights reserved. Copyright 2014 Oracle and/or its affiliates. All rights reserved. Oracle Data Masking and Subsetting Oracle Advanced Security Best Practices for Database Encryption and Redaction Todd Bottger Sr. Principal

More information