SlideShare une entreprise Scribd logo
1  sur  41
Télécharger pour lire hors ligne
Oracle	Data	Integrator	12c:	Getting	Started
Michael	Rainey	|	UTOUG	Training	Days	2017
• Michael	Rainey	-	Technical	Advisor	
• Spreading	the	good	word	about	gluent	

products	with	the	world		
• Oracle	Data	Integration	expertise	
• Oracle	ACE	Director	
• mRainey.co	
• gluent.com
2
Introduction
we liberate enterprise data
About	Gluent
We are long term Oracle Database & 

Data Warehousing guys – 

long history of performance & scaling
About 20 people in distributed teams in US & UK
The world is changing – we help customers
to get the best out of both worlds!
we liberate enterprise data
Gluent Data Platform enables all
applications to access all enterprise
data, at anytime, on demand, and
without any code migration or rewrites
• Gluent	to	be	featured	in	the	Startup	

Showcase	at	Strata	+	Hadoop	World	

(Tomorrow!)	
• Hadoop	for	Database	Professionals

one-day	training	course	(March	21st)







	
4
Quick	announcements
gluent.com/event/hadoop-for-database-professionals-2
Why	“Getting	Started”
6
Many	conference	presentations	get	too	technical,	too	fast
What	is	ODI?
• E-LT	(Extract,	Load,	Transform)	vs	ETL	
• Heterogeneous	sources	and	targets	
• Built	to	integrate	all	data	
• Flexibility	
• Reusable	code	templates	

(Knowledge	Modules)	
• Open	API	
• ODI	will	adapt	to	your	data	warehouse	-	and	not	the	other	way	around	
• Flow	based	mappings		
• Logical	vs	Physical
8
What	is	ODI?
9
Where	did	ODI	come	from?
Early	2000s:	Sunopsis	
formed
2006:	
Oracle	acquires	Sunopsis.
2010:	
Oracle	Data	Integrator	
11g	released.	Oracle’s	
first	real	update	to	ODI.
Late	2013:	
Oracle	Data	Integrator	
12c	released,	combining	
ODI	and	OWB	features.
2012:	
ODI	for	Big	Data	
first	released
10
ODI	12c	Architecture	and	Components
*image	source:	https://docs.oracle.com/middleware/1221/odi/concepts/img/architecture.png
11
Typical	ODI	repository	setup	-	the	basics
Source:	ateam-oracle.com/how-many-odi-master-repositories-should-we-have
12
Typical	ODI	repository	setup	-	full-blown	environment
Source:	ateam-oracle.com/how-many-odi-master-repositories-should-we-have
Installation	and	Configuration
• Know	the	different	types	of	installs	
• Standard	-	used	for	Standalone	Agent	or	
on	client	machine	(ODI	Studio	only)	
• Enterprise	-	JEE	Agent	or	Colocated	Agent,	
ODI	Console,	FMC	plugin	
14
Choose	your	installation	type	wisely
15
Configuration	is	half	the	battle
CONFIGURATION
• ODI_HOME/odi/studio/odi.sh|exe	
• Connect	to	existing	repository	
• If	none	exists,	run	RCU	first	
• Boom,	you’re	in!
16
ODI	Studio	Configuration
• ODI_HOME/oracle_common/common/bin/config.sh|exe	
• Run	the	WebLogic	Server	configuration	wizard	
• Standalone	Agent	
• Create	domain	outside	of	ODI	Oracle	Home	
• JEE	Agent	
• Add	credentials	mapping	
• Create	/	configure	admin	server,	nodemanager,

topology,	etc.
17
Standalone	or	JEE	Agent	Configuration
18
ODI	Agent	-	how	it	works
ODI	Agent
ODI	repository
Source	database
Target	database
1.	Execution	request	via	http(s)
2.	Agent	communicates	
with	ODI	repository	to	
generate	code	and	gather	
source/target	connection
3.	Agent	passes	code	to		
source/target	databases	
and	updates	repository	
execution	logs
Getting	Started
• Data	Server	
• Connection	to	the	data	source
• Physical	Schema	
• Database	schema	
• Work	schema
• Logical	Schema	
• Abstracts	the	physical	connection/schema	from	the	logical	
• Development	occurs	against	the	Logical	Schema
• Model	
• Metadata	object	tied	to	Logical	Schema	
• Represents	database	schema,	file	directory,	XML	document,	etc
• Datastore	
• Logical	representation	of	table,	file,	XML	element,	etc.
20
Topology,	Contexts,	Models,	and	Datastores	-	Oh	my!
All	of	these	objects	must	
be	created	and	setup	
prior	to	any	mapping	
development	can	occur.
• There’s	another	way	to	get	started	-	quickly!	
• New	Model	and	Topology	Objects	wizard	-	
ODI	12.1.3	
• In	ODI	11g,	the	ODI	QuickStart	was	a	10	step	
checklist,	where	each	step	led	to	another	
section	in	the	documentation	
21
Developer’s	Quickstart
22
Topology,	Contexts,	Models,	and	Datastores
23
Logical	Constraints	on	the	metadata
23
Logical	Constraints	on	the	metadata
23
Logical	Constraints	on	the	metadata
23
Logical	Constraints	on	the	metadata
Mappings	and	Knowledge	Modules
25
Mappings	-	Logical
Datastore	
component
Join	
component
Split	output	to	
multiple	target	
tables
Mappings	are	built	from	
datastore	and	components	
to	logically	form	the	ETL
26
Mappings	-	Physical
Physical	implementations	of	the	
mappings	are	represented	based	
on	location	of	the	datastore.	
Knowledge	Modules	are	selected	
to	generate	the	code.
26
Mappings	-	Physical
Physical	implementations	of	the	
mappings	are	represented	based	
on	location	of	the	datastore.	
Knowledge	Modules	are	selected	
to	generate	the	code.
ODI	will	adapt	to	your	data	warehouse	
-	and	not	the	other	way	around
27
Knowledge	Modules	-	the	secret	sauce
*image	source:	Fusion	Middleware	Developing	Knowledge	Modules	with	Oracle	Data	Integrator
27
Knowledge	Modules	-	the	secret	sauce
*image	source:	Fusion	Middleware	Developing	Knowledge	Modules	with	Oracle	Data	Integrator
27
Knowledge	Modules	-	the	secret	sauce
*image	source:	Fusion	Middleware	Developing	Knowledge	Modules	with	Oracle	Data	Integrator
Orchestration
Packages	and	Load	Plans
• Group	like	objects	together	
• Perform	specialized	tasks	(looping,	etc)
29
Packages
• Executes	Scenarios	(execution	objects	that	are	essentially	compiled	code)
• Steps	can	be	run	in	parallel	or	serially
• If	-	then	-	else	step	can	evaluate	a	variable	to	determine	path
• Exception	steps	can	be	customized	and	executed	on	failure
30
Load	Plans	-	the	top	level	orchestration	object
More	flexibility
Procedures
• Reusable	components	for	admin	tasks		
• DDL,	file	archive	scripts,	exception	handling,	etc	
• Moving	or	transforming	data,	it	probably	should	be	a	mapping	
• Creating	a	complex,	recurring	task	for	data	manipulation,	probably	a	
Knowledge	Module
32
Procedures	for	maintenance	tasks	and	one-off	functions
Images	source:	http://ritt.md/9E
• Integration	with	GoldenGate	(change	

data	capture)	and	Enterprise	Data	

Quality	(for…data	quality)
• ODI	for	Big	Data
• ODI	Cloud	Service
33
Other	notable	features
• Oracle	Data	Integrator	is…	
• an	E-LT	/	data	integration	tool	
• built	to	integrate	all	data	
• flexible.	ODI	will	adapt	to	your	data	warehouse	-	and	not	the	other	way	around	
• Choose	your	installation	wisely	and	know	configuration	is	more	involved	
• Many	objects	must	be	created	prior	to	Mapping	development	
• Use	the	Developer’s	Quickstart!	
• Flow	based	mappings	separate	business	logic	from	physical	implementation	
• Knowledge	Modules	are	the	“secret	sauce”	of	ODI	
• More	info:	

mRainey.co/odi12c-getting-started			

ateam-oracle.com/?cat=64		

blogs.oracle.com/dataintegration	
34
Recap
35
we liberate enterprise data
thank you!

Contenu connexe

Tendances

Tendances (20)

Scaling paypal workloads with oracle rac ss
Scaling paypal workloads with oracle rac ssScaling paypal workloads with oracle rac ss
Scaling paypal workloads with oracle rac ss
 
A deep dive about VIP,HAIP, and SCAN
A deep dive about VIP,HAIP, and SCAN A deep dive about VIP,HAIP, and SCAN
A deep dive about VIP,HAIP, and SCAN
 
MAA Best Practices for Oracle Database 19c
MAA Best Practices for Oracle Database 19cMAA Best Practices for Oracle Database 19c
MAA Best Practices for Oracle Database 19c
 
Oracle RAC features on Exadata
Oracle RAC features on ExadataOracle RAC features on Exadata
Oracle RAC features on Exadata
 
2019 - OOW - Database Migration Methods from On-Premise to Cloud
2019 - OOW - Database Migration Methods from On-Premise to Cloud2019 - OOW - Database Migration Methods from On-Premise to Cloud
2019 - OOW - Database Migration Methods from On-Premise to Cloud
 
UKOUG - 25 years of hints and tips
UKOUG - 25 years of hints and tipsUKOUG - 25 years of hints and tips
UKOUG - 25 years of hints and tips
 
Standard Edition High Availability (SEHA) - The Why, What & How
Standard Edition High Availability (SEHA) - The Why, What & HowStandard Edition High Availability (SEHA) - The Why, What & How
Standard Edition High Availability (SEHA) - The Why, What & How
 
A Cloud Journey - Move to the Oracle Cloud
A Cloud Journey - Move to the Oracle CloudA Cloud Journey - Move to the Oracle Cloud
A Cloud Journey - Move to the Oracle Cloud
 
ETL
ETLETL
ETL
 
HA, Scalability, DR & MAA in Oracle Database 21c - Overview
HA, Scalability, DR & MAA in Oracle Database 21c - OverviewHA, Scalability, DR & MAA in Oracle Database 21c - Overview
HA, Scalability, DR & MAA in Oracle Database 21c - Overview
 
Odi 12c-getting-started-guide-2032250
Odi 12c-getting-started-guide-2032250Odi 12c-getting-started-guide-2032250
Odi 12c-getting-started-guide-2032250
 
AWR and ASH Deep Dive
AWR and ASH Deep DiveAWR and ASH Deep Dive
AWR and ASH Deep Dive
 
Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...
Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...
Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...
 
Oracle RAC 19c and Later - Best Practices #OOWLON
Oracle RAC 19c and Later - Best Practices #OOWLONOracle RAC 19c and Later - Best Practices #OOWLON
Oracle RAC 19c and Later - Best Practices #OOWLON
 
MAA for Oracle Database, Exadata and the Cloud
MAA for Oracle Database, Exadata and the CloudMAA for Oracle Database, Exadata and the Cloud
MAA for Oracle Database, Exadata and the Cloud
 
Oracle Extended Clusters for Oracle RAC
Oracle Extended Clusters for Oracle RACOracle Extended Clusters for Oracle RAC
Oracle Extended Clusters for Oracle RAC
 
Oracle Real Application Clusters (RAC) 12c Rel. 2 - Operational Best Practices
Oracle Real Application Clusters (RAC) 12c Rel. 2 - Operational Best PracticesOracle Real Application Clusters (RAC) 12c Rel. 2 - Operational Best Practices
Oracle Real Application Clusters (RAC) 12c Rel. 2 - Operational Best Practices
 
Oracle GoldenGate for Disaster Recovery
Oracle GoldenGate for Disaster RecoveryOracle GoldenGate for Disaster Recovery
Oracle GoldenGate for Disaster Recovery
 
The Oracle RAC Family of Solutions - Presentation
The Oracle RAC Family of Solutions - PresentationThe Oracle RAC Family of Solutions - Presentation
The Oracle RAC Family of Solutions - Presentation
 
The Top 5 Reasons to Deploy Your Applications on Oracle RAC
The Top 5 Reasons to Deploy Your Applications on Oracle RACThe Top 5 Reasons to Deploy Your Applications on Oracle RAC
The Top 5 Reasons to Deploy Your Applications on Oracle RAC
 

En vedette

Msc thesis Anagnostopulos Danai Iris
Msc thesis Anagnostopulos Danai IrisMsc thesis Anagnostopulos Danai Iris
Msc thesis Anagnostopulos Danai Iris
Danai Iris Anagnostopulos
 
Arquitectura y urbanismo en el mundo medieval gisell nava
Arquitectura y urbanismo en el mundo medieval gisell navaArquitectura y urbanismo en el mundo medieval gisell nava
Arquitectura y urbanismo en el mundo medieval gisell nava
gisell nava
 
презентація безпечний інтернет
презентація безпечний інтернетпрезентація безпечний інтернет
презентація безпечний інтернет
violet1975
 

En vedette (20)

Gisell nava historia
Gisell nava historiaGisell nava historia
Gisell nava historia
 
Entristecer y resistir al Espíritu
Entristecer y resistir al EspírituEntristecer y resistir al Espíritu
Entristecer y resistir al Espíritu
 
2017 Nor'East Trout Unlimited Auction Trips
2017 Nor'East Trout Unlimited Auction Trips2017 Nor'East Trout Unlimited Auction Trips
2017 Nor'East Trout Unlimited Auction Trips
 
Streaming with Oracle Data Integration
Streaming with Oracle Data IntegrationStreaming with Oracle Data Integration
Streaming with Oracle Data Integration
 
FRENAGEM ATRAVÉS DE INVERSORES NA MINERAÇÃO
FRENAGEM ATRAVÉS DE INVERSORES NA MINERAÇÃOFRENAGEM ATRAVÉS DE INVERSORES NA MINERAÇÃO
FRENAGEM ATRAVÉS DE INVERSORES NA MINERAÇÃO
 
Aπό την κυβερνητική προπαγάνδα στα fake news
Aπό την κυβερνητική προπαγάνδα στα fake newsAπό την κυβερνητική προπαγάνδα στα fake news
Aπό την κυβερνητική προπαγάνδα στα fake news
 
Msc thesis Anagnostopulos Danai Iris
Msc thesis Anagnostopulos Danai IrisMsc thesis Anagnostopulos Danai Iris
Msc thesis Anagnostopulos Danai Iris
 
Cartilha agsaude08
Cartilha agsaude08Cartilha agsaude08
Cartilha agsaude08
 
EmojiNet: An Open Service and API for Emoji Sense Discovery
EmojiNet: An Open Service and API for Emoji Sense DiscoveryEmojiNet: An Open Service and API for Emoji Sense Discovery
EmojiNet: An Open Service and API for Emoji Sense Discovery
 
Arquitectura y urbanismo en el mundo medieval gisell nava
Arquitectura y urbanismo en el mundo medieval gisell navaArquitectura y urbanismo en el mundo medieval gisell nava
Arquitectura y urbanismo en el mundo medieval gisell nava
 
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
 
3Com NB V35 TE
3Com NB V35 TE3Com NB V35 TE
3Com NB V35 TE
 
Tratamiento térmicos
Tratamiento térmicosTratamiento térmicos
Tratamiento térmicos
 
TICycosas Trabajo sobre Powerpoint
TICycosas Trabajo sobre PowerpointTICycosas Trabajo sobre Powerpoint
TICycosas Trabajo sobre Powerpoint
 
Marketing eco-sostenibile, il caso Patagonia.
Marketing eco-sostenibile, il caso Patagonia.Marketing eco-sostenibile, il caso Patagonia.
Marketing eco-sostenibile, il caso Patagonia.
 
Synteza widoków wirtualnych w systemach telewizji swobodnego punktu widzenia
Synteza widoków wirtualnych w systemach telewizji swobodnego punktu widzeniaSynteza widoków wirtualnych w systemach telewizji swobodnego punktu widzenia
Synteza widoków wirtualnych w systemach telewizji swobodnego punktu widzenia
 
1 la administracion_del_tiempo[tim+hindle]
1 la administracion_del_tiempo[tim+hindle]1 la administracion_del_tiempo[tim+hindle]
1 la administracion_del_tiempo[tim+hindle]
 
презентація безпечний інтернет
презентація безпечний інтернетпрезентація безпечний інтернет
презентація безпечний інтернет
 
Slideshare cuestionario
Slideshare cuestionario Slideshare cuestionario
Slideshare cuestionario
 
Unidad 2
Unidad 2Unidad 2
Unidad 2
 

Similaire à Oracle Data Integrator 12c - Getting Started

GoldenGate Case Study - Enterprise IT
GoldenGate Case Study - Enterprise ITGoldenGate Case Study - Enterprise IT
GoldenGate Case Study - Enterprise IT
Paul Steffensen
 
Oracle GoldenGate 12c - Real Time Access to Real Time Information
Oracle GoldenGate 12c - Real Time Access to Real Time InformationOracle GoldenGate 12c - Real Time Access to Real Time Information
Oracle GoldenGate 12c - Real Time Access to Real Time Information
Asha BG
 
BALWANT SINGH_RESUME
BALWANT SINGH_RESUMEBALWANT SINGH_RESUME
BALWANT SINGH_RESUME
Balwant Singh
 
Connecta Event: Big Query och dataanalys med Google Cloud Platform
Connecta Event: Big Query och dataanalys med Google Cloud PlatformConnecta Event: Big Query och dataanalys med Google Cloud Platform
Connecta Event: Big Query och dataanalys med Google Cloud Platform
ConnectaDigital
 

Similaire à Oracle Data Integrator 12c - Getting Started (20)

GoldenGate Case Study - Enterprise IT
GoldenGate Case Study - Enterprise ITGoldenGate Case Study - Enterprise IT
GoldenGate Case Study - Enterprise IT
 
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
 
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
 
Embedded-ml(ai)applications - Bjoern Staender
Embedded-ml(ai)applications - Bjoern StaenderEmbedded-ml(ai)applications - Bjoern Staender
Embedded-ml(ai)applications - Bjoern Staender
 
Oracle GoldenGate 12c - Real Time Access to Real Time Information
Oracle GoldenGate 12c - Real Time Access to Real Time InformationOracle GoldenGate 12c - Real Time Access to Real Time Information
Oracle GoldenGate 12c - Real Time Access to Real Time Information
 
Big Data: Myths and Realities
Big Data: Myths and RealitiesBig Data: Myths and Realities
Big Data: Myths and Realities
 
Belgium & Luxembourg dedicated online Data Virtualization discovery workshop
Belgium & Luxembourg dedicated online Data Virtualization discovery workshopBelgium & Luxembourg dedicated online Data Virtualization discovery workshop
Belgium & Luxembourg dedicated online Data Virtualization discovery workshop
 
Fast, Flexible Application Development with Oracle Database Cloud Service
Fast, Flexible Application Development with Oracle Database Cloud ServiceFast, Flexible Application Development with Oracle Database Cloud Service
Fast, Flexible Application Development with Oracle Database Cloud Service
 
Unlocking Big Data Silos in the Enterprise or the Cloud (Con7877)
Unlocking Big Data Silos in the Enterprise or the Cloud (Con7877)Unlocking Big Data Silos in the Enterprise or the Cloud (Con7877)
Unlocking Big Data Silos in the Enterprise or the Cloud (Con7877)
 
Tapping into the Big Data Reservoir (CON7934)
Tapping into the Big Data Reservoir (CON7934)Tapping into the Big Data Reservoir (CON7934)
Tapping into the Big Data Reservoir (CON7934)
 
BALWANT SINGH_RESUME
BALWANT SINGH_RESUMEBALWANT SINGH_RESUME
BALWANT SINGH_RESUME
 
Big data oracle_introduccion
Big data oracle_introduccionBig data oracle_introduccion
Big data oracle_introduccion
 
Tame Big Data with Oracle Data Integration
Tame Big Data with Oracle Data IntegrationTame Big Data with Oracle Data Integration
Tame Big Data with Oracle Data Integration
 
Oracle Data Integration CON9737 at OpenWorld
Oracle Data Integration CON9737 at OpenWorldOracle Data Integration CON9737 at OpenWorld
Oracle Data Integration CON9737 at OpenWorld
 
Jeff Moss CV version 1.11
Jeff Moss CV version 1.11Jeff Moss CV version 1.11
Jeff Moss CV version 1.11
 
Things to know about Oracle GoldenGate
Things to know about Oracle GoldenGateThings to know about Oracle GoldenGate
Things to know about Oracle GoldenGate
 
e-IT exec lunch - "It's all about data" - 25 May '16
e-IT exec lunch - "It's all about data" - 25 May '16e-IT exec lunch - "It's all about data" - 25 May '16
e-IT exec lunch - "It's all about data" - 25 May '16
 
Embracing Disruptive Change with OpenCredo and Google
Embracing Disruptive Change with OpenCredo and GoogleEmbracing Disruptive Change with OpenCredo and Google
Embracing Disruptive Change with OpenCredo and Google
 
Connecta Event: Big Query och dataanalys med Google Cloud Platform
Connecta Event: Big Query och dataanalys med Google Cloud PlatformConnecta Event: Big Query och dataanalys med Google Cloud Platform
Connecta Event: Big Query och dataanalys med Google Cloud Platform
 
Intel and Cloudera: Accelerating Enterprise Big Data Success
Intel and Cloudera: Accelerating Enterprise Big Data SuccessIntel and Cloudera: Accelerating Enterprise Big Data Success
Intel and Cloudera: Accelerating Enterprise Big Data Success
 

Plus de Michael Rainey

Plus de Michael Rainey (18)

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
 
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
 
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
 
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 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...
 
Practical Tips for Oracle Business Intelligence Applications 11g Implementations
Practical Tips for Oracle Business Intelligence Applications 11g ImplementationsPractical Tips for Oracle Business Intelligence Applications 11g Implementations
Practical Tips for Oracle Business Intelligence Applications 11g Implementations
 
GoldenGate and Oracle Data Integrator - A Perfect Match- Upgrade to 12c
GoldenGate and Oracle Data Integrator - A Perfect Match- Upgrade to 12cGoldenGate and Oracle Data Integrator - A Perfect Match- Upgrade to 12c
GoldenGate and Oracle Data Integrator - A Perfect Match- Upgrade to 12c
 
Real-Time Data Replication to Hadoop using GoldenGate 12c Adaptors
Real-Time Data Replication to Hadoop using GoldenGate 12c AdaptorsReal-Time Data Replication to Hadoop using GoldenGate 12c Adaptors
Real-Time Data Replication to Hadoop using GoldenGate 12c Adaptors
 
Real-time Data Warehouse Upgrade – Success Stories
Real-time Data Warehouse Upgrade – Success StoriesReal-time Data Warehouse Upgrade – Success Stories
Real-time Data Warehouse Upgrade – Success Stories
 
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
 
GoldenGate and Oracle Data Integrator - A Perfect Match...
GoldenGate and Oracle Data Integrator - A Perfect Match...GoldenGate and Oracle Data Integrator - A Perfect Match...
GoldenGate and Oracle Data Integrator - A Perfect Match...
 
GoldenGate and ODI - A Perfect Match for Real-Time Data Warehousing
GoldenGate and ODI - A Perfect Match for Real-Time Data WarehousingGoldenGate and ODI - A Perfect Match for Real-Time Data Warehousing
GoldenGate and ODI - A Perfect Match for Real-Time Data Warehousing
 
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
 
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
 
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
 

Dernier

Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
amitlee9823
 
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
amitlee9823
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
amitlee9823
 
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
amitlee9823
 
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night StandCall Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
only4webmaster01
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
AroojKhan71
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
amitlee9823
 
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
amitlee9823
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
amitlee9823
 

Dernier (20)

Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
 
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
 
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
 
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night StandCall Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptx
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
 
Predicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science ProjectPredicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science Project
 
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFx
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interaction
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptx
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
 
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and Milvus
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 

Oracle Data Integrator 12c - Getting Started