SlideShare a Scribd company logo
1 of 26
Download to read offline
OAC and ODI! A match
made in the.... cloud?
Ricardo Giampaoli
Rodrigo Radtke
About the Speakers
Giampaoli, Ricardo
• Oracle Ace
• Master in Business
Administration and IT
management
• EPM training instructor
• Essbase/Planning/OBIEE/ODI
Certified Specialist
• Blogger @ devepm.com
Radtke, Rodrigo
• Oracle Ace
• Graduated in Computer
Engineering
• Solution Architect at Innive Inc
• ODI, Oracle and Java Certified
• Blogger @ devepm.com
DevEpm.com
@RZGiampaoli
@RodrigoRadtke
@DEVEPM
What we'll learn
• What’s OCI
• What's OAC and Types of OAC
• What's DBCS and Types of DBCS
• Possible Architectures
• DBCS as OAC Source
• DBCS with ODI on it
• DBCS with ODI on premises
• On Premises as OAC Source
• DB/ODI on premise with Remote Connect/Data Gatway
• DB/ODI on premise with VPNaaS
• DB/ODI on premise with FastConnect
• Conclusion
DevEpm.com
@RZGiampaoli
@RodrigoRadtke
@DEVEPM
What’s OCI
Oracle Cloud
Infrastructure is a set of
complementary cloud
services that enable you
to build and run a wide
range of applications
and services in a highly
available hosted
environment
DevEpm.com
@RZGiampaoli
@RodrigoRadtke
@DEVEPM
What’s OCI and Types of OCI
• OCI Classic:
• Oracle Cloud Infrastructure Classic (OCI-C) is IaaS offering to provide Compute & Network
(Shared & IP Networks)
• OCI Classic is based on Nimbula Director (Xen based Hypervisor)
• OCI Classic provides only Virtual Machines (whereas OCI can also provide Bare Metal)
• OCI Classic can be deployed as a) Elastic Compute b) Dedicated Compute c) Sparc Model 300
• OCI
• Oracle Cloud Infrastructure (OCI) like OCI-C is also IaaS offering that provides Compute,
Network but as Virtual Cloud Network, Availability Domain and additionally Edge Services
like Email, DNS, Load Balancer etc.
• OCI provides both Bare Metal & Virtual Machines (whereas OCI-C provides only Virtual
Machine) Hypervisor in VM option of OCI is based on KVM (whereas on OCI-C this is Xen
based Hypervisor)
DevEpm.com
@RZGiampaoli
@RodrigoRadtke
@DEVEPM
What's OAC and Types of OAC
• Oracle Analytics Cloud (OAC) is a scalable and secure public cloud service that
provides a full set of capabilities to explore and perform collaborative analytics
for you, your workgroup, and your enterprise
• OAC is available in three editions: Standard, Enterprise, and Essbase
• Each of this editions are available on Oracle Analytics Cloud, Oracle Analytics
Cloud Subscription, and Oracle Analytics Cloud - Classic
Edition Oracle Analytics Cloud
(Managed by Oracle)
Oracle Analytics Cloud Subscription
(Managed by Oracle)
Oracle Analytics Cloud – Classic
(Managed by You (Oracle User))
Standard Data Visualization Data Visualization Data Visualization
Essbase
Essbase Data Visualization
Essbase
Essbase Data Visualization
Essbase
Enterprise Data Visualization
Essbase
Business Intelligence
Business Intelligence (with Data
Visualization)
Data Visualization
Essbase
Business Intelligence
DevEpm.com
@RZGiampaoli
@RodrigoRadtke
@DEVEPM
What's OAC and Types of OAC
• OAC instances are not self-containing and require some additional OCI services.
• The absolute minimum configuration is the following:
• Oracle Cloud Storage (OCS) - is used for backups, log files, etc.
• Oracle Cloud Database Instance (DBC) - is used for RCU schemas.
• Oracle Analytics Cloud Instance (OAC) - is our ultimate target.
• If you want to provide a public IP to you OAC you also need:
• Creating an IP Network
• Provisioning Load Balancer on an IP Network
DevEpm.com
@RZGiampaoli
@RodrigoRadtke
@DEVEPM
What's DBCS and Types of DBCS
• Oracle Database Cloud Service provides you the ability to deploy
Oracle databases in the Cloud, with each database deployment
containing a single Oracle database or an Oracle Data Guard
Service Ideal Customer
Oracle Compute Cloud
Service
For customers who need a Cloud environment with complete control of Oracle software
installation and setup. This service also allows for “Bring Your Own License” for any Oracle
product.
Oracle Database Cloud -
Database as a Service -
Virtual Image
For customers who need pre-installed Oracle Database software with complete control over the
environment and do not require a running Oracle Database.
Oracle Database Cloud -
Database as a Service
For customers who need a pre-configured Oracle Database with complete control over the
environment, new Oracle Cloud automation tools and require a running Oracle Database.
Oracle Database Cloud -
Database Schema Service
For customers who need a development and deployment platform for Oracle Database and/or
browser based applications without SQL*Net access.
DevEpm.com
@RZGiampaoli
@RodrigoRadtke
@DEVEPM
Possible Architectures
• Since we must have a DBCS before we can install/config our OAC
instance, we should think about how we want our architecture to
look like
• We can have 2 different approaches for that:
OAC OAC
DBCS as OAC Source On Premises as OAC Source
On
Premise
On
Premise
V
P
N
RCU
OAC Sources
DW*
ETL Process*
ETL Process*
RCU
OAC Sources
ETL Process*
DBCS
DBCS
DevEpm.com
@RZGiampaoli
@RodrigoRadtke
@DEVEPM
DBCS as OAC Source
• DBCS will be the source of OAC
data
• DBCS needs to be powerful
enough to handle the work load
• We need to have a VPN between
the DBCS and our on premise DB
• If we choose to have the
“Compute” version of DBCS we
can use any VPN you may want
to install
• Use VPNaaS to integrate the
entire OCI with our data center
DevEpm.com
@RZGiampaoli
@RodrigoRadtke
@DEVEPM
DBCS with ODI on it
• If we want a 100% cloud solution we can choose the DBCS compute
solution and bring our own ODI license to it.
• Since we have a VPN between our DBCS and our on premises we
just need to install our ODI Agent on it and use it normally
• We can also install the ODI client to make the access faster
• With this approach we can:
• Not have a DB on premises*
• Not have a ODI on premises
• Connect in different source around the world (Different VPNs for each)
• Shared folder accessible from on premises
• FTPs to send file to and from it
DevEpm.com
@RZGiampaoli
@RodrigoRadtke
@DEVEPM
DBCS with ODI on it
• This solution moves the internet latency from the
data retrieval in OAC to the data load
• This means the end user experience would be
better
• Also it decreases the infra footprint
• Since the DBCS will be administrated by us, we still
need a DBA and an admin to handle the backups,
patches, ODI and everything else.
• All benefits to have a scalable architecture
provided by the cloud solutions are still present
OAC
On
Premise
ODI Agent
ODI Client
ETL Process
OAC RCU
DWs
DBCS
On
Premise
V
P
N
On
Premise
ODI
DevEpm.com
@RZGiampaoli
@RodrigoRadtke
@DEVEPM
DBCS with ODI on premises
• This solution is ideal to companies that already has a big
infra footprint and want to keep control over it
• It is basically the same solution as before but all the ETL
process were handle on premises and then loaded the
final DW data to DBCS
• Remove the need to have the Compute license for DBCS
• As well the possible need of DBA or anyone to handle
the DBCS admin tasks (Depending of the chosen service)
• Also moves the internet latency from the data retrieval
in OAC to the data load improving the user experience
OAC
On
Premise
OAC RCU
DWsDBCS
DW
V
P
N
On
Premise
ODI
DevEpm.com
@RZGiampaoli
@RodrigoRadtke
@DEVEPM
On Premises as OAC Source
• On Premise DB will be the source of OAC data
• On Premise DB needs to be powerful enough to handle the work
load
• We can have 3 different “Tunnels” options between the On Premise
DB and OAC
• The internet needs to be very fast and stable
• The latency will be in the data retrieval instead of on the data load
DevEpm.com
@RZGiampaoli
@RodrigoRadtke
@DEVEPM
DB/ODI on Premise with Remote Connect
/Data Gatway
• Remote Data Connector works with the BI
Server Data Gateway running in the Oracle BI
Cloud Service environment to provide secure
access to on-premises data using private/public
key pairs and SSL communication.
• Remote Data Connector supports these on-
premises database types:
• Oracle, SQL Server, Teradata
• Each Oracle BI Cloud Service instance is
provisioned with a unique private key
• A public key is available for download from
Oracle BI Cloud Service Console
• This public key when deployed on Weblogic on-
premises will make the DB visible from the
Cloud
DevEpm.com
@RZGiampaoli
@RodrigoRadtke
@DEVEPM
On
Premise
DB/ODI on Premise with Remote
Connect/Data Gatway
• OAC will request data from your on-premise databases using
the Remote Connect Weblogic Plugin (Webservice-like
service)
• That means our on-premise environment can continue the
same as before and no data needs to be replicated
• ODI will continue to load our data warehouse
• On OAC Version 105.3 (June release) Oracle introduced Data
Gateway that will replace Remote Connect.
• Remote Connect will still be available but oracle
recommend replace it in the next 6 months.
• Data Gateway basically replaces the Weblogic requirement
from remote connect.
OAC
RCU
DBCS
On
Premise
DW
ODI
Remote
Connect
DevEpm.com
@RZGiampaoli
@RodrigoRadtke
@DEVEPM
DB/ODI on Premise with VPNaaS
• We can use VPNaaS to create a
tunnel between our OCI
environment and our data
center
• With this we can have anything
inside our OCI accessing our on
premises databases (or other
services)
• These can be use in the DBCS
as Source architecture as well
DevEpm.com
@RZGiampaoli
@RodrigoRadtke
@DEVEPM
DB/ODI on Premise with VPNaaS
• After the VPN is set, anything that is in OCI will be able
to access our on premises environment
• That means if we already have a star schema set in our
on premises, we just need to point OAC to this schema
and use it as is
• This is ideal to companies that already has a big BI
infrastructure and want to make use of the cloud
capabilities without losing the existing architecture
• The internet needs to be very fast and stable
• The latency will be in the data retrieval instead of on
the data load
On
Premise
OAC
RCU
DBCS
On
Premise
DW
ODI
VPNaaS
DevEpm.com
@RZGiampaoli
@RodrigoRadtke
@DEVEPM
DB/ODI on Premise with FastConnect
• Oracle FastConnect is a network connectivity alternative to using
the public internet for connecting your network with Oracle Cloud
Infrastructure and other Oracle Cloud services
• FastConnect provides an easy, elastic, and economical way to
create a dedicated and private connection with higher bandwidth
options, and a more reliable and consistent networking experience
when compared to internet-based connections.
• With FastConnect we create a direct link between our data center
and the data center where your Oracle Cloud resources are
provisioned
DevEpm.com
@RZGiampaoli
@RodrigoRadtke
@DEVEPM
DB/ODI on Premise with FastConnect
Using an Oracle Network Provider or Exchange Partner Direct to Oracle: Datacenter Colocation
Direct to Oracle: Dedicated Circuits from a 3rd Party Network Carrier
DevEpm.com
@RZGiampaoli
@RodrigoRadtke
@DEVEPM
DB/ODI on Premise with FastConnect
On
Premise
• With FastConnect we have a direct and exclusive link
outside the internet to connect our on-premise
environment with the datacenter where your Oracle
Cloud resources are provisioned
• We’ll have a secure and guarantee bandwidth
between our servers.
• ODI will continue to load our data warehouse
• OAC will access the on-premise DB directly
• No internet latency just the link latency
OAC
RCU
DBCS
On
Premise
DW
ODI
Fast
Connect
DevEpm.com
@RZGiampaoli
@RodrigoRadtke
@DEVEPM
Conclusion
• There’s no right or wrong architecture, but the best fit to our case
• As we can see there’re a range of solutions to integrate on
premises environments with OAC
• We can go full cloud, migrating our on premises architecture to
cloud, including ODI, and we can manage from there all data
needed
• Or we can leverage what we have on premises and just uses the
OAC analytics capability to work the data
• We also have a range of ways to link or environments
• You just need to find out what is the best one for you
DevEpm.com
@RZGiampaoli
@RodrigoRadtke
@DEVEPM
References
• https://docs.oracle.com/en/cloud/iaas/compute-iaas-cloud/stcsg/setting-vpn-
connection-using-vpnaas.html#GUID-F6207807-9E1A-46D0-8BF4-AC4A2E7785E6
https://docs.oracle.com/en/cloud/paas/analytics-cloud/acsgs/what-is-oracle-
analytics-cloud.html#GUID-081B5BDA-87BD-4C1C-B73B-A3D80A0548AB
• https://cloud.oracle.com/en_US/fastconnect/services
• https://docs.oracle.com/en/cloud/iaas/compute-iaas-cloud/stcsg/setting-vpn-
connection-using-vpnaas.html#GUID-F6207807-9E1A-46D0-8BF4-AC4A2E7785E6
• https://www.oracle.com/technetwork/middleware/bicloud/downloads/bicsrdc-
gs-v1-1-05042016-3007145.pdf
• https://cloud.oracle.com/oac/faq
• https://cloud.oracle.com/en_US/fastconnect/connectivity-models
DevEpm.com
@RZGiampaoli
@RodrigoRadtke
@DEVEPM
Ricardo Giampaoli – TeraCorp
Rodrigo Radtke de Souza – Innive Inc
Thank you!
OAC and ODI! A Match Made in…the cloud?

More Related Content

What's hot

Spark access control on Amazon EMR with AWS Lake Formation
Spark access control on Amazon EMR with AWS Lake FormationSpark access control on Amazon EMR with AWS Lake Formation
Spark access control on Amazon EMR with AWS Lake FormationAnoop Johnson
 
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 #OOWLONMarkus Michalewicz
 
Oracle Database Appliance Workshop
Oracle Database Appliance WorkshopOracle Database Appliance Workshop
Oracle Database Appliance WorkshopMarketingArrowECS_CZ
 
Data Protection in Transit and at Rest
Data Protection in Transit and at RestData Protection in Transit and at Rest
Data Protection in Transit and at RestAmazon Web Services
 
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...Sandesh Rao
 
TechEvent Databricks on Azure
TechEvent Databricks on AzureTechEvent Databricks on Azure
TechEvent Databricks on AzureTrivadis
 
sales-training-deck-apex-cloud-services-compute-hci-offers.pptx
sales-training-deck-apex-cloud-services-compute-hci-offers.pptxsales-training-deck-apex-cloud-services-compute-hci-offers.pptx
sales-training-deck-apex-cloud-services-compute-hci-offers.pptxAamir Ilyas
 
Azure Purview Data Toboggan Erwin de Kreuk
Azure Purview Data Toboggan Erwin de KreukAzure Purview Data Toboggan Erwin de Kreuk
Azure Purview Data Toboggan Erwin de KreukErwin de Kreuk
 
Migrating Data and Databases to Azure
Migrating Data and Databases to AzureMigrating Data and Databases to Azure
Migrating Data and Databases to AzureKaren Lopez
 
Cloud Architectures with AWS Direct Connect (ARC304) | AWS re:Invent 2013
Cloud Architectures with AWS Direct Connect (ARC304) | AWS re:Invent 2013Cloud Architectures with AWS Direct Connect (ARC304) | AWS re:Invent 2013
Cloud Architectures with AWS Direct Connect (ARC304) | AWS re:Invent 2013Amazon Web Services
 
Power BI Create lightning fast dashboard with power bi & Its Components
Power BI Create lightning fast dashboard with power bi & Its Components Power BI Create lightning fast dashboard with power bi & Its Components
Power BI Create lightning fast dashboard with power bi & Its Components Vishal Pawar
 
Lift SSIS package to Azure Data Factory V2
Lift SSIS package to Azure Data Factory V2Lift SSIS package to Azure Data Factory V2
Lift SSIS package to Azure Data Factory V2Manjeet Singh
 
Oracle RAC 12c Practical Performance Management and Tuning OOW13 [CON8825]
Oracle RAC 12c Practical Performance Management and Tuning OOW13 [CON8825]Oracle RAC 12c Practical Performance Management and Tuning OOW13 [CON8825]
Oracle RAC 12c Practical Performance Management and Tuning OOW13 [CON8825]Markus Michalewicz
 
The Roadmap for SQL Server 2019
The Roadmap for SQL Server 2019The Roadmap for SQL Server 2019
The Roadmap for SQL Server 2019Amit Banerjee
 
Apache Kafka vs. Integration Middleware (MQ, ETL, ESB) - Friends, Enemies or ...
Apache Kafka vs. Integration Middleware (MQ, ETL, ESB) - Friends, Enemies or ...Apache Kafka vs. Integration Middleware (MQ, ETL, ESB) - Friends, Enemies or ...
Apache Kafka vs. Integration Middleware (MQ, ETL, ESB) - Friends, Enemies or ...confluent
 

What's hot (20)

Spark access control on Amazon EMR with AWS Lake Formation
Spark access control on Amazon EMR with AWS Lake FormationSpark access control on Amazon EMR with AWS Lake Formation
Spark access control on Amazon EMR with AWS Lake Formation
 
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
 
Faw
FawFaw
Faw
 
Oracle Database Appliance Workshop
Oracle Database Appliance WorkshopOracle Database Appliance Workshop
Oracle Database Appliance Workshop
 
Data Protection in Transit and at Rest
Data Protection in Transit and at RestData Protection in Transit and at Rest
Data Protection in Transit and at Rest
 
Oracle Cloud Infrastructure
Oracle Cloud InfrastructureOracle Cloud Infrastructure
Oracle Cloud Infrastructure
 
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...
 
TechEvent Databricks on Azure
TechEvent Databricks on AzureTechEvent Databricks on Azure
TechEvent Databricks on Azure
 
sales-training-deck-apex-cloud-services-compute-hci-offers.pptx
sales-training-deck-apex-cloud-services-compute-hci-offers.pptxsales-training-deck-apex-cloud-services-compute-hci-offers.pptx
sales-training-deck-apex-cloud-services-compute-hci-offers.pptx
 
Azure Purview Data Toboggan Erwin de Kreuk
Azure Purview Data Toboggan Erwin de KreukAzure Purview Data Toboggan Erwin de Kreuk
Azure Purview Data Toboggan Erwin de Kreuk
 
Azure purview
Azure purviewAzure purview
Azure purview
 
Migrating Data and Databases to Azure
Migrating Data and Databases to AzureMigrating Data and Databases to Azure
Migrating Data and Databases to Azure
 
Oracle Cloud
Oracle CloudOracle Cloud
Oracle Cloud
 
Cloud Architectures with AWS Direct Connect (ARC304) | AWS re:Invent 2013
Cloud Architectures with AWS Direct Connect (ARC304) | AWS re:Invent 2013Cloud Architectures with AWS Direct Connect (ARC304) | AWS re:Invent 2013
Cloud Architectures with AWS Direct Connect (ARC304) | AWS re:Invent 2013
 
Power BI Create lightning fast dashboard with power bi & Its Components
Power BI Create lightning fast dashboard with power bi & Its Components Power BI Create lightning fast dashboard with power bi & Its Components
Power BI Create lightning fast dashboard with power bi & Its Components
 
Lift SSIS package to Azure Data Factory V2
Lift SSIS package to Azure Data Factory V2Lift SSIS package to Azure Data Factory V2
Lift SSIS package to Azure Data Factory V2
 
Oracle RAC 12c Practical Performance Management and Tuning OOW13 [CON8825]
Oracle RAC 12c Practical Performance Management and Tuning OOW13 [CON8825]Oracle RAC 12c Practical Performance Management and Tuning OOW13 [CON8825]
Oracle RAC 12c Practical Performance Management and Tuning OOW13 [CON8825]
 
Building Oracle BIEE (OBIEE) Reports, Dashboards
Building Oracle BIEE (OBIEE) Reports, DashboardsBuilding Oracle BIEE (OBIEE) Reports, Dashboards
Building Oracle BIEE (OBIEE) Reports, Dashboards
 
The Roadmap for SQL Server 2019
The Roadmap for SQL Server 2019The Roadmap for SQL Server 2019
The Roadmap for SQL Server 2019
 
Apache Kafka vs. Integration Middleware (MQ, ETL, ESB) - Friends, Enemies or ...
Apache Kafka vs. Integration Middleware (MQ, ETL, ESB) - Friends, Enemies or ...Apache Kafka vs. Integration Middleware (MQ, ETL, ESB) - Friends, Enemies or ...
Apache Kafka vs. Integration Middleware (MQ, ETL, ESB) - Friends, Enemies or ...
 

Similar to OAC and ODI! A Match Made in…the cloud?

WebLogic on ODA - Oracle Open World 2013
WebLogic on ODA - Oracle Open World 2013WebLogic on ODA - Oracle Open World 2013
WebLogic on ODA - Oracle Open World 2013Michel Schildmeijer
 
Should I move my database to the cloud?
Should I move my database to the cloud?Should I move my database to the cloud?
Should I move my database to the cloud?James Serra
 
[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...
[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...
[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...Insight Technology, Inc.
 
DTU Global Azure 2023 Bootcamp - Multi-cloud App Dev for Java Developers with...
DTU Global Azure 2023 Bootcamp - Multi-cloud App Dev for Java Developers with...DTU Global Azure 2023 Bootcamp - Multi-cloud App Dev for Java Developers with...
DTU Global Azure 2023 Bootcamp - Multi-cloud App Dev for Java Developers with...Juarez Junior
 
Whats new in Oracle Database 12c release 12.1.0.2
Whats new in Oracle Database 12c release 12.1.0.2Whats new in Oracle Database 12c release 12.1.0.2
Whats new in Oracle Database 12c release 12.1.0.2Connor McDonald
 
2019 - GUOB Tech Day / Groundbreakers LAD Tour - Database Migration Methods t...
2019 - GUOB Tech Day / Groundbreakers LAD Tour - Database Migration Methods t...2019 - GUOB Tech Day / Groundbreakers LAD Tour - Database Migration Methods t...
2019 - GUOB Tech Day / Groundbreakers LAD Tour - Database Migration Methods t...Marcus Vinicius Miguel Pedro
 
Oracle Cloud Overview - Day1 (1)-converted.pptx
Oracle Cloud Overview - Day1 (1)-converted.pptxOracle Cloud Overview - Day1 (1)-converted.pptx
Oracle Cloud Overview - Day1 (1)-converted.pptxDhanaraajDevelopers
 
MV2ADB - Move to Oracle Autonomous Database in One-click
MV2ADB - Move to Oracle Autonomous Database in One-clickMV2ADB - Move to Oracle Autonomous Database in One-click
MV2ADB - Move to Oracle Autonomous Database in One-clickRuggero Citton
 
Migrating to Amazon RDS with Database Migration Service
Migrating to Amazon RDS with Database Migration ServiceMigrating to Amazon RDS with Database Migration Service
Migrating to Amazon RDS with Database Migration ServiceAmazon Web Services
 
autonomous-database-100.pdf
autonomous-database-100.pdfautonomous-database-100.pdf
autonomous-database-100.pdfTrLuNguyn
 
Whats new in Autonomous Database in 2022
Whats new in Autonomous Database in 2022Whats new in Autonomous Database in 2022
Whats new in Autonomous Database in 2022Sandesh Rao
 
AWS re:Invent 2016: Workshop: Using the Database Migration Service (DMS) for ...
AWS re:Invent 2016: Workshop: Using the Database Migration Service (DMS) for ...AWS re:Invent 2016: Workshop: Using the Database Migration Service (DMS) for ...
AWS re:Invent 2016: Workshop: Using the Database Migration Service (DMS) for ...Amazon Web Services
 
SOA & WebLogic - Lift & Shift to the Cloud
SOA & WebLogic - Lift & Shift to the CloudSOA & WebLogic - Lift & Shift to the Cloud
SOA & WebLogic - Lift & Shift to the CloudSimon Haslam
 
Exploring All options to move your Oracle Databases to the Oracle Cloud
Exploring All options to move your Oracle Databases to the Oracle CloudExploring All options to move your Oracle Databases to the Oracle Cloud
Exploring All options to move your Oracle Databases to the Oracle CloudAlex Zaballa
 
클라우드 시대 완벽한 데이터 관리 방법
클라우드 시대 완벽한 데이터 관리 방법 클라우드 시대 완벽한 데이터 관리 방법
클라우드 시대 완벽한 데이터 관리 방법 오라클 클라우드
 
Optymalizacja środowiska Open Source w celu zwiększenia oszczędności i kontroli
Optymalizacja środowiska Open Source w celu zwiększenia oszczędności i kontroliOptymalizacja środowiska Open Source w celu zwiększenia oszczędności i kontroli
Optymalizacja środowiska Open Source w celu zwiększenia oszczędności i kontroliEDB
 

Similar to OAC and ODI! A Match Made in…the cloud? (20)

WebLogic on ODA - Oracle Open World 2013
WebLogic on ODA - Oracle Open World 2013WebLogic on ODA - Oracle Open World 2013
WebLogic on ODA - Oracle Open World 2013
 
Should I move my database to the cloud?
Should I move my database to the cloud?Should I move my database to the cloud?
Should I move my database to the cloud?
 
[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...
[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...
[db tech showcase Tokyo 2018] #dbts2018 #B31 『1,2,3 and Done! 3 easy ways to ...
 
DTU Global Azure 2023 Bootcamp - Multi-cloud App Dev for Java Developers with...
DTU Global Azure 2023 Bootcamp - Multi-cloud App Dev for Java Developers with...DTU Global Azure 2023 Bootcamp - Multi-cloud App Dev for Java Developers with...
DTU Global Azure 2023 Bootcamp - Multi-cloud App Dev for Java Developers with...
 
Whats new in Oracle Database 12c release 12.1.0.2
Whats new in Oracle Database 12c release 12.1.0.2Whats new in Oracle Database 12c release 12.1.0.2
Whats new in Oracle Database 12c release 12.1.0.2
 
I one Service Offerings
I one Service OfferingsI one Service Offerings
I one Service Offerings
 
Oracle Database Cloud Service
Oracle Database Cloud ServiceOracle Database Cloud Service
Oracle Database Cloud Service
 
2019 - GUOB Tech Day / Groundbreakers LAD Tour - Database Migration Methods t...
2019 - GUOB Tech Day / Groundbreakers LAD Tour - Database Migration Methods t...2019 - GUOB Tech Day / Groundbreakers LAD Tour - Database Migration Methods t...
2019 - GUOB Tech Day / Groundbreakers LAD Tour - Database Migration Methods t...
 
Oracle Cloud Overview - Day1 (1)-converted.pptx
Oracle Cloud Overview - Day1 (1)-converted.pptxOracle Cloud Overview - Day1 (1)-converted.pptx
Oracle Cloud Overview - Day1 (1)-converted.pptx
 
MV2ADB - Move to Oracle Autonomous Database in One-click
MV2ADB - Move to Oracle Autonomous Database in One-clickMV2ADB - Move to Oracle Autonomous Database in One-click
MV2ADB - Move to Oracle Autonomous Database in One-click
 
Migrating to Amazon RDS with Database Migration Service
Migrating to Amazon RDS with Database Migration ServiceMigrating to Amazon RDS with Database Migration Service
Migrating to Amazon RDS with Database Migration Service
 
autonomous-database-100.pdf
autonomous-database-100.pdfautonomous-database-100.pdf
autonomous-database-100.pdf
 
56k.cloud training
56k.cloud training56k.cloud training
56k.cloud training
 
Whats new in Autonomous Database in 2022
Whats new in Autonomous Database in 2022Whats new in Autonomous Database in 2022
Whats new in Autonomous Database in 2022
 
AWS re:Invent 2016: Workshop: Using the Database Migration Service (DMS) for ...
AWS re:Invent 2016: Workshop: Using the Database Migration Service (DMS) for ...AWS re:Invent 2016: Workshop: Using the Database Migration Service (DMS) for ...
AWS re:Invent 2016: Workshop: Using the Database Migration Service (DMS) for ...
 
How to Win When Migrating to Azure
How to Win When Migrating to AzureHow to Win When Migrating to Azure
How to Win When Migrating to Azure
 
SOA & WebLogic - Lift & Shift to the Cloud
SOA & WebLogic - Lift & Shift to the CloudSOA & WebLogic - Lift & Shift to the Cloud
SOA & WebLogic - Lift & Shift to the Cloud
 
Exploring All options to move your Oracle Databases to the Oracle Cloud
Exploring All options to move your Oracle Databases to the Oracle CloudExploring All options to move your Oracle Databases to the Oracle Cloud
Exploring All options to move your Oracle Databases to the Oracle Cloud
 
클라우드 시대 완벽한 데이터 관리 방법
클라우드 시대 완벽한 데이터 관리 방법 클라우드 시대 완벽한 데이터 관리 방법
클라우드 시대 완벽한 데이터 관리 방법
 
Optymalizacja środowiska Open Source w celu zwiększenia oszczędności i kontroli
Optymalizacja środowiska Open Source w celu zwiększenia oszczędności i kontroliOptymalizacja środowiska Open Source w celu zwiększenia oszczędności i kontroli
Optymalizacja środowiska Open Source w celu zwiększenia oszczędności i kontroli
 

More from Rodrigo Radtke de Souza

How to Use Your Existing ODI On-Premise to Seamlessly Integrate PBCS
How to Use Your Existing ODI On-Premise to Seamlessly Integrate PBCSHow to Use Your Existing ODI On-Premise to Seamlessly Integrate PBCS
How to Use Your Existing ODI On-Premise to Seamlessly Integrate PBCSRodrigo Radtke de Souza
 
Essbase Statistics DW: How to Automatically Administrate Essbase Using ODI
Essbase Statistics DW: How to Automatically Administrate Essbase Using ODIEssbase Statistics DW: How to Automatically Administrate Essbase Using ODI
Essbase Statistics DW: How to Automatically Administrate Essbase Using ODIRodrigo Radtke de Souza
 
Data Warehouse 2.0: Master Techniques for EPM Guys (Powered by ODI)
Data Warehouse 2.0: Master Techniques for EPM Guys (Powered by ODI)Data Warehouse 2.0: Master Techniques for EPM Guys (Powered by ODI)
Data Warehouse 2.0: Master Techniques for EPM Guys (Powered by ODI)Rodrigo Radtke de Souza
 
Take a peek at Dell's smart EPM global environment
Take a peek at Dell's smart EPM global environmentTake a peek at Dell's smart EPM global environment
Take a peek at Dell's smart EPM global environmentRodrigo Radtke de Souza
 
Incredible ODI tips to work with Hyperion tools that you ever wanted to know
Incredible ODI tips to work with Hyperion tools that you ever wanted to knowIncredible ODI tips to work with Hyperion tools that you ever wanted to know
Incredible ODI tips to work with Hyperion tools that you ever wanted to knowRodrigo Radtke de Souza
 
Unleashing Hyperion Planning Security Using ODI
Unleashing Hyperion Planning Security Using ODIUnleashing Hyperion Planning Security Using ODI
Unleashing Hyperion Planning Security Using ODIRodrigo Radtke de Souza
 
No more unknown members! Smart data load validation for Hyperion Planning usi...
No more unknown members! Smart data load validation for Hyperion Planning usi...No more unknown members! Smart data load validation for Hyperion Planning usi...
No more unknown members! Smart data load validation for Hyperion Planning usi...Rodrigo Radtke de Souza
 

More from Rodrigo Radtke de Souza (8)

How to Use Your Existing ODI On-Premise to Seamlessly Integrate PBCS
How to Use Your Existing ODI On-Premise to Seamlessly Integrate PBCSHow to Use Your Existing ODI On-Premise to Seamlessly Integrate PBCS
How to Use Your Existing ODI On-Premise to Seamlessly Integrate PBCS
 
Essbase Statistics DW: How to Automatically Administrate Essbase Using ODI
Essbase Statistics DW: How to Automatically Administrate Essbase Using ODIEssbase Statistics DW: How to Automatically Administrate Essbase Using ODI
Essbase Statistics DW: How to Automatically Administrate Essbase Using ODI
 
Data Warehouse 2.0: Master Techniques for EPM Guys (Powered by ODI)
Data Warehouse 2.0: Master Techniques for EPM Guys (Powered by ODI)Data Warehouse 2.0: Master Techniques for EPM Guys (Powered by ODI)
Data Warehouse 2.0: Master Techniques for EPM Guys (Powered by ODI)
 
Take a peek at Dell's smart EPM global environment
Take a peek at Dell's smart EPM global environmentTake a peek at Dell's smart EPM global environment
Take a peek at Dell's smart EPM global environment
 
Incredible ODI tips to work with Hyperion tools that you ever wanted to know
Incredible ODI tips to work with Hyperion tools that you ever wanted to knowIncredible ODI tips to work with Hyperion tools that you ever wanted to know
Incredible ODI tips to work with Hyperion tools that you ever wanted to know
 
Unleashing Hyperion Planning Security Using ODI
Unleashing Hyperion Planning Security Using ODIUnleashing Hyperion Planning Security Using ODI
Unleashing Hyperion Planning Security Using ODI
 
No more unknown members! Smart data load validation for Hyperion Planning usi...
No more unknown members! Smart data load validation for Hyperion Planning usi...No more unknown members! Smart data load validation for Hyperion Planning usi...
No more unknown members! Smart data load validation for Hyperion Planning usi...
 
Where to Start ETL Developer Career
Where to Start ETL Developer CareerWhere to Start ETL Developer Career
Where to Start ETL Developer Career
 

Recently uploaded

Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...nirzagarg
 
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...HyderabadDolls
 
Digital Transformation Playbook by Graham Ware
Digital Transformation Playbook by Graham WareDigital Transformation Playbook by Graham Ware
Digital Transformation Playbook by Graham WareGraham Ware
 
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...gajnagarg
 
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...gajnagarg
 
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...Health
 
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...Elaine Werffeli
 
Ranking and Scoring Exercises for Research
Ranking and Scoring Exercises for ResearchRanking and Scoring Exercises for Research
Ranking and Scoring Exercises for ResearchRajesh Mondal
 
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...gajnagarg
 
Vadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book now
Vadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book nowVadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book now
Vadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book nowgargpaaro
 
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi ArabiaIn Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabiaahmedjiabur940
 
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...SOFTTECHHUB
 
Dubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls DubaiDubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls Dubaikojalkojal131
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Valters Lauzums
 
Aspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - AlmoraAspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - AlmoraGovindSinghDasila
 
Kings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about themKings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about themeitharjee
 
Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1ranjankumarbehera14
 
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样wsppdmt
 
20240412-SmartCityIndex-2024-Full-Report.pdf
20240412-SmartCityIndex-2024-Full-Report.pdf20240412-SmartCityIndex-2024-Full-Report.pdf
20240412-SmartCityIndex-2024-Full-Report.pdfkhraisr
 

Recently uploaded (20)

Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
 
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
 
Digital Transformation Playbook by Graham Ware
Digital Transformation Playbook by Graham WareDigital Transformation Playbook by Graham Ware
Digital Transformation Playbook by Graham Ware
 
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
 
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
 
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
 
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
 
Ranking and Scoring Exercises for Research
Ranking and Scoring Exercises for ResearchRanking and Scoring Exercises for Research
Ranking and Scoring Exercises for Research
 
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
 
Vadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book now
Vadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book nowVadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book now
Vadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book now
 
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi ArabiaIn Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
 
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
 
Dubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls DubaiDubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls Dubai
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
Aspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - AlmoraAspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - Almora
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
 
Kings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about themKings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about them
 
Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1
 
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
 
20240412-SmartCityIndex-2024-Full-Report.pdf
20240412-SmartCityIndex-2024-Full-Report.pdf20240412-SmartCityIndex-2024-Full-Report.pdf
20240412-SmartCityIndex-2024-Full-Report.pdf
 

OAC and ODI! A Match Made in…the cloud?

  • 1.
  • 2. OAC and ODI! A match made in the.... cloud? Ricardo Giampaoli Rodrigo Radtke
  • 3. About the Speakers Giampaoli, Ricardo • Oracle Ace • Master in Business Administration and IT management • EPM training instructor • Essbase/Planning/OBIEE/ODI Certified Specialist • Blogger @ devepm.com Radtke, Rodrigo • Oracle Ace • Graduated in Computer Engineering • Solution Architect at Innive Inc • ODI, Oracle and Java Certified • Blogger @ devepm.com
  • 4. DevEpm.com @RZGiampaoli @RodrigoRadtke @DEVEPM What we'll learn • What’s OCI • What's OAC and Types of OAC • What's DBCS and Types of DBCS • Possible Architectures • DBCS as OAC Source • DBCS with ODI on it • DBCS with ODI on premises • On Premises as OAC Source • DB/ODI on premise with Remote Connect/Data Gatway • DB/ODI on premise with VPNaaS • DB/ODI on premise with FastConnect • Conclusion
  • 5. DevEpm.com @RZGiampaoli @RodrigoRadtke @DEVEPM What’s OCI Oracle Cloud Infrastructure is a set of complementary cloud services that enable you to build and run a wide range of applications and services in a highly available hosted environment
  • 6. DevEpm.com @RZGiampaoli @RodrigoRadtke @DEVEPM What’s OCI and Types of OCI • OCI Classic: • Oracle Cloud Infrastructure Classic (OCI-C) is IaaS offering to provide Compute & Network (Shared & IP Networks) • OCI Classic is based on Nimbula Director (Xen based Hypervisor) • OCI Classic provides only Virtual Machines (whereas OCI can also provide Bare Metal) • OCI Classic can be deployed as a) Elastic Compute b) Dedicated Compute c) Sparc Model 300 • OCI • Oracle Cloud Infrastructure (OCI) like OCI-C is also IaaS offering that provides Compute, Network but as Virtual Cloud Network, Availability Domain and additionally Edge Services like Email, DNS, Load Balancer etc. • OCI provides both Bare Metal & Virtual Machines (whereas OCI-C provides only Virtual Machine) Hypervisor in VM option of OCI is based on KVM (whereas on OCI-C this is Xen based Hypervisor)
  • 7. DevEpm.com @RZGiampaoli @RodrigoRadtke @DEVEPM What's OAC and Types of OAC • Oracle Analytics Cloud (OAC) is a scalable and secure public cloud service that provides a full set of capabilities to explore and perform collaborative analytics for you, your workgroup, and your enterprise • OAC is available in three editions: Standard, Enterprise, and Essbase • Each of this editions are available on Oracle Analytics Cloud, Oracle Analytics Cloud Subscription, and Oracle Analytics Cloud - Classic Edition Oracle Analytics Cloud (Managed by Oracle) Oracle Analytics Cloud Subscription (Managed by Oracle) Oracle Analytics Cloud – Classic (Managed by You (Oracle User)) Standard Data Visualization Data Visualization Data Visualization Essbase Essbase Data Visualization Essbase Essbase Data Visualization Essbase Enterprise Data Visualization Essbase Business Intelligence Business Intelligence (with Data Visualization) Data Visualization Essbase Business Intelligence
  • 8. DevEpm.com @RZGiampaoli @RodrigoRadtke @DEVEPM What's OAC and Types of OAC • OAC instances are not self-containing and require some additional OCI services. • The absolute minimum configuration is the following: • Oracle Cloud Storage (OCS) - is used for backups, log files, etc. • Oracle Cloud Database Instance (DBC) - is used for RCU schemas. • Oracle Analytics Cloud Instance (OAC) - is our ultimate target. • If you want to provide a public IP to you OAC you also need: • Creating an IP Network • Provisioning Load Balancer on an IP Network
  • 9. DevEpm.com @RZGiampaoli @RodrigoRadtke @DEVEPM What's DBCS and Types of DBCS • Oracle Database Cloud Service provides you the ability to deploy Oracle databases in the Cloud, with each database deployment containing a single Oracle database or an Oracle Data Guard Service Ideal Customer Oracle Compute Cloud Service For customers who need a Cloud environment with complete control of Oracle software installation and setup. This service also allows for “Bring Your Own License” for any Oracle product. Oracle Database Cloud - Database as a Service - Virtual Image For customers who need pre-installed Oracle Database software with complete control over the environment and do not require a running Oracle Database. Oracle Database Cloud - Database as a Service For customers who need a pre-configured Oracle Database with complete control over the environment, new Oracle Cloud automation tools and require a running Oracle Database. Oracle Database Cloud - Database Schema Service For customers who need a development and deployment platform for Oracle Database and/or browser based applications without SQL*Net access.
  • 10. DevEpm.com @RZGiampaoli @RodrigoRadtke @DEVEPM Possible Architectures • Since we must have a DBCS before we can install/config our OAC instance, we should think about how we want our architecture to look like • We can have 2 different approaches for that: OAC OAC DBCS as OAC Source On Premises as OAC Source On Premise On Premise V P N RCU OAC Sources DW* ETL Process* ETL Process* RCU OAC Sources ETL Process* DBCS DBCS
  • 11. DevEpm.com @RZGiampaoli @RodrigoRadtke @DEVEPM DBCS as OAC Source • DBCS will be the source of OAC data • DBCS needs to be powerful enough to handle the work load • We need to have a VPN between the DBCS and our on premise DB • If we choose to have the “Compute” version of DBCS we can use any VPN you may want to install • Use VPNaaS to integrate the entire OCI with our data center
  • 12. DevEpm.com @RZGiampaoli @RodrigoRadtke @DEVEPM DBCS with ODI on it • If we want a 100% cloud solution we can choose the DBCS compute solution and bring our own ODI license to it. • Since we have a VPN between our DBCS and our on premises we just need to install our ODI Agent on it and use it normally • We can also install the ODI client to make the access faster • With this approach we can: • Not have a DB on premises* • Not have a ODI on premises • Connect in different source around the world (Different VPNs for each) • Shared folder accessible from on premises • FTPs to send file to and from it
  • 13. DevEpm.com @RZGiampaoli @RodrigoRadtke @DEVEPM DBCS with ODI on it • This solution moves the internet latency from the data retrieval in OAC to the data load • This means the end user experience would be better • Also it decreases the infra footprint • Since the DBCS will be administrated by us, we still need a DBA and an admin to handle the backups, patches, ODI and everything else. • All benefits to have a scalable architecture provided by the cloud solutions are still present OAC On Premise ODI Agent ODI Client ETL Process OAC RCU DWs DBCS On Premise V P N On Premise ODI
  • 14. DevEpm.com @RZGiampaoli @RodrigoRadtke @DEVEPM DBCS with ODI on premises • This solution is ideal to companies that already has a big infra footprint and want to keep control over it • It is basically the same solution as before but all the ETL process were handle on premises and then loaded the final DW data to DBCS • Remove the need to have the Compute license for DBCS • As well the possible need of DBA or anyone to handle the DBCS admin tasks (Depending of the chosen service) • Also moves the internet latency from the data retrieval in OAC to the data load improving the user experience OAC On Premise OAC RCU DWsDBCS DW V P N On Premise ODI
  • 15. DevEpm.com @RZGiampaoli @RodrigoRadtke @DEVEPM On Premises as OAC Source • On Premise DB will be the source of OAC data • On Premise DB needs to be powerful enough to handle the work load • We can have 3 different “Tunnels” options between the On Premise DB and OAC • The internet needs to be very fast and stable • The latency will be in the data retrieval instead of on the data load
  • 16. DevEpm.com @RZGiampaoli @RodrigoRadtke @DEVEPM DB/ODI on Premise with Remote Connect /Data Gatway • Remote Data Connector works with the BI Server Data Gateway running in the Oracle BI Cloud Service environment to provide secure access to on-premises data using private/public key pairs and SSL communication. • Remote Data Connector supports these on- premises database types: • Oracle, SQL Server, Teradata • Each Oracle BI Cloud Service instance is provisioned with a unique private key • A public key is available for download from Oracle BI Cloud Service Console • This public key when deployed on Weblogic on- premises will make the DB visible from the Cloud
  • 17. DevEpm.com @RZGiampaoli @RodrigoRadtke @DEVEPM On Premise DB/ODI on Premise with Remote Connect/Data Gatway • OAC will request data from your on-premise databases using the Remote Connect Weblogic Plugin (Webservice-like service) • That means our on-premise environment can continue the same as before and no data needs to be replicated • ODI will continue to load our data warehouse • On OAC Version 105.3 (June release) Oracle introduced Data Gateway that will replace Remote Connect. • Remote Connect will still be available but oracle recommend replace it in the next 6 months. • Data Gateway basically replaces the Weblogic requirement from remote connect. OAC RCU DBCS On Premise DW ODI Remote Connect
  • 18. DevEpm.com @RZGiampaoli @RodrigoRadtke @DEVEPM DB/ODI on Premise with VPNaaS • We can use VPNaaS to create a tunnel between our OCI environment and our data center • With this we can have anything inside our OCI accessing our on premises databases (or other services) • These can be use in the DBCS as Source architecture as well
  • 19. DevEpm.com @RZGiampaoli @RodrigoRadtke @DEVEPM DB/ODI on Premise with VPNaaS • After the VPN is set, anything that is in OCI will be able to access our on premises environment • That means if we already have a star schema set in our on premises, we just need to point OAC to this schema and use it as is • This is ideal to companies that already has a big BI infrastructure and want to make use of the cloud capabilities without losing the existing architecture • The internet needs to be very fast and stable • The latency will be in the data retrieval instead of on the data load On Premise OAC RCU DBCS On Premise DW ODI VPNaaS
  • 20. DevEpm.com @RZGiampaoli @RodrigoRadtke @DEVEPM DB/ODI on Premise with FastConnect • Oracle FastConnect is a network connectivity alternative to using the public internet for connecting your network with Oracle Cloud Infrastructure and other Oracle Cloud services • FastConnect provides an easy, elastic, and economical way to create a dedicated and private connection with higher bandwidth options, and a more reliable and consistent networking experience when compared to internet-based connections. • With FastConnect we create a direct link between our data center and the data center where your Oracle Cloud resources are provisioned
  • 21. DevEpm.com @RZGiampaoli @RodrigoRadtke @DEVEPM DB/ODI on Premise with FastConnect Using an Oracle Network Provider or Exchange Partner Direct to Oracle: Datacenter Colocation Direct to Oracle: Dedicated Circuits from a 3rd Party Network Carrier
  • 22. DevEpm.com @RZGiampaoli @RodrigoRadtke @DEVEPM DB/ODI on Premise with FastConnect On Premise • With FastConnect we have a direct and exclusive link outside the internet to connect our on-premise environment with the datacenter where your Oracle Cloud resources are provisioned • We’ll have a secure and guarantee bandwidth between our servers. • ODI will continue to load our data warehouse • OAC will access the on-premise DB directly • No internet latency just the link latency OAC RCU DBCS On Premise DW ODI Fast Connect
  • 23. DevEpm.com @RZGiampaoli @RodrigoRadtke @DEVEPM Conclusion • There’s no right or wrong architecture, but the best fit to our case • As we can see there’re a range of solutions to integrate on premises environments with OAC • We can go full cloud, migrating our on premises architecture to cloud, including ODI, and we can manage from there all data needed • Or we can leverage what we have on premises and just uses the OAC analytics capability to work the data • We also have a range of ways to link or environments • You just need to find out what is the best one for you
  • 24. DevEpm.com @RZGiampaoli @RodrigoRadtke @DEVEPM References • https://docs.oracle.com/en/cloud/iaas/compute-iaas-cloud/stcsg/setting-vpn- connection-using-vpnaas.html#GUID-F6207807-9E1A-46D0-8BF4-AC4A2E7785E6 https://docs.oracle.com/en/cloud/paas/analytics-cloud/acsgs/what-is-oracle- analytics-cloud.html#GUID-081B5BDA-87BD-4C1C-B73B-A3D80A0548AB • https://cloud.oracle.com/en_US/fastconnect/services • https://docs.oracle.com/en/cloud/iaas/compute-iaas-cloud/stcsg/setting-vpn- connection-using-vpnaas.html#GUID-F6207807-9E1A-46D0-8BF4-AC4A2E7785E6 • https://www.oracle.com/technetwork/middleware/bicloud/downloads/bicsrdc- gs-v1-1-05042016-3007145.pdf • https://cloud.oracle.com/oac/faq • https://cloud.oracle.com/en_US/fastconnect/connectivity-models
  • 25. DevEpm.com @RZGiampaoli @RodrigoRadtke @DEVEPM Ricardo Giampaoli – TeraCorp Rodrigo Radtke de Souza – Innive Inc Thank you!