SlideShare a Scribd company logo
A Presentation for:
Autonomous Data Warehouse Cloud &
Data Visualization
Edelweiss Kammermann
Nuremberg, Germany
November 20th, 2018
© IT Convergence 2018 • All rights reserved
IT CONVERGENCE SNAPSHOT
© IT Convergence 2018 • All rights reserved
Over 600 Customers Engagements In More Than 50 Countries
EXTENSIVE EXPERTISE ACROSS THE GLOBE
© IT Convergence 2018 • All rights reserved
Edelweiss Kammermann
 Computer Engineer, BI and Data Integration Specialist
 Over 20 years of Consulting and Project Management experience in Oracle technology.
 Co-founder and Vice President of Uruguayan Oracle User Group (UYOUG)
 Vice President of LAOUC (Latin America Oracle User Community)
 BI Manager at ITConvergence
 Writer and frequent speaker at international conferences: Collaborate, OTN Tour LA,
UKOUG Tech & Apps, OOW, etc
 Oracle ACE Director
 Oracle Big Data Implementation Specialist
© IT Convergence 2018 • All rights reserved
Uruguay
© IT Convergence 2018 • All rights reserved
3 Membership Tiers
• Oracle ACE Director
• Oracle ACE
• Oracle ACE Associate
bit.ly/OracleACEProgram
500+ Technical Experts
Helping Peers Globally
Connect:
Nominate yourself or someone you know: acenomination.oracle.com
@oracleace
Facebook.com/oracleaces
oracle-ace_ww@oracle.com
© IT Convergence 2018 • All rights reserved
Index
What is Autonomous Data Warehouse Cloud?
Creating an Instance of ADWC
Connectivity with ADWC
How to connect DVD to ADWC
Oracle Data Visualization
© IT Convergence 2018 • All rights reserved
What is Autonomous Data Warehouse Cloud (ADWC)?
 Cloud Service specially designed for
Data Warehouse
 Based on Oracle Database 18c &
Exadata
 Cloud Service on Oracle Cloud
Infrastructure (OCI)
 It doesn’t require admin task or tuning
 Data is saved encrypted
 Online Scaling CPU & Storage
 Machine Learning features
 Data Visualization Desktop is included
© IT Convergence 2018 • All rights reserved
ADWC Restrictions - August 2018
 Tablespaces are automatically configured. Cannot be created, modified or deleted
 Compression: Hybrid Columnar Compression (Exadata functionality) Cannot be modified.
 Cannot create dblinks to other databases (security reasons). Only allowed from other databases
to ADWC
 Cannot create or modify Materialized Views, Indexes or Partitions
 Restricted list of SQL commands in the following documentation
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/experienced-database-
users.html#GUID-58EE6599-6DB4-4F8E-816D-0422377857E5
 There is no access to sys or system user.
 The administrator user is “admin”
© IT Convergence 2018 • All rights reserved
ADWC Restrictions – Since September 2018
 Tablespaces are automatically configured. Cannot be created, modified or deleted
 Compression: Hybrid Columnar Compression (Exadata functionality) + all table compression
types.
 Cannot create dblinks to other databases (security reasons). Only allowed from other databases
to ADWC
 Materialized Views, Partition and Indexes can be created now.
 Restricted list of SQL commands in the following documentation
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/experienced-database-
users.html#GUID-58EE6599-6DB4-4F8E-816D-0422377857E5
 There is no access to sys or system user.
 The administrator user is “admin”
© IT Convergence 2018 • All rights reserved
Login into Oracle Cloud
© IT Convergence 2018 • All rights reserved
Creating an ADWC instance
 Compartment where the instance will be
created
 Instance Name
 Number of CPUs.
 Number of Terabytes of Storage
© IT Convergence 2018 • All rights reserved
What is a Compartment?
 A compartment is a logical
division.
 A way to organize the Cloud
services inside the Oracle
Cloud
 Once we created an ADWC
instance in a compartment
cannot be moved to another
one.
© IT Convergence 2018 • All rights reserved
Connecting to ADWC
 Can connect with Oracle products and
analytics and ETL tools for third-party
 Connection through wallet.
 Certification Matrix
 http://www.oracle.com/technetwork/database/bi-
datawarehousing/adwc-certification-matrix-4920939.pdf
© IT Convergence 2018 • All rights reserved
Loading data into ADWC
 SQLDeveloper 18.2 +
 SQL Developer 17.4+
needs keystore password
 ETL tools
 Oracle Data Integrator
 Informatica PowerCenter
 etc
© IT Convergence 2018 • All rights reserved
Get ADWC Credentials
 In the Service Console, under the Administration option, select Download Client
Credentials
 Or DB connection
option from the ADWC
instance console
© IT Convergence 2018 • All rights reserved
ADWC Wallet’s Content
© IT Convergence 2018 • All rights reserved
ADWC Connection Details
 The connection details can be found In the tnsnames. ora or using the new DB connection
button
 Choose the correspondent one depending on performance requirements
© IT Convergence 2018 • All rights reserved
ADWC Connection Types
 Pre defined Service names offer different levels of performance & concurrency
 High: the highest level of performance. Number of concurrent queries 3 – this value does not
depend of the number of CPUs
 Medium: performance lower level than high Number of concurrent queries: depends on
number of CPUs (lineal increment)
 Low: is the lowest value for performance but is the highest value of concurrency
Obs: Using Low database replication like GoldenGate
© IT Convergence 2018 • All rights reserved
ADWC Concurrency Examples
 Considering an ADWC instance with 16 CPU
 High: 3 concurrent queries
 Medium: 20 concurrent queries
 Low: 32 concurrent queries
© IT Convergence 2018 • All rights reserved
From Where Data can be loaded in ADWC?
 Local servers files
 Oracle Database (on prem or Cloud)
 Storage in the Cloud
 Oracle Object Storage
 Azure Blob Storage
 AWS S3
© IT Convergence 2018 • All rights reserved
Connecting to ADWC from Data Visualization Desktop (DVD)
For previous versions to 12.2.5.0
1. Get the ADWC Credentials (Wallet)
2. Copy the wallet.sso under DVD folder
3. Get the connection details from the
tnsnames.ora file or DB connection option
4. Create a new connection in DVD
© IT Convergence 2018 • All rights reserved
1. Get ADWC Credentials
 In the Service Console, under the
Administration option, select Download Client
Credentials
© IT Convergence 2018 • All rights reserved
2. Copy the wallet.sso file under DVD folder
 Copy the wallet.sso file under %AppData%LocalDVDesktopcomponentsOBISdwcs folder
 Create the folder in case it doesn’t exist
© IT Convergence 2018 • All rights reserved
3. Get the ADWC Connection Details
 The connection details can be found In the tnsnames. ora or using the new DB connection
button
 Choose the correspondent one depending on performance requirements
© IT Convergence 2018 • All rights reserved
4. Creating an ADWC connection in DVD
© IT Convergence 2018 • All rights reserved
Connecting to ADWC from Data Visualization Desktop (DVD)
Since version 12.2.5.0
1. Get the ADWC Credentials (Wallet)
2. Get the connection details from the
tnsnames.ora file or DB connection option
3. Create a new connection in DVD 12.2.5.0
© IT Convergence 2018 • All rights reserved
Creating a new ADWC connection in DVD 12.2.5
© IT Convergence 2018 • All rights reserved
Oracle Data Visualization Desktop
 Self- Service Analytics
 Intuitive and easy to use
 Oriented to Business Users
 Can connect to more than 30
data sources
 Sources can be combined
without coding or SQL
knowledge
© IT Convergence 2018 • All rights reserved
Data Visualization – Getting Started
 Create Data Sets
 Create a Project
 Select a Data Set
 Drag & Drop attributes to create
Data visualizations
 Add filters
 Combine with other sources
 Create the story of the data with
the Narrate option
 Share the Project
© IT Convergence 2018 • All rights reserved
Creating ADWC Data Sets in Data Visualization Desktop
 Select database schema
 Data Sets can be based on
 Selected columns from a table
 SQL Query
© IT Convergence 2018 • All rights reserved
ADWC Demo
© IT Convergence 2018 • All rights reserved
Further Information
 ADWC Cloud
https://cloud.oracle.com/en_US/datawarehouse
 Labs for ADWC
https://www.youtube.com/watch?v=bEPwRlukjVU
 ADWC Tutorials
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/tutorials.html
 ADWC & Machine learning Documentation
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/books.html
Oracle Analytics Library
https://www.oracle.com/solutions/business-analytics/data-visualization/library.html
Oracle Data Visualization Dekstop Downloads
https://www.oracle.com/technetwork/middleware/oracle-data-visualization/downloads/oracle-data-
visualization-desktop-2938957.html
© IT Convergence 2018 • All rights reservedITC CORPORATE PRESENTATION © IT Convergence 2017 • All rights reserved34
Questions?
© IT Convergence 2018 • All rights reserved
email: ekammermann@itconvergence.com
Twitter: @EdelweissK
© IT Convergence 2018 • All rights reserved

More Related Content

What's hot (20)

PDF
2020 – A Decade of Change
Markus Michalewicz
 
PDF
Why Use an Oracle Database?
Markus Michalewicz
 
PDF
MOUG17 Keynote: What's New from Oracle Database Development
Monica Li
 
PDF
Oracle Database Migration to Oracle Cloud Infrastructure
SinanPetrusToma
 
PPTX
Meetup Oracle Database MAD_BCN: 1.3 Gestión del ciclo de vida de Oracle Datab...
avanttic Consultoría Tecnológica
 
PDF
Offload, Transform, and Present - the New World of Data Integration
Michael Rainey
 
PPTX
Oracle data integrator (odi) online training
Glory IT Technologies Pvt. Ltd.
 
PDF
Oracle Data Protection - 1. část
MarketingArrowECS_CZ
 
PDF
Database@Home : Data Driven Apps - Data-driven Microservices Architecture wit...
Tammy Bednar
 
PDF
#dbhouseparty - Spatial Technologies - @Home and Everywhere Else on the Map
Tammy Bednar
 
PDF
Novinky ve světě Oracle DB a koncept konvergované databáze
MarketingArrowECS_CZ
 
PDF
Oracle RAC 19c and Later - Best Practices #OOWLON
Markus Michalewicz
 
PDF
APEX – jak vytvořit jednoduše aplikaci
MarketingArrowECS_CZ
 
PDF
Sydney: Certus Data 2.0 Vault Meetup with Snowflake - Data Vault In The Cloud
Certus Solutions
 
PDF
Využijte svou Oracle databázi naplno
MarketingArrowECS_CZ
 
PPTX
Breaching the 100TB Mark with SQL Over Hadoop
DataWorks Summit
 
PPTX
Oracle OpenWorld 2017 Review (31st October 2017 - 250 slides)
Getting value from IoT, Integration and Data Analytics
 
PDF
Meetup Oracle Database MAD_BCN: 1.2 Oracle Database 18c (autonomous database)
avanttic Consultoría Tecnológica
 
PPTX
Tame Big Data with Oracle Data Integration
Michael Rainey
 
PDF
Database@Home - Data Driven : Loading, Indexing, and Searching with Text and ...
Tammy Bednar
 
2020 – A Decade of Change
Markus Michalewicz
 
Why Use an Oracle Database?
Markus Michalewicz
 
MOUG17 Keynote: What's New from Oracle Database Development
Monica Li
 
Oracle Database Migration to Oracle Cloud Infrastructure
SinanPetrusToma
 
Meetup Oracle Database MAD_BCN: 1.3 Gestión del ciclo de vida de Oracle Datab...
avanttic Consultoría Tecnológica
 
Offload, Transform, and Present - the New World of Data Integration
Michael Rainey
 
Oracle data integrator (odi) online training
Glory IT Technologies Pvt. Ltd.
 
Oracle Data Protection - 1. část
MarketingArrowECS_CZ
 
Database@Home : Data Driven Apps - Data-driven Microservices Architecture wit...
Tammy Bednar
 
#dbhouseparty - Spatial Technologies - @Home and Everywhere Else on the Map
Tammy Bednar
 
Novinky ve světě Oracle DB a koncept konvergované databáze
MarketingArrowECS_CZ
 
Oracle RAC 19c and Later - Best Practices #OOWLON
Markus Michalewicz
 
APEX – jak vytvořit jednoduše aplikaci
MarketingArrowECS_CZ
 
Sydney: Certus Data 2.0 Vault Meetup with Snowflake - Data Vault In The Cloud
Certus Solutions
 
Využijte svou Oracle databázi naplno
MarketingArrowECS_CZ
 
Breaching the 100TB Mark with SQL Over Hadoop
DataWorks Summit
 
Oracle OpenWorld 2017 Review (31st October 2017 - 250 slides)
Getting value from IoT, Integration and Data Analytics
 
Meetup Oracle Database MAD_BCN: 1.2 Oracle Database 18c (autonomous database)
avanttic Consultoría Tecnológica
 
Tame Big Data with Oracle Data Integration
Michael Rainey
 
Database@Home - Data Driven : Loading, Indexing, and Searching with Text and ...
Tammy Bednar
 

Similar to Oracle Autonomous Data Warehouse Cloud and Data Visualization (20)

PDF
#PCMVision: Oracle Hybrid Cloud Solutions
PCM
 
PDF
Migrating Oracle Databases from AWS to OCI
Alex Zaballa
 
PDF
Autonomous Data Warehouse
MarketingArrowECS_CZ
 
PPTX
2020 - OCI Key Concepts for Oracle DBAs
Marcus Vinicius Miguel Pedro
 
PDF
AUSOUG Analytics Update - Nov 14 2018
Jason Lowe
 
PDF
ADW Topic.pdf
MrSatheshAbrahamLeoC
 
PPTX
2019 - GUOB Tech Day / Groundbreakers LAD Tour - Database Migration Methods t...
Marcus Vinicius Miguel Pedro
 
PDF
A3 oracle database 12c extreme performance for cloud computing
Dr. Wilfred Lin (Ph.D.)
 
PPTX
2019 - OOW - Database Migration Methods from On-Premise to Cloud
Marcus Vinicius Miguel Pedro
 
PDF
[db tech showcase Tokyo 2018] #dbts2018 #B33 『DBA 18.0 - Life after 18c』
Insight Technology, Inc.
 
PDF
Jak konsolidovat Vaše databáze s využitím Cloud služeb?
MarketingArrowECS_CZ
 
PDF
Oracle databáze - zkonsolidovat, ochránit a ještě ušetřit! (1. část)
MarketingArrowECS_CZ
 
PPTX
Oracle Database Exadata Cloud Service Conference
Okcan Yasin Saygılı
 
PPTX
The Changing Role of a DBA in an Autonomous World
Maria Colgan
 
PPTX
Moving Your Oracle Databases To The Oracle Cloud
Alex Zaballa
 
PPTX
Modern data warehouse
Rakesh Jayaram
 
PPTX
Sesion covergentes 2016
Fran Navarro
 
PPTX
ADB Deployment options_082021.pptx
Ahmed Abdellatif
 
PDF
Fast, Flexible Application Development with Oracle Database Cloud Service
Gustavo Rene Antunez
 
PDF
Why to Use an Oracle Database?
Markus Michalewicz
 
#PCMVision: Oracle Hybrid Cloud Solutions
PCM
 
Migrating Oracle Databases from AWS to OCI
Alex Zaballa
 
Autonomous Data Warehouse
MarketingArrowECS_CZ
 
2020 - OCI Key Concepts for Oracle DBAs
Marcus Vinicius Miguel Pedro
 
AUSOUG Analytics Update - Nov 14 2018
Jason Lowe
 
ADW Topic.pdf
MrSatheshAbrahamLeoC
 
2019 - GUOB Tech Day / Groundbreakers LAD Tour - Database Migration Methods t...
Marcus Vinicius Miguel Pedro
 
A3 oracle database 12c extreme performance for cloud computing
Dr. Wilfred Lin (Ph.D.)
 
2019 - OOW - Database Migration Methods from On-Premise to Cloud
Marcus Vinicius Miguel Pedro
 
[db tech showcase Tokyo 2018] #dbts2018 #B33 『DBA 18.0 - Life after 18c』
Insight Technology, Inc.
 
Jak konsolidovat Vaše databáze s využitím Cloud služeb?
MarketingArrowECS_CZ
 
Oracle databáze - zkonsolidovat, ochránit a ještě ušetřit! (1. část)
MarketingArrowECS_CZ
 
Oracle Database Exadata Cloud Service Conference
Okcan Yasin Saygılı
 
The Changing Role of a DBA in an Autonomous World
Maria Colgan
 
Moving Your Oracle Databases To The Oracle Cloud
Alex Zaballa
 
Modern data warehouse
Rakesh Jayaram
 
Sesion covergentes 2016
Fran Navarro
 
ADB Deployment options_082021.pptx
Ahmed Abdellatif
 
Fast, Flexible Application Development with Oracle Database Cloud Service
Gustavo Rene Antunez
 
Why to Use an Oracle Database?
Markus Michalewicz
 
Ad

More from Edelweiss Kammermann (14)

PDF
AWDC para desarrolladores y data scientists
Edelweiss Kammermann
 
PDF
Como elegir entre BI Cloud, Data Visualization and Oracle Analytics Cloud Ser...
Edelweiss Kammermann
 
PDF
Oracle Analytics Cloud lo nuevo de Oracle BI en la nube
Edelweiss Kammermann
 
PDF
The Open Source and Cloud Part of Oracle Big Data Cloud Service for Beginners
Edelweiss Kammermann
 
PDF
Getting started with Hadoop, Hive, Spark and Kafka
Edelweiss Kammermann
 
PDF
Data Visualization Tips for Oracle BICS and DVCS
Edelweiss Kammermann
 
PDF
Empowering Business Users: OBIEE 12c Visual Analyzer and Data Mashup
Edelweiss Kammermann
 
PDF
Integrating Oracle Data Integrator with Oracle GoldenGate 12c
Edelweiss Kammermann
 
PDF
Integración de Oracle Data Integrator con Oracle GoldenGate 12c
Edelweiss Kammermann
 
PPTX
OBIEE 11.1.1.7: Upgrade y Nuevas Características
Edelweiss Kammermann
 
PPTX
Integrando Oracle BI, BPM y BAM 11g: El ciclo completo de la información
Edelweiss Kammermann
 
PDF
Integrating Oracle BI, BPM and BAM 11g: The complete cycle of information
Edelweiss Kammermann
 
PDF
Bi Publisher 11g: Only good news
Edelweiss Kammermann
 
PDF
OBI11g: la versión mas esperada
Edelweiss Kammermann
 
AWDC para desarrolladores y data scientists
Edelweiss Kammermann
 
Como elegir entre BI Cloud, Data Visualization and Oracle Analytics Cloud Ser...
Edelweiss Kammermann
 
Oracle Analytics Cloud lo nuevo de Oracle BI en la nube
Edelweiss Kammermann
 
The Open Source and Cloud Part of Oracle Big Data Cloud Service for Beginners
Edelweiss Kammermann
 
Getting started with Hadoop, Hive, Spark and Kafka
Edelweiss Kammermann
 
Data Visualization Tips for Oracle BICS and DVCS
Edelweiss Kammermann
 
Empowering Business Users: OBIEE 12c Visual Analyzer and Data Mashup
Edelweiss Kammermann
 
Integrating Oracle Data Integrator with Oracle GoldenGate 12c
Edelweiss Kammermann
 
Integración de Oracle Data Integrator con Oracle GoldenGate 12c
Edelweiss Kammermann
 
OBIEE 11.1.1.7: Upgrade y Nuevas Características
Edelweiss Kammermann
 
Integrando Oracle BI, BPM y BAM 11g: El ciclo completo de la información
Edelweiss Kammermann
 
Integrating Oracle BI, BPM and BAM 11g: The complete cycle of information
Edelweiss Kammermann
 
Bi Publisher 11g: Only good news
Edelweiss Kammermann
 
OBI11g: la versión mas esperada
Edelweiss Kammermann
 
Ad

Recently uploaded (20)

PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
PDF
IoT-Powered Industrial Transformation – Smart Manufacturing to Connected Heal...
Rejig Digital
 
PDF
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
DOCX
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
PDF
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
PDF
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
PDF
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
PDF
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
PDF
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
PDF
Staying Human in a Machine- Accelerated World
Catalin Jora
 
PDF
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
PDF
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
PDF
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PPTX
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
PDF
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
PPTX
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
PDF
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
IoT-Powered Industrial Transformation – Smart Manufacturing to Connected Heal...
Rejig Digital
 
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
Staying Human in a Machine- Accelerated World
Catalin Jora
 
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 

Oracle Autonomous Data Warehouse Cloud and Data Visualization

  • 1. A Presentation for: Autonomous Data Warehouse Cloud & Data Visualization Edelweiss Kammermann Nuremberg, Germany November 20th, 2018
  • 2. © IT Convergence 2018 • All rights reserved IT CONVERGENCE SNAPSHOT
  • 3. © IT Convergence 2018 • All rights reserved Over 600 Customers Engagements In More Than 50 Countries EXTENSIVE EXPERTISE ACROSS THE GLOBE
  • 4. © IT Convergence 2018 • All rights reserved Edelweiss Kammermann  Computer Engineer, BI and Data Integration Specialist  Over 20 years of Consulting and Project Management experience in Oracle technology.  Co-founder and Vice President of Uruguayan Oracle User Group (UYOUG)  Vice President of LAOUC (Latin America Oracle User Community)  BI Manager at ITConvergence  Writer and frequent speaker at international conferences: Collaborate, OTN Tour LA, UKOUG Tech & Apps, OOW, etc  Oracle ACE Director  Oracle Big Data Implementation Specialist
  • 5. © IT Convergence 2018 • All rights reserved Uruguay
  • 6. © IT Convergence 2018 • All rights reserved 3 Membership Tiers • Oracle ACE Director • Oracle ACE • Oracle ACE Associate bit.ly/OracleACEProgram 500+ Technical Experts Helping Peers Globally Connect: Nominate yourself or someone you know: acenomination.oracle.com @oracleace Facebook.com/oracleaces [email protected]
  • 7. © IT Convergence 2018 • All rights reserved Index What is Autonomous Data Warehouse Cloud? Creating an Instance of ADWC Connectivity with ADWC How to connect DVD to ADWC Oracle Data Visualization
  • 8. © IT Convergence 2018 • All rights reserved What is Autonomous Data Warehouse Cloud (ADWC)?  Cloud Service specially designed for Data Warehouse  Based on Oracle Database 18c & Exadata  Cloud Service on Oracle Cloud Infrastructure (OCI)  It doesn’t require admin task or tuning  Data is saved encrypted  Online Scaling CPU & Storage  Machine Learning features  Data Visualization Desktop is included
  • 9. © IT Convergence 2018 • All rights reserved ADWC Restrictions - August 2018  Tablespaces are automatically configured. Cannot be created, modified or deleted  Compression: Hybrid Columnar Compression (Exadata functionality) Cannot be modified.  Cannot create dblinks to other databases (security reasons). Only allowed from other databases to ADWC  Cannot create or modify Materialized Views, Indexes or Partitions  Restricted list of SQL commands in the following documentation https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/experienced-database- users.html#GUID-58EE6599-6DB4-4F8E-816D-0422377857E5  There is no access to sys or system user.  The administrator user is “admin”
  • 10. © IT Convergence 2018 • All rights reserved ADWC Restrictions – Since September 2018  Tablespaces are automatically configured. Cannot be created, modified or deleted  Compression: Hybrid Columnar Compression (Exadata functionality) + all table compression types.  Cannot create dblinks to other databases (security reasons). Only allowed from other databases to ADWC  Materialized Views, Partition and Indexes can be created now.  Restricted list of SQL commands in the following documentation https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/experienced-database- users.html#GUID-58EE6599-6DB4-4F8E-816D-0422377857E5  There is no access to sys or system user.  The administrator user is “admin”
  • 11. © IT Convergence 2018 • All rights reserved Login into Oracle Cloud
  • 12. © IT Convergence 2018 • All rights reserved Creating an ADWC instance  Compartment where the instance will be created  Instance Name  Number of CPUs.  Number of Terabytes of Storage
  • 13. © IT Convergence 2018 • All rights reserved What is a Compartment?  A compartment is a logical division.  A way to organize the Cloud services inside the Oracle Cloud  Once we created an ADWC instance in a compartment cannot be moved to another one.
  • 14. © IT Convergence 2018 • All rights reserved Connecting to ADWC  Can connect with Oracle products and analytics and ETL tools for third-party  Connection through wallet.  Certification Matrix  http://www.oracle.com/technetwork/database/bi- datawarehousing/adwc-certification-matrix-4920939.pdf
  • 15. © IT Convergence 2018 • All rights reserved Loading data into ADWC  SQLDeveloper 18.2 +  SQL Developer 17.4+ needs keystore password  ETL tools  Oracle Data Integrator  Informatica PowerCenter  etc
  • 16. © IT Convergence 2018 • All rights reserved Get ADWC Credentials  In the Service Console, under the Administration option, select Download Client Credentials  Or DB connection option from the ADWC instance console
  • 17. © IT Convergence 2018 • All rights reserved ADWC Wallet’s Content
  • 18. © IT Convergence 2018 • All rights reserved ADWC Connection Details  The connection details can be found In the tnsnames. ora or using the new DB connection button  Choose the correspondent one depending on performance requirements
  • 19. © IT Convergence 2018 • All rights reserved ADWC Connection Types  Pre defined Service names offer different levels of performance & concurrency  High: the highest level of performance. Number of concurrent queries 3 – this value does not depend of the number of CPUs  Medium: performance lower level than high Number of concurrent queries: depends on number of CPUs (lineal increment)  Low: is the lowest value for performance but is the highest value of concurrency Obs: Using Low database replication like GoldenGate
  • 20. © IT Convergence 2018 • All rights reserved ADWC Concurrency Examples  Considering an ADWC instance with 16 CPU  High: 3 concurrent queries  Medium: 20 concurrent queries  Low: 32 concurrent queries
  • 21. © IT Convergence 2018 • All rights reserved From Where Data can be loaded in ADWC?  Local servers files  Oracle Database (on prem or Cloud)  Storage in the Cloud  Oracle Object Storage  Azure Blob Storage  AWS S3
  • 22. © IT Convergence 2018 • All rights reserved Connecting to ADWC from Data Visualization Desktop (DVD) For previous versions to 12.2.5.0 1. Get the ADWC Credentials (Wallet) 2. Copy the wallet.sso under DVD folder 3. Get the connection details from the tnsnames.ora file or DB connection option 4. Create a new connection in DVD
  • 23. © IT Convergence 2018 • All rights reserved 1. Get ADWC Credentials  In the Service Console, under the Administration option, select Download Client Credentials
  • 24. © IT Convergence 2018 • All rights reserved 2. Copy the wallet.sso file under DVD folder  Copy the wallet.sso file under %AppData%LocalDVDesktopcomponentsOBISdwcs folder  Create the folder in case it doesn’t exist
  • 25. © IT Convergence 2018 • All rights reserved 3. Get the ADWC Connection Details  The connection details can be found In the tnsnames. ora or using the new DB connection button  Choose the correspondent one depending on performance requirements
  • 26. © IT Convergence 2018 • All rights reserved 4. Creating an ADWC connection in DVD
  • 27. © IT Convergence 2018 • All rights reserved Connecting to ADWC from Data Visualization Desktop (DVD) Since version 12.2.5.0 1. Get the ADWC Credentials (Wallet) 2. Get the connection details from the tnsnames.ora file or DB connection option 3. Create a new connection in DVD 12.2.5.0
  • 28. © IT Convergence 2018 • All rights reserved Creating a new ADWC connection in DVD 12.2.5
  • 29. © IT Convergence 2018 • All rights reserved Oracle Data Visualization Desktop  Self- Service Analytics  Intuitive and easy to use  Oriented to Business Users  Can connect to more than 30 data sources  Sources can be combined without coding or SQL knowledge
  • 30. © IT Convergence 2018 • All rights reserved Data Visualization – Getting Started  Create Data Sets  Create a Project  Select a Data Set  Drag & Drop attributes to create Data visualizations  Add filters  Combine with other sources  Create the story of the data with the Narrate option  Share the Project
  • 31. © IT Convergence 2018 • All rights reserved Creating ADWC Data Sets in Data Visualization Desktop  Select database schema  Data Sets can be based on  Selected columns from a table  SQL Query
  • 32. © IT Convergence 2018 • All rights reserved ADWC Demo
  • 33. © IT Convergence 2018 • All rights reserved Further Information  ADWC Cloud https://cloud.oracle.com/en_US/datawarehouse  Labs for ADWC https://www.youtube.com/watch?v=bEPwRlukjVU  ADWC Tutorials https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/tutorials.html  ADWC & Machine learning Documentation https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/books.html Oracle Analytics Library https://www.oracle.com/solutions/business-analytics/data-visualization/library.html Oracle Data Visualization Dekstop Downloads https://www.oracle.com/technetwork/middleware/oracle-data-visualization/downloads/oracle-data- visualization-desktop-2938957.html
  • 34. © IT Convergence 2018 • All rights reservedITC CORPORATE PRESENTATION © IT Convergence 2017 • All rights reserved34 Questions?
  • 35. © IT Convergence 2018 • All rights reserved email: [email protected] Twitter: @EdelweissK
  • 36. © IT Convergence 2018 • All rights reserved