SlideShare a Scribd company logo
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Michael Rainey | Rittman Mead | KScope15
2
GoldenGate and Oracle Data Integrator 

A Perfect Match: Upgrade to 12c
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Introduction
• Michael Rainey

- Principal Consultant

- Oracle Data Integration expert

‣ GoldenGate and Oracle Data Integrator
- Blogger, instructor, speaker

- Oracle ACE
3
@mRainey
info@rittmanmead.com www.rittmanmead.com @rittmanmead
About Rittman Mead
• Oracle Gold partner

- World leading specialist partner for technical excellence, solutions delivery
and innovation in Oracle BI

- Provide consulting, training, managed services for customers worldwide

• 100+ consultants including 1 Oracle ACE Director and 3 Oracle ACEs

- All experts in Oracle BI, DW, EPM and Analytics tech

- Skills in broad range of supporting Oracle tools: OBIEE, OBIA, ODIEE,
Essbase, Oracle OLAP, GoldenGate, Exadata, Endeca

• Blog: www.rittmanmead.com/blog	 Twitter: @rittmanmead
4
info@rittmanmead.com www.rittmanmead.com @rittmanmead 5
Visual Redesign Business User Training
Ongoing SupportEngagement Toolkit
Average user adoption for BI
platforms is below 25%
Rittman Mead’s User Engagement Service can help
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Today’s Topic
• Upgrade Oracle Data Integrator 11g and Oracle
GoldenGate 11g to 12c

- Overview of ODI & GoldenGate

- What are the steps for upgrade of each product

- How to cleanup after the conversion to 12c

- What to watch out for when using ODI & GoldenGate
together
6
info@rittmanmead.com www.rittmanmead.com @rittmanmead
GoldenGate - Data Replication
• High-performance data replication

- Heterogeneous sources and targets

- Minimal impact on source and target systems

- JMS integration

- Conflict detection and resolution

- Password and data encryption for enhanced security

• Enhance decision-making with real-time data
7
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Oracle GoldenGate
8
info@rittmanmead.com www.rittmanmead.com @rittmanmead
• Integrated Apply

• Big Data integration

- GoldenGate Adapters - load HDFS, Flume, etc

• Capture from and deliver to Oracle Exadata Storage Server 

• Support for multi-tenant databases - Oracle 12c

• Enhanced performance

- coordinated mode
What’s new in GoldenGate 12c?
9
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Oracle Data Integrator Concepts
• ODI is a complete and unified data integration solution

- Supports batch-based, real-time and service-based integration

• “Design Once, Run Anywhere”

- Provides reusability, flexibility and extensibility using Knowledge 

Modules (KM)

- Separates the logical from the physical implementation

• Based in an ELT architecture to leverage target platform capabilities

- Higher performance

- Platform Independent

• Combines data movement, data synchronization, data transformation, data
quality, data management and data services
10
info@rittmanmead.com www.rittmanmead.com @rittmanmead
ELT vs ETL
11
info@rittmanmead.com www.rittmanmead.com @rittmanmead
ELT vs ETL
11
info@rittmanmead.com www.rittmanmead.com @rittmanmead
ELT vs ETL
12
• Reduce network transfer
• Reduce hardware costs
• Set-based operations
• Leverage target platform capabilities
• Referential Integrity Check
info@rittmanmead.com www.rittmanmead.com @rittmanmead
What’s new in ODI 12c?
• Flow-based Mappings

- Deployment specifications

- Component Knowledge Modules

• Debugger

• WebLogic Management Framework

• Improved performance

- Parallel target table load

- Session blueprints

• Enhanced KM and Procedure editors
13
info@rittmanmead.com www.rittmanmead.com @rittmanmead
GoldenGate and ODI - A Perfect Match
• JKM Oracle to Oracle Consistent (OGG) Knowledge Module

- Oracle Data Integrator Metadata used to generate GoldenGate parameter files 

(extract, pump, replicate) and

configuration files

- Delivered with ODI

• ODI CDC Framework generated

- Staging table - replicate of 

source

- J$ (journal) table - change rows

• Journalized data used in 

transformations (via JV$ views)
14
info@rittmanmead.com www.rittmanmead.com @rittmanmead
GoldenGate and ODI - A Perfect Match
• JKM Oracle to Oracle Consistent (OGG) Knowledge Module

- Oracle Data Integrator Metadata used to generate GoldenGate parameter files 

(extract, pump, replicate) and

configuration files

- Delivered with ODI

• ODI CDC Framework generated

- Staging table - replicate of 

source

- J$ (journal) table - change rows

• Journalized data used in 

transformations (via JV$ views)
14
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Oracle Data Integrator - Journalizing (CDC)
• Oracle Data Integrator Change Data Capture (CDC) delivered via Journalizing

- Identify, capture, and deliver changes made to source data

- Journalizing Knowledge Module (JKM) performs setup and 

creates infrastructure

• ODI CDC Framework

- Capture Process - mechanism for capturing changed data from the 

source database (Ex. Oracle GoldenGate)

- Journals - tables (J$) hold references to changed records and the 

change type (insert / update / delete)

- Journalizing Views - (JV$, JV$D) provides access to changed data, 

used by IKM / LKM in mappings

- Subscribers - used to allow consumption of changed data at different intervals, for multiple
applications, etc.
15
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrade to 12c - The Goal
• Minimize interruption to source and target systems

• Minimize downtime
16
info@rittmanmead.com www.rittmanmead.com @rittmanmead
GoldenGate Upgrade Considerations
• GoldenGate 12c is supported by the 64-bit OS only
(Oracle installations)

• Start with simple upgrade, then implement new
features (integrated replicat, integrated extract, etc)

• Parameter file updates

- Quoted object names - use the convprm tool

- Upgrade extract (or replicat) only

- Character-Set conversion can be handled
17
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrading GoldenGate 11g to 12c - convprm
• Run prior to performing the upgrade on a backup of the files

18
Usage: convprm [options] <list of file names>

	 -h, --help: displays usage.

	 -v, --version: displays version information.

	 -i, --follow-include: also converts files included through an OBEY or INCLUDE directive.

	 -n, --no-backup: does not create a copy of the original file.

	 -s, --silent: does not display status messages.

	 -q, --quotes: performs quote conversion (active by default).

	 -b, --before-function: converts from BEFORE.column syntax to @BEFORE(column) (active by default).

	 -d, --dry-run: does not change the input or create a backup file. It only prints out what would happen.
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrading GoldenGate 11g to 12c - convprm
•Start with the dry run
19
[oracle@ODIGettingStarted test]$ ./convprm -d ../sogg/dirprm/*
*** Conversion started for file ../sogg/dirprm/EXTC.prm.
extract EXTC
userid ggsrc, password oracle
exttrail /home/oracle/sogg/dirdat/EXToc/oc
TABLE SUGARCRM.ACCOUNTS;
TABLE SUGARCRM.ACCOUNTS_CONTACTS;
TABLE SUGARCRM.ACCOUNTS_OPPORTUNITIES;
TABLE SUGARCRM.MEETINGS_LEADS;
TABLE SUGARCRM.MEETINGS;
TABLE SUGARCRM.MEETINGS_CONTACTS;
--- Conversion complete for file ../sogg/dirprm/EXTC.prm.
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrading GoldenGate 11g to 12c - convprm
•Run the full parameter file conversion
20
[oracle@ODIGettingStarted togg]$ ./convprm ./dirprm/*
*** Conversion started for file ./dirprm/jagent.prm.
--- Conversion complete for file ./dirprm/jagent.prm.
*** Conversion started for file ./dirprm/mgr.prm.
--- Conversion complete for file ./dirprm/mgr.prm.
*** Conversion started for file ./dirprm/REPSA1.prm.
+ string literal to ANSI SQL quotes at 26,29; length = 8.
+ string literal to ANSI SQL quotes at 26,39; length = 11.
+ string literal to ANSI SQL quotes at 26,69; length = 8.
...
+ string literal to ANSI SQL quotes at 62,79; length = 9.
--- Conversion complete for file ./dirprm/REPSA1.prm.
*** 3 files have been converted.
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrading GoldenGate 11g to 12c - convprm
•Run the full parameter file conversion
20
[oracle@ODIGettingStarted togg]$ ./convprm ./dirprm/*
*** Conversion started for file ./dirprm/jagent.prm.
--- Conversion complete for file ./dirprm/jagent.prm.
*** Conversion started for file ./dirprm/mgr.prm.
--- Conversion complete for file ./dirprm/mgr.prm.
*** Conversion started for file ./dirprm/REPSA1.prm.
+ string literal to ANSI SQL quotes at 26,29; length = 8.
+ string literal to ANSI SQL quotes at 26,39; length = 11.
+ string literal to ANSI SQL quotes at 26,69; length = 8.
...
+ string literal to ANSI SQL quotes at 62,79; length = 9.
--- Conversion complete for file ./dirprm/REPSA1.prm.
*** 3 files have been converted.
[oracle@ODIGettingStarted dirprm]$ diff REPSA1.prm REPSA1.prm.bck
26c26
< WINDOW_ID = @STRCAT(@GETENV('RECORD', 'FILESEQNO'),
@STRNUM(@GETENV('RECORD', 'FILERBA'), RIGHTZERO, 10))
---
> WINDOW_ID = @STRCAT(@GETENV("RECORD", "FILESEQNO"),
@STRNUM(@GETENV("RECORD", "FILERBA"), RIGHTZERO, 10))
...
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrade GoldenGate 11g to 12c Steps
• Ensure all transactions have completed on source database and extract

- Source system outage is necessary only when SQL or DDL operations are
performed

• Record current SCN

• Stop all process groups and managers on source & target

• Install GoldenGate 12c

• Upgrade the supplemental logging on the source (ulg.sql)

• Set the extract, pump, and replicat to start at the recorded SCN

• Start the processes!
21
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrade GoldenGate 11g to 12c - Source Preparation
• Check for long-running transactions 

INFO EXTRACT group, SHOWCH
• If needed, restore archive logs to checkpoint…

• Or…”clear” them using FORCETRANS or SKIPTRANS or wait for completion

22
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrade GoldenGate 11g to 12c - Source Preparation
• Check for long-running transactions 

INFO EXTRACT group, SHOWCH
• If needed, restore archive logs to checkpoint…

• Or…”clear” them using FORCETRANS or SKIPTRANS or wait for completion

22
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrade GoldenGate 11g to 12c - Source Preparation
• Check for long-running transactions 

INFO EXTRACT group, SHOWCH
• If needed, restore archive logs to checkpoint…

• Or…”clear” them using FORCETRANS or SKIPTRANS or wait for completion

22
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrade GoldenGate 11g to 12c - Source Preparation
• Record the current SCN 

SQL> select current_scn from v$database;
• Check the extract to determine if it has
completed processing transactions

23
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrade GoldenGate 11g to 12c - Source Preparation
• If not upgrading the replicat, add: 

- exttrail /u01/sogg/dirdat/EXToc/oc, format release 11.2

• Stop the extract group(s)
24
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrade GoldenGate 11g to 12c - Target Preparation
• Ensure the replicat has completed processing all transactions, then stop the process

• Stop the source and target manager processes
25
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrade GoldenGate 11g to 12c - Installation
Install GoldenGate 12.1.2 into the current source and target directories
26
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrade GoldenGate 11g to 12c - Installation
Install GoldenGate 12.1.2 into the current source and target directories
26
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrade GoldenGate 11g to 12c - Installation
Install GoldenGate 12.1.2 into the current source and target directories
26
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrade GoldenGate 11g to 12c - Installation
Install GoldenGate 12.1.2 into the current source and target directories
26
info@rittmanmead.com www.rittmanmead.com @rittmanmead
• If the source or target is Oracle 11.2.0.4 or 12.1.0.2+, set the ENABLE_GOLDENGATE_REPLICATION
initialization parameter to TRUE 

• Run the ulg.sql (update log group) script on the source system to update the supplemental logging

- Supplemental log groups must have been created via Add Trandata 

Upgrade GoldenGate 11g to 12c - Update Logging
27
info@rittmanmead.com www.rittmanmead.com @rittmanmead
• If the source or target is Oracle 11.2.0.4 or 12.1.0.2+, set the ENABLE_GOLDENGATE_REPLICATION
initialization parameter to TRUE
• Run the
- Supplemental log groups must have been created via Add Trandata 

Upgrade GoldenGate 11g to 12c - Update Logging
27
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrade GoldenGate 11g to 12c - Finalize Upgrade
• Alter the extract (and pump) processes to write a new sequence number

• Issue the command info extract groupname, detail to get the new sequence number
28
GGSCI (ODIGettingStarted) 3> alter extract EXTC ETROLLOVER
2014-12-03 19:13:52 INFO OGG-01520 Rollover performed. For each affected output trail
of Version 10 or higher format, after starting the source extract, issue ALTER EXTSEQNO for
that trail's reader (either pump EXTRACT or REPLICAT) to move the reader's scan to the new
trail file; it will not happen automatically.
EXTRACT altered.
GGSCI (ODIGettingStarted) 4> alter extract REPSP ETROLLOVER
2014-12-03 19:14:07 INFO OGG-01520 Rollover performed. For each affected output trail
of Version 10 or higher format, after starting the source extract, issue ALTER EXTSEQNO for
that trail's reader (either pump EXTRACT or REPLICAT) to move the reader's scan to the new
trail file; it will not happen automatically.
EXTRACT altered.
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrade GoldenGate 11g to 12c - Finalize Upgrade
• Alter the extract (pump) and replicat processes to begin at the new sequence number

• Start the processes on source and target

29
GGSCI (ODIGettingStarted) 7> alter extract REPSP, extseqno 14, extrba 0
EXTRACT altered.
GGSCI (ODIGettingStarted) 1> alter replicat REPSA1, extseqno 14, extrba 0
REPLICAT altered.
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Oracle Data Integrator Upgrade Considerations
• Can be completed before or after GoldenGate upgrade

• Interfaces will be converted to Mappings using the 

DataSet component

- Further work necessary to fully utilize flow-based 

Mappings

• Agent upgrade 

- If possible, install new agent. (WLS must be upgraded to 12c anyway). 

- If not…follow upgrade procedure.

• Upgrade key - used to migrate additional objects later
30
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrade Oracle Data Integrator 11g to 12c Steps
• Backup environment and clone repositories

• Install ODI 12c

• Run RCU to add new supporting 12c schemas

• Run the Upgrade Assistant
31
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrade ODI 11g to 12c - Preparation
• Backup the existing environment and clone
the repositories for upgrade

- Ensure the table schema_version_registry has an
ODI entry (Support Doc ID 1622194.1)

- Set the work repository schema JDBC URL to the
cloned version

32
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrade ODI 11g to 12c - Installation
• Install ODI 12c

- Use JDK 1.7.xx

- Choose a new Oracle Home

33
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrade ODI 11g to 12c - Run RCU
• Run the RCU to create additional schemas necessary

- AS Common Schemas (Common Infrastructure Services)

34
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrade ODI 11g to 12c - Run RCU
• Run the RCU to create additional schemas necessary

- AS Common Schemas (Common Infrastructure Services)

34
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrade ODI 11g to 12c - Upgrade Assistant
• Stop all services (agents, close ODI Studio)

- [oracle@ODIGettingStarted bin]$ ./agentstop.sh -NAME=ODIAGENT

2014-12-04 19:25:56.075 NOTIFICATION OracleDI: Stopping Agent ODIAGENT…
• Run the Upgrade Assistant

- [oracle@ODIGettingStarted bin]$ pwd

/home/oracle/odi12c/oracle_common/upgrade/bin

[oracle@ODIGettingStarted bin]$ ./ua
35
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrade ODI 11g to 12c - Upgrade Assistant
36
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrade ODI 11g to 12c - Upgrade Assistant
36
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrade ODI 11g to 12c - Upgrade Assistant
36
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrade ODI 11g to 12c - Upgrade Assistant
36
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrade ODI 11g to 12c - Upgrade Assistant
36
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrade ODI 11g to 12c - Upgrade Assistant
36
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrade ODI 11g to 12c - Upgrade Assistant
36
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrade ODI 11g to 12c - Upgrade Assistant
36
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrade ODI 11g to 12c - Upgrade Assistant
36
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Upgrading ODI 11g to 12c - Post Upgrade Steps
37
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Review the Upgraded Mappings
38
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Reusable Mappings - Cleanup Required
• Temporary Interfaces are now Reusable Mappings

• 3 Mappings are generated: 1 Mapping & 2 Reusable
Mappings

• Cleanup required to remove the unused mappings
39
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Inline Views - What to Watch For
40
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Inline Views - What to Watch For
40
AND
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Convert to Flow
• Automatically convert the Dataset component to
flow based components within the Mapping

- Immediately benefit from the upgrade to 12c
41
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Convert to Flow
42
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Convert to Flow
42
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Convert to Flow
42
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Convert to Flow
42
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Convert to Flow? Groovy-tize it!
43
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Convert to Flow? Groovy-tize it!
44
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Convert to Flow? Groovy-tize it!
44
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Convert to Flow? Groovy-tize it!
44
info@rittmanmead.com www.rittmanmead.com @rittmanmead
ODI and GoldenGate Integration
• Journalizing is still enabled
and running

- Still using the 11g JKM

45
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Move to ODI 12c Journalizing Knowledge Module
• Import the JKM

• Configure and start
JAgent on source/target

• Setup the GoldenGate
Data Server/Physical
Schemas (Online)

• Change the JKM in the
Model and set the
Options
46
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Summary
• Upgrade both GoldenGate and ODI at the same time or individually

- Backup and clone environment

- Use tricks, such as “Convert to Flow”, to finalize migration to 12c

- Journalizing integration will still work after upgrade of ODI

• Minimize interruption of source and target

- Capture source SCN before upgrade and restart GoldenGate at
that point in the transaction logs

• Oracle documentation is good!
47
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Questions?
48
info@rittmanmead.com www.rittmanmead.com @rittmanmead
Questions?
• Blogs:

- www.rittmanmead.com/2014/05/goldengate-odi-perfect-match-12c-1

- www.rittmanmead.com/blog

- blogs.oracle.com/dataintegration/

• Contact:

- info@rittmanmead.com

- michael.rainey@rittmanmead.com

• Twitter

- @rittmanmead

- @mRainey
49
GoldenGate and Oracle Data Integrator - A Perfect Match- Upgrade to 12c

More Related Content

What's hot

Offload, Transform, and Present - the New World of Data Integration
Offload, Transform, and Present - the New World of Data IntegrationOffload, Transform, and Present - the New World of Data Integration
Offload, Transform, and Present - the New World of Data Integration
Michael Rainey
 
Understanding Oracle GoldenGate 12c
Understanding Oracle GoldenGate 12cUnderstanding Oracle GoldenGate 12c
Understanding Oracle GoldenGate 12c
IT Help Desk Inc
 
ODI12c as your Big Data Integration Hub
ODI12c as your Big Data Integration HubODI12c as your Big Data Integration Hub
ODI12c as your Big Data Integration Hub
Mark Rittman
 
Oracle GoldenGate
Oracle GoldenGate Oracle GoldenGate
Oracle GoldenGate
oracleonthebrain
 
OGH 2015 - Hadoop (Oracle BDA) and Oracle Technologies on BI Projects
OGH 2015 - Hadoop (Oracle BDA) and Oracle Technologies on BI ProjectsOGH 2015 - Hadoop (Oracle BDA) and Oracle Technologies on BI Projects
OGH 2015 - Hadoop (Oracle BDA) and Oracle Technologies on BI Projects
Mark Rittman
 
Enable GoldenGate Monitoring with OEM 12c/JAgent
Enable GoldenGate Monitoring with OEM 12c/JAgentEnable GoldenGate Monitoring with OEM 12c/JAgent
Enable GoldenGate Monitoring with OEM 12c/JAgent
Bobby Curtis
 
Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nube
 Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nube Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nube
Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nube
avanttic Consultoría Tecnológica
 
End to-end hadoop development using OBIEE, ODI, Oracle Big Data SQL and Oracl...
End to-end hadoop development using OBIEE, ODI, Oracle Big Data SQL and Oracl...End to-end hadoop development using OBIEE, ODI, Oracle Big Data SQL and Oracl...
End to-end hadoop development using OBIEE, ODI, Oracle Big Data SQL and Oracl...
Mark Rittman
 
Part 1 - Introduction to Hadoop and Big Data Technologies for Oracle BI & DW ...
Part 1 - Introduction to Hadoop and Big Data Technologies for Oracle BI & DW ...Part 1 - Introduction to Hadoop and Big Data Technologies for Oracle BI & DW ...
Part 1 - Introduction to Hadoop and Big Data Technologies for Oracle BI & DW ...
Mark Rittman
 
What is Big Data Discovery, and how it complements traditional business anal...
What is Big Data Discovery, and how it complements  traditional business anal...What is Big Data Discovery, and how it complements  traditional business anal...
What is Big Data Discovery, and how it complements traditional business anal...
Mark Rittman
 
Oracle GoldenGate Demo and Data Integration Concepts
Oracle GoldenGate Demo and Data Integration ConceptsOracle GoldenGate Demo and Data Integration Concepts
Oracle GoldenGate Demo and Data Integration Concepts
Fumiko Yamashita
 
BIWA2015 - Bringing Oracle Big Data SQL to OBIEE and ODI
BIWA2015 - Bringing Oracle Big Data SQL to OBIEE and ODIBIWA2015 - Bringing Oracle Big Data SQL to OBIEE and ODI
BIWA2015 - Bringing Oracle Big Data SQL to OBIEE and ODI
Mark Rittman
 
Deploying Full Oracle BI Platforms to Oracle Cloud - OOW2015
Deploying Full Oracle BI Platforms to Oracle Cloud - OOW2015Deploying Full Oracle BI Platforms to Oracle Cloud - OOW2015
Deploying Full Oracle BI Platforms to Oracle Cloud - OOW2015
Mark Rittman
 
Data Integration for Big Data (OOW 2016, Co-Presented With Oracle)
Data Integration for Big Data (OOW 2016, Co-Presented With Oracle)Data Integration for Big Data (OOW 2016, Co-Presented With Oracle)
Data Integration for Big Data (OOW 2016, Co-Presented With Oracle)
Rittman Analytics
 
Meetup Oracle Database MAD_BCN: 1.2 Oracle Database 18c (autonomous database)
Meetup Oracle Database MAD_BCN: 1.2 Oracle Database 18c (autonomous database)Meetup Oracle Database MAD_BCN: 1.2 Oracle Database 18c (autonomous database)
Meetup Oracle Database MAD_BCN: 1.2 Oracle Database 18c (autonomous database)
avanttic Consultoría Tecnológica
 
Oracle Exadata Cloud Services guide from practical experience - OOW19
Oracle Exadata Cloud Services guide from practical experience - OOW19Oracle Exadata Cloud Services guide from practical experience - OOW19
Oracle Exadata Cloud Services guide from practical experience - OOW19
Nelson Calero
 
A3 transforming data_management_in_the_cloud
A3 transforming data_management_in_the_cloudA3 transforming data_management_in_the_cloud
A3 transforming data_management_in_the_cloud
Dr. Wilfred Lin (Ph.D.)
 
Extreme Replication - Performance Tuning Oracle GoldenGate
Extreme Replication - Performance Tuning Oracle GoldenGateExtreme Replication - Performance Tuning Oracle GoldenGate
Extreme Replication - Performance Tuning Oracle GoldenGate
Bobby Curtis
 
Best Practices – Extreme Performance with Data Warehousing on Oracle Database
Best Practices – Extreme Performance with Data Warehousing on Oracle DatabaseBest Practices – Extreme Performance with Data Warehousing on Oracle Database
Best Practices – Extreme Performance with Data Warehousing on Oracle Database
Edgar Alejandro Villegas
 
MOUG17: Three Types of Table Compression
MOUG17: Three Types of Table CompressionMOUG17: Three Types of Table Compression
MOUG17: Three Types of Table Compression
Monica Li
 

What's hot (20)

Offload, Transform, and Present - the New World of Data Integration
Offload, Transform, and Present - the New World of Data IntegrationOffload, Transform, and Present - the New World of Data Integration
Offload, Transform, and Present - the New World of Data Integration
 
Understanding Oracle GoldenGate 12c
Understanding Oracle GoldenGate 12cUnderstanding Oracle GoldenGate 12c
Understanding Oracle GoldenGate 12c
 
ODI12c as your Big Data Integration Hub
ODI12c as your Big Data Integration HubODI12c as your Big Data Integration Hub
ODI12c as your Big Data Integration Hub
 
Oracle GoldenGate
Oracle GoldenGate Oracle GoldenGate
Oracle GoldenGate
 
OGH 2015 - Hadoop (Oracle BDA) and Oracle Technologies on BI Projects
OGH 2015 - Hadoop (Oracle BDA) and Oracle Technologies on BI ProjectsOGH 2015 - Hadoop (Oracle BDA) and Oracle Technologies on BI Projects
OGH 2015 - Hadoop (Oracle BDA) and Oracle Technologies on BI Projects
 
Enable GoldenGate Monitoring with OEM 12c/JAgent
Enable GoldenGate Monitoring with OEM 12c/JAgentEnable GoldenGate Monitoring with OEM 12c/JAgent
Enable GoldenGate Monitoring with OEM 12c/JAgent
 
Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nube
 Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nube Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nube
Meetup Oracle Database MAD_BCN: 1.1 Servicios de Oracle Database en la nube
 
End to-end hadoop development using OBIEE, ODI, Oracle Big Data SQL and Oracl...
End to-end hadoop development using OBIEE, ODI, Oracle Big Data SQL and Oracl...End to-end hadoop development using OBIEE, ODI, Oracle Big Data SQL and Oracl...
End to-end hadoop development using OBIEE, ODI, Oracle Big Data SQL and Oracl...
 
Part 1 - Introduction to Hadoop and Big Data Technologies for Oracle BI & DW ...
Part 1 - Introduction to Hadoop and Big Data Technologies for Oracle BI & DW ...Part 1 - Introduction to Hadoop and Big Data Technologies for Oracle BI & DW ...
Part 1 - Introduction to Hadoop and Big Data Technologies for Oracle BI & DW ...
 
What is Big Data Discovery, and how it complements traditional business anal...
What is Big Data Discovery, and how it complements  traditional business anal...What is Big Data Discovery, and how it complements  traditional business anal...
What is Big Data Discovery, and how it complements traditional business anal...
 
Oracle GoldenGate Demo and Data Integration Concepts
Oracle GoldenGate Demo and Data Integration ConceptsOracle GoldenGate Demo and Data Integration Concepts
Oracle GoldenGate Demo and Data Integration Concepts
 
BIWA2015 - Bringing Oracle Big Data SQL to OBIEE and ODI
BIWA2015 - Bringing Oracle Big Data SQL to OBIEE and ODIBIWA2015 - Bringing Oracle Big Data SQL to OBIEE and ODI
BIWA2015 - Bringing Oracle Big Data SQL to OBIEE and ODI
 
Deploying Full Oracle BI Platforms to Oracle Cloud - OOW2015
Deploying Full Oracle BI Platforms to Oracle Cloud - OOW2015Deploying Full Oracle BI Platforms to Oracle Cloud - OOW2015
Deploying Full Oracle BI Platforms to Oracle Cloud - OOW2015
 
Data Integration for Big Data (OOW 2016, Co-Presented With Oracle)
Data Integration for Big Data (OOW 2016, Co-Presented With Oracle)Data Integration for Big Data (OOW 2016, Co-Presented With Oracle)
Data Integration for Big Data (OOW 2016, Co-Presented With Oracle)
 
Meetup Oracle Database MAD_BCN: 1.2 Oracle Database 18c (autonomous database)
Meetup Oracle Database MAD_BCN: 1.2 Oracle Database 18c (autonomous database)Meetup Oracle Database MAD_BCN: 1.2 Oracle Database 18c (autonomous database)
Meetup Oracle Database MAD_BCN: 1.2 Oracle Database 18c (autonomous database)
 
Oracle Exadata Cloud Services guide from practical experience - OOW19
Oracle Exadata Cloud Services guide from practical experience - OOW19Oracle Exadata Cloud Services guide from practical experience - OOW19
Oracle Exadata Cloud Services guide from practical experience - OOW19
 
A3 transforming data_management_in_the_cloud
A3 transforming data_management_in_the_cloudA3 transforming data_management_in_the_cloud
A3 transforming data_management_in_the_cloud
 
Extreme Replication - Performance Tuning Oracle GoldenGate
Extreme Replication - Performance Tuning Oracle GoldenGateExtreme Replication - Performance Tuning Oracle GoldenGate
Extreme Replication - Performance Tuning Oracle GoldenGate
 
Best Practices – Extreme Performance with Data Warehousing on Oracle Database
Best Practices – Extreme Performance with Data Warehousing on Oracle DatabaseBest Practices – Extreme Performance with Data Warehousing on Oracle Database
Best Practices – Extreme Performance with Data Warehousing on Oracle Database
 
MOUG17: Three Types of Table Compression
MOUG17: Three Types of Table CompressionMOUG17: Three Types of Table Compression
MOUG17: Three Types of Table Compression
 

Viewers also liked

Social research methods in managemen
Social research methods in managemenSocial research methods in managemen
Social research methods in managemen
Michael Mazzer
 
A Walk Through the Kimball ETL Subsystems with Oracle Data Integration - Coll...
A Walk Through the Kimball ETL Subsystems with Oracle Data Integration - Coll...A Walk Through the Kimball ETL Subsystems with Oracle Data Integration - Coll...
A Walk Through the Kimball ETL Subsystems with Oracle Data Integration - Coll...
Michael Rainey
 
A Walk Through the Kimball ETL Subsystems with Oracle Data Integration
A Walk Through the Kimball ETL Subsystems with Oracle Data IntegrationA Walk Through the Kimball ETL Subsystems with Oracle Data Integration
A Walk Through the Kimball ETL Subsystems with Oracle Data Integration
Michael Rainey
 
Comunicado ugel 15
Comunicado ugel 15Comunicado ugel 15
Comunicado ugel 15
Luis Coca Lazo
 
Oracle GoldenGate and Apache Kafka A Deep Dive Into Real-Time Data Streaming
Oracle GoldenGate and Apache Kafka A Deep Dive Into Real-Time Data StreamingOracle GoldenGate and Apache Kafka A Deep Dive Into Real-Time Data Streaming
Oracle GoldenGate and Apache Kafka A Deep Dive Into Real-Time Data Streaming
Michael Rainey
 
awesome groovy
awesome groovyawesome groovy
awesome groovy
Paul King
 
Obe principles and process
Obe principles and processObe principles and process
Obe principles and process
Ignatius Joseph Estroga
 
Oracle GoldenGate and Apache Kafka A Deep Dive Into Real-Time Data Streaming
Oracle GoldenGate and Apache Kafka A Deep Dive Into Real-Time Data StreamingOracle GoldenGate and Apache Kafka A Deep Dive Into Real-Time Data Streaming
Oracle GoldenGate and Apache Kafka A Deep Dive Into Real-Time Data Streaming
Michael Rainey
 
Data warehouse migration to oracle data integrator 11g
Data warehouse migration to oracle data integrator 11gData warehouse migration to oracle data integrator 11g
Data warehouse migration to oracle data integrator 11g
Michael Rainey
 
Onico gdynia-half-marathon-media-guide-2017 (1)
Onico gdynia-half-marathon-media-guide-2017 (1)Onico gdynia-half-marathon-media-guide-2017 (1)
Onico gdynia-half-marathon-media-guide-2017 (1)
Alberto Stretti
 
Oracle Data Integrator 12c - Getting Started
Oracle Data Integrator 12c - Getting StartedOracle Data Integrator 12c - Getting Started
Oracle Data Integrator 12c - Getting Started
Michael Rainey
 
Joint OpenStack Kubernetes Environment (March 17 update)
Joint OpenStack Kubernetes Environment (March 17 update)Joint OpenStack Kubernetes Environment (March 17 update)
Joint OpenStack Kubernetes Environment (March 17 update)
rhirschfeld
 

Viewers also liked (13)

Social research methods in managemen
Social research methods in managemenSocial research methods in managemen
Social research methods in managemen
 
A Walk Through the Kimball ETL Subsystems with Oracle Data Integration - Coll...
A Walk Through the Kimball ETL Subsystems with Oracle Data Integration - Coll...A Walk Through the Kimball ETL Subsystems with Oracle Data Integration - Coll...
A Walk Through the Kimball ETL Subsystems with Oracle Data Integration - Coll...
 
A Walk Through the Kimball ETL Subsystems with Oracle Data Integration
A Walk Through the Kimball ETL Subsystems with Oracle Data IntegrationA Walk Through the Kimball ETL Subsystems with Oracle Data Integration
A Walk Through the Kimball ETL Subsystems with Oracle Data Integration
 
Comunicado ugel 15
Comunicado ugel 15Comunicado ugel 15
Comunicado ugel 15
 
Oracle GoldenGate and Apache Kafka A Deep Dive Into Real-Time Data Streaming
Oracle GoldenGate and Apache Kafka A Deep Dive Into Real-Time Data StreamingOracle GoldenGate and Apache Kafka A Deep Dive Into Real-Time Data Streaming
Oracle GoldenGate and Apache Kafka A Deep Dive Into Real-Time Data Streaming
 
awesome groovy
awesome groovyawesome groovy
awesome groovy
 
Obe principles and process
Obe principles and processObe principles and process
Obe principles and process
 
Oracle GoldenGate and Apache Kafka A Deep Dive Into Real-Time Data Streaming
Oracle GoldenGate and Apache Kafka A Deep Dive Into Real-Time Data StreamingOracle GoldenGate and Apache Kafka A Deep Dive Into Real-Time Data Streaming
Oracle GoldenGate and Apache Kafka A Deep Dive Into Real-Time Data Streaming
 
Data warehouse migration to oracle data integrator 11g
Data warehouse migration to oracle data integrator 11gData warehouse migration to oracle data integrator 11g
Data warehouse migration to oracle data integrator 11g
 
Acta
ActaActa
Acta
 
Onico gdynia-half-marathon-media-guide-2017 (1)
Onico gdynia-half-marathon-media-guide-2017 (1)Onico gdynia-half-marathon-media-guide-2017 (1)
Onico gdynia-half-marathon-media-guide-2017 (1)
 
Oracle Data Integrator 12c - Getting Started
Oracle Data Integrator 12c - Getting StartedOracle Data Integrator 12c - Getting Started
Oracle Data Integrator 12c - Getting Started
 
Joint OpenStack Kubernetes Environment (March 17 update)
Joint OpenStack Kubernetes Environment (March 17 update)Joint OpenStack Kubernetes Environment (March 17 update)
Joint OpenStack Kubernetes Environment (March 17 update)
 

Similar to GoldenGate and Oracle Data Integrator - A Perfect Match- Upgrade to 12c

Application High Availability and Upgrades Using Oracle GoldenGate
Application High Availability and Upgrades Using Oracle GoldenGateApplication High Availability and Upgrades Using Oracle GoldenGate
Application High Availability and Upgrades Using Oracle GoldenGate
Shane Borden
 
Srimanta_Maji_Oracle_DBA
Srimanta_Maji_Oracle_DBASrimanta_Maji_Oracle_DBA
Srimanta_Maji_Oracle_DBA
SRIMANTA MAJI
 
Oracle GoldenGate and Apache Kafka: A Deep Dive Into Real-Time Data Streaming
Oracle GoldenGate and Apache Kafka: A Deep Dive Into Real-Time Data StreamingOracle GoldenGate and Apache Kafka: A Deep Dive Into Real-Time Data Streaming
Oracle GoldenGate and Apache Kafka: A Deep Dive Into Real-Time Data Streaming
Michael Rainey
 
A Journey from Oracle to PostgreSQL
A Journey from Oracle to PostgreSQLA Journey from Oracle to PostgreSQL
A Journey from Oracle to PostgreSQL
EDB
 
Golden Gate - How to start such a project?
Golden Gate  - How to start such a project?Golden Gate  - How to start such a project?
Golden Gate - How to start such a project?
Trivadis
 
YASEEN EDA VALAPPIL
YASEEN EDA VALAPPILYASEEN EDA VALAPPIL
YASEEN EDA VALAPPIL
YASEEN EV
 
Ogg oracle goldengate-v3.0
Ogg oracle goldengate-v3.0Ogg oracle goldengate-v3.0
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
NomanKhalid56
 
Extreme replication at IOUG Collaborate 15
Extreme replication at IOUG Collaborate 15Extreme replication at IOUG Collaborate 15
Extreme replication at IOUG Collaborate 15
Bobby Curtis
 
Migrating to Database 12c Multitenant - New Opportunities To Get It Right!
Migrating to Database 12c Multitenant - New Opportunities To Get It Right!Migrating to Database 12c Multitenant - New Opportunities To Get It Right!
Migrating to Database 12c Multitenant - New Opportunities To Get It Right!
Performance Tuning Corporation
 
JSN NRG Resume
JSN NRG ResumeJSN NRG Resume
JSN NRG Resume
Ranganadh Nerella
 
KScope14 - Real-Time Data Warehouse Upgrade - Success Stories
KScope14 - Real-Time Data Warehouse Upgrade - Success StoriesKScope14 - Real-Time Data Warehouse Upgrade - Success Stories
KScope14 - Real-Time Data Warehouse Upgrade - Success Stories
Michael Rainey
 
Oracle Goldengate training by Vipin Mishra
Oracle Goldengate training by Vipin Mishra Oracle Goldengate training by Vipin Mishra
Oracle Goldengate training by Vipin Mishra
Vipin Mishra
 
SAMADMohammad
SAMADMohammadSAMADMohammad
SAMADMohammad
Mohammad Abdus Samad
 
An AMIS Overview of Oracle database 12c (12.1)
An AMIS Overview of Oracle database 12c (12.1)An AMIS Overview of Oracle database 12c (12.1)
An AMIS Overview of Oracle database 12c (12.1)
Marco Gralike
 
Are You Ready for 12c? Data Migration and Upgrade Best Practices
Are You Ready for 12c? Data Migration and Upgrade Best PracticesAre You Ready for 12c? Data Migration and Upgrade Best Practices
Are You Ready for 12c? Data Migration and Upgrade Best Practices
Performance Tuning Corporation
 
Oracle zdm Migrate Amazon RDS Oracle to Oracle Autonomous 2021 Kamalesh Ramas...
Oracle zdm Migrate Amazon RDS Oracle to Oracle Autonomous 2021 Kamalesh Ramas...Oracle zdm Migrate Amazon RDS Oracle to Oracle Autonomous 2021 Kamalesh Ramas...
Oracle zdm Migrate Amazon RDS Oracle to Oracle Autonomous 2021 Kamalesh Ramas...
Kamalesh Ramasamy
 
An AMIS overview of database 12c
An AMIS overview of database 12cAn AMIS overview of database 12c
IOUG Data Integration SIG w/ Oracle GoldenGate Solutions and Configuration
IOUG Data Integration SIG w/ Oracle GoldenGate Solutions and ConfigurationIOUG Data Integration SIG w/ Oracle GoldenGate Solutions and Configuration
IOUG Data Integration SIG w/ Oracle GoldenGate Solutions and Configuration
Bobby Curtis
 
Developing Kafka Streams Applications with Upgradability in Mind with Neil Bu...
Developing Kafka Streams Applications with Upgradability in Mind with Neil Bu...Developing Kafka Streams Applications with Upgradability in Mind with Neil Bu...
Developing Kafka Streams Applications with Upgradability in Mind with Neil Bu...
HostedbyConfluent
 

Similar to GoldenGate and Oracle Data Integrator - A Perfect Match- Upgrade to 12c (20)

Application High Availability and Upgrades Using Oracle GoldenGate
Application High Availability and Upgrades Using Oracle GoldenGateApplication High Availability and Upgrades Using Oracle GoldenGate
Application High Availability and Upgrades Using Oracle GoldenGate
 
Srimanta_Maji_Oracle_DBA
Srimanta_Maji_Oracle_DBASrimanta_Maji_Oracle_DBA
Srimanta_Maji_Oracle_DBA
 
Oracle GoldenGate and Apache Kafka: A Deep Dive Into Real-Time Data Streaming
Oracle GoldenGate and Apache Kafka: A Deep Dive Into Real-Time Data StreamingOracle GoldenGate and Apache Kafka: A Deep Dive Into Real-Time Data Streaming
Oracle GoldenGate and Apache Kafka: A Deep Dive Into Real-Time Data Streaming
 
A Journey from Oracle to PostgreSQL
A Journey from Oracle to PostgreSQLA Journey from Oracle to PostgreSQL
A Journey from Oracle to PostgreSQL
 
Golden Gate - How to start such a project?
Golden Gate  - How to start such a project?Golden Gate  - How to start such a project?
Golden Gate - How to start such a project?
 
YASEEN EDA VALAPPIL
YASEEN EDA VALAPPILYASEEN EDA VALAPPIL
YASEEN EDA VALAPPIL
 
Ogg oracle goldengate-v3.0
Ogg oracle goldengate-v3.0Ogg oracle goldengate-v3.0
Ogg oracle goldengate-v3.0
 
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
 
Extreme replication at IOUG Collaborate 15
Extreme replication at IOUG Collaborate 15Extreme replication at IOUG Collaborate 15
Extreme replication at IOUG Collaborate 15
 
Migrating to Database 12c Multitenant - New Opportunities To Get It Right!
Migrating to Database 12c Multitenant - New Opportunities To Get It Right!Migrating to Database 12c Multitenant - New Opportunities To Get It Right!
Migrating to Database 12c Multitenant - New Opportunities To Get It Right!
 
JSN NRG Resume
JSN NRG ResumeJSN NRG Resume
JSN NRG Resume
 
KScope14 - Real-Time Data Warehouse Upgrade - Success Stories
KScope14 - Real-Time Data Warehouse Upgrade - Success StoriesKScope14 - Real-Time Data Warehouse Upgrade - Success Stories
KScope14 - Real-Time Data Warehouse Upgrade - Success Stories
 
Oracle Goldengate training by Vipin Mishra
Oracle Goldengate training by Vipin Mishra Oracle Goldengate training by Vipin Mishra
Oracle Goldengate training by Vipin Mishra
 
SAMADMohammad
SAMADMohammadSAMADMohammad
SAMADMohammad
 
An AMIS Overview of Oracle database 12c (12.1)
An AMIS Overview of Oracle database 12c (12.1)An AMIS Overview of Oracle database 12c (12.1)
An AMIS Overview of Oracle database 12c (12.1)
 
Are You Ready for 12c? Data Migration and Upgrade Best Practices
Are You Ready for 12c? Data Migration and Upgrade Best PracticesAre You Ready for 12c? Data Migration and Upgrade Best Practices
Are You Ready for 12c? Data Migration and Upgrade Best Practices
 
Oracle zdm Migrate Amazon RDS Oracle to Oracle Autonomous 2021 Kamalesh Ramas...
Oracle zdm Migrate Amazon RDS Oracle to Oracle Autonomous 2021 Kamalesh Ramas...Oracle zdm Migrate Amazon RDS Oracle to Oracle Autonomous 2021 Kamalesh Ramas...
Oracle zdm Migrate Amazon RDS Oracle to Oracle Autonomous 2021 Kamalesh Ramas...
 
An AMIS overview of database 12c
An AMIS overview of database 12cAn AMIS overview of database 12c
An AMIS overview of database 12c
 
IOUG Data Integration SIG w/ Oracle GoldenGate Solutions and Configuration
IOUG Data Integration SIG w/ Oracle GoldenGate Solutions and ConfigurationIOUG Data Integration SIG w/ Oracle GoldenGate Solutions and Configuration
IOUG Data Integration SIG w/ Oracle GoldenGate Solutions and Configuration
 
Developing Kafka Streams Applications with Upgradability in Mind with Neil Bu...
Developing Kafka Streams Applications with Upgradability in Mind with Neil Bu...Developing Kafka Streams Applications with Upgradability in Mind with Neil Bu...
Developing Kafka Streams Applications with Upgradability in Mind with Neil Bu...
 

More from Michael Rainey

Data Warehouse - Incremental Migration to the Cloud
Data Warehouse - Incremental Migration to the CloudData Warehouse - Incremental Migration to the Cloud
Data Warehouse - Incremental Migration to the Cloud
Michael Rainey
 
Continuous Data Replication into Cloud Storage with Oracle GoldenGate
Continuous Data Replication into Cloud Storage with Oracle GoldenGateContinuous Data Replication into Cloud Storage with Oracle GoldenGate
Continuous Data Replication into Cloud Storage with Oracle GoldenGate
Michael Rainey
 
SQL on Hadoop for the Oracle Professional
SQL on Hadoop for the Oracle ProfessionalSQL on Hadoop for the Oracle Professional
SQL on Hadoop for the Oracle Professional
Michael Rainey
 
Going Serverless - an Introduction to AWS Glue
Going Serverless - an Introduction to AWS GlueGoing Serverless - an Introduction to AWS Glue
Going Serverless - an Introduction to AWS Glue
Michael Rainey
 
Streaming with Oracle Data Integration
Streaming with Oracle Data IntegrationStreaming with Oracle Data Integration
Streaming with Oracle Data Integration
Michael Rainey
 
Oracle data integrator 12c - getting started
Oracle data integrator 12c - getting startedOracle data integrator 12c - getting started
Oracle data integrator 12c - getting started
Michael Rainey
 
A Picture Can Replace A Thousand Words
A Picture Can Replace A Thousand WordsA Picture Can Replace A Thousand Words
A Picture Can Replace A Thousand Words
Michael Rainey
 
A Walk Through the Kimball ETL Subsystems with Oracle Data Integration
A Walk Through the Kimball ETL Subsystems with Oracle Data IntegrationA Walk Through the Kimball ETL Subsystems with Oracle Data Integration
A Walk Through the Kimball ETL Subsystems with Oracle Data Integration
Michael Rainey
 

More from Michael Rainey (8)

Data Warehouse - Incremental Migration to the Cloud
Data Warehouse - Incremental Migration to the CloudData Warehouse - Incremental Migration to the Cloud
Data Warehouse - Incremental Migration to the Cloud
 
Continuous Data Replication into Cloud Storage with Oracle GoldenGate
Continuous Data Replication into Cloud Storage with Oracle GoldenGateContinuous Data Replication into Cloud Storage with Oracle GoldenGate
Continuous Data Replication into Cloud Storage with Oracle GoldenGate
 
SQL on Hadoop for the Oracle Professional
SQL on Hadoop for the Oracle ProfessionalSQL on Hadoop for the Oracle Professional
SQL on Hadoop for the Oracle Professional
 
Going Serverless - an Introduction to AWS Glue
Going Serverless - an Introduction to AWS GlueGoing Serverless - an Introduction to AWS Glue
Going Serverless - an Introduction to AWS Glue
 
Streaming with Oracle Data Integration
Streaming with Oracle Data IntegrationStreaming with Oracle Data Integration
Streaming with Oracle Data Integration
 
Oracle data integrator 12c - getting started
Oracle data integrator 12c - getting startedOracle data integrator 12c - getting started
Oracle data integrator 12c - getting started
 
A Picture Can Replace A Thousand Words
A Picture Can Replace A Thousand WordsA Picture Can Replace A Thousand Words
A Picture Can Replace A Thousand Words
 
A Walk Through the Kimball ETL Subsystems with Oracle Data Integration
A Walk Through the Kimball ETL Subsystems with Oracle Data IntegrationA Walk Through the Kimball ETL Subsystems with Oracle Data Integration
A Walk Through the Kimball ETL Subsystems with Oracle Data Integration
 

Recently uploaded

“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
Claudio Di Ciccio
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
Matthew Sinclair
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
KAMESHS29
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Vladimir Iglovikov, Ph.D.
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
Neo4j
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
James Anderson
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
Data structures and Algorithms in Python.pdf
Data structures and Algorithms in Python.pdfData structures and Algorithms in Python.pdf
Data structures and Algorithms in Python.pdf
TIPNGVN2
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems S.M.S.A.
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
Zilliz
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
Rohit Gautam
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 

Recently uploaded (20)

“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
Data structures and Algorithms in Python.pdf
Data structures and Algorithms in Python.pdfData structures and Algorithms in Python.pdf
Data structures and Algorithms in Python.pdf
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 

GoldenGate and Oracle Data Integrator - A Perfect Match- Upgrade to 12c