SlideShare a Scribd company logo
1 of 30
Download to read offline
Get Ready for an
Autonomous Data-
Driven Future
Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
Safe Harbor Statement
The following is intended to outline our general product direction. It is intended for
information purposes only, and may not be incorporated into any contract. It is not a
commitment to deliver any material, code, or functionality, and should not be relied upon
in making purchasing decisions. The development, release, timing and pricing of any
features or functionality described for Oracle’s products may change and remains at the
sole discretion of Oracle Corporation.
2Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
DATA – The World’s Most Valuable Resource*
3Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
Computing hardware used to be a capital asset, while data wasn’t thought of as
an asset in the same way. Now, hardware is becoming a service people buy in
real time and the lasting asset is the data.”
– Erik Brynjolfsson, Director, MIT Initiative on the Digital Economy
“
*The Economist
4
DATA – The World’s Most Valuable Resource
THE
OPPORTUNITY
THE
CHALLENGES
$430B
advantage for
data driven
organizations
- IDC
19X likely to be
more profitable
- McKinsey
1/3 of
Organizations
“data-driven”
- HBR
Equifax data
breach cost over
$4B
- Money
10%
increase in data
accessibility
translates into
$65.7M
- Baseline
Most
organizations
are struggling
to manage
their data
Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
5
973,000
Logins
187 Million
Emails Sent
25,000
GIFs Sent via
Messenger
266,000
Hours
Watched
481,000
Tweets Sent
40,000
Hours
Listened
375,000
Apps
Downloaded
1.1 Million
Swipes
174,000
Scrolling
Instagram
4.3 Million
Videos
Viewed
2.4 Million
Snaps Created
3.7 Million
Search
Queries
120
New Accounts
Created
18 Million
Text
Messages
Exponential Growth of Data
Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
Created By:
@LoriLewis
@OfficiallyChadd
The Struggle to Manage
the Data Deluge
LOBs Are Seeking Business Insights to Drive Growth
6
Cut costs, improve
security and
better insights
FINANCE
75%
of time spent in analytics
by 2020 vs 25% in 2015
– Accenture
Improved customer
acquisition, retention,
and loyalty
MARKETING
375%
increase in analytics
spending by marketers
by 2020 vs 2017
– CMO survey
Improved recruiting,
career development
and success
HR
70%
in the midst of major
data projects for
decision making
– Deloitte
In-depth customer
knowledge and
personalization
SALES
4X
faster quota attainment
by sales teams that
use analytics
– Forbes
Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
Additional Data Management Challenges
7
Maintenance
72% of IT Budget is spent
on Generic Maintenance
Tasks vs Innovation
- ComputerWorld
Cost and Complexity Reliability
91% Experience Unplanned
Data Center Outages
- Healthcare IT News
Database downtime costs
$7,900 / minute
- DB Maestro
¾ Cost of Database
Management
spent on labor
- IDC
91%72% 75%
Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
8
How to Solve the Equation? Enter AI & ML
Sources: https://www.forbes.com/sites/louiscolumbus/2018/02/18/roundup-of-machine-learning-forecasts-and-market-estimates-2018/#60fd267a2225;
https://www.infoworld.com/article/3259891/data-science/why-data-science-and-machine-learning-are-the-fastest-growing-jobs-in-the-us.html
61% of organizations most frequently picked Machine Learning /
Artificial Intelligence as their company’s most significant data initiative
IDC forecasts that spending on AI & ML will grow from $12B in 2017 to $57.6B by 2021
+
Data science and machine learning are the fastest growing jobs in the US
AI & ML lead to an autonomous future….
Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
The Future Is Autonomous Database
9
We are at the dawn of the intelligent, autonomous age and having a self-driving
database is a natural progression... I feel that autonomous databases will
become ubiquitous in the future.”
– Clark A. Kho , Senior Technology Architect, Accenture
“
Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
Oracle Autonomous Database
10Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
Self-Driving
Self-Repairing
Self-Securing
Reduces
human labor
Protects itself
from attacks
Keeps business
up and running
World’s First
Autonomous Database
A New Industry Category
11
Journey to Autonomous Database
Focus on innovation, not maintenance
• Automatic Query Rewrite
• Automatic Undo Management
• Autonomous Health Framework
• Automatic Diagnostic Framework
• Automatic Refresh of Clones
• Automatic SQL Tuning
• Automatic Workload Capture / Replay
• Automatic SQL Plan Management
• Automatic Capture of SQL Monitor
• Automatic Data Optimization
• Automatic Memory Management
• Automatic Segment Space Mgmt
• Automatic Statistics Gathering
• Automatic Storage Management
• Automatic Workload Repository
• Automatic Diagnostic Monitor
• Automatic Columnar Flash
• Automatic IM population
• Automatic Application Continuity
9i 10g
11g
12c
18c
Examples of automation capabilities
introduced through releases
Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
19c
• Automatic Indexing
12
Journey to Autonomous Database
• Smart Scan
• Infiniband Scale-Out
• Database Aware Flash Cache
• Storage Indexes
• Hybrid Columnar Data
• IO Priorities
• Data Mining Offload
• Offload Decryption
• Direct-to-wire Protocol
• JSON and XML Offload
• Instant Failure Detection
• Network Resource Mgmt
• Prioritized File Recovery
• In-Memory Columnar in Flash
• Smart Fusion Block Transfer
• Exadata Cloud Service
2008
12
2019
Automating and optimizing database infrastructure
Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
13
Oracle Autonomous Database | Components
Brings full automation to entire database lifecycle
Autonomous
Database
Automated
Data Center Operations
and Machine Learning
Complete
Infrastructure
Automation
Complete
Database
Automation
World’s First Fully Autonomous Database
Oracle Cloud
Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
• SQL Plans are like driving directions
– Should adapt as data volume (traffic) changes
• Indexes are like roads and bridges
– Should adapt if nature of the workload evolves
• Changes in data volume and SQL workload are
continuously captured
• Machine Learning algorithm processes changes
to find new optimal plans and indexes*
– Improved driving directions, roads, bridges
* Coming soon 14
Continuous Optimization – Enabled by Machine Learning
• New approach avoids performance regressions
– Even for difficult cases where new plan or index
helps 99 SQL statements and hurts 1
• Changes are first tested in background
• Then the benefit is validated on first execute of
every changed SQL
– If performance regresses, then old SQL plan is used
* Coming soon 15
Machine Learning meets Mission Critical
More Details Tomorrow at 4:45pm in session TRN3980
Test Drive Automatic Index Creation in Oracle Autonomous Database Cloud
Copyright © 2019, Oracle and/or its affiliates. All rights reserved. | 16
Self-Driving | Automatic Indexing
• An expert system that implements indexes
based on what a skilled performance
engineer would do
• Reinforcement Learning allows it to learn
from its own actions as all candidate
indexes are validated before being
implemented
• The entire process is fully automatic
• Transparency is equally important as
sophisticated automation
• All tuning activities are auditable
Copyright © 2019, Oracle and/or its affiliates. All rights reserved. | 17
Self-Driving | Cloning
Clone DB for
Development or test
Production DB
Cloning creates a point-in-time copy of an ADB
for testing, development, analytics, etc.
Two types of clone can be created:
• A full database clone
• A metadata clone (Schema but no data)
Easy and fast as user only has to decide:
1. Compartment for the clone
2. Name of the clone
3. CPU and storage
4. New ADMIN password
ML Worksheets and AWR data don’t get cloned
18Copyright © 2019, Oracle and/or its affiliates. All rights reserved. |
Self-Securing | Self Patching
Automatic Patching of all components (on-demand for critical security issue)
– Firmware, OS, Hypervisor, Clusterware, Database
Patches applied in a rolling fashion across RAC nodes and Exadata storage servers
– Database is continuously available to application
– Applications using Application Continuity best practices, run without interruption
Patching is automatically scheduled
– Customer can adjust patching window within a time range on Dedicated deployments
Oracle Cloud patches thousands of systems in a day
– Scale of patching has driven huge improvements in automation and reliability
19
But Remember, In the Cloud… Security Is a Shared Responsibility
• Security Managed
by Oracle
• Network security and monitoring
• OS and platform security
• Database patches and upgrades
• Administrative separation of duties
• Data encryption by default
• Security Managed by
the Customer
• Ongoing security assessments
• Users & Privileges
• Sensitive data discovery
• Data protection
• Activity auditing
Copyright © 2019, Oracle and/or its affiliates. All rights reserved. |
Self-Securing | Separation of Duties
20Copyright © 2019, Oracle and/or its affiliates. All rights reserved. |
Self-Repairing | Self-Healing Hardware
• Database Infrastructure for
Autonomous is provided by Exadata
• Exadata provides advanced predictive
failure detection capabilities
– Proactively detect hardware failure
– Migrate customer off failing H/W
• Unique detection of server failures
without a long timeout avoids system
hangs
• Unique sub-second redirection of IOs
around sick devices avoid database hangs
Example: Continuously monitors for sick devices
20
Failing disk is automatically
taken offline and database
activities directed to mirror
DevOps notified and fail drive
is replaced
Automatically detects
change in disk latency
ASM automatically rebalances
data off of failing disk to create
additional mirror
ASM automatically detects new
disk and rebalances data to
create additional mirror
21
• Automatically detect problems/issues:
1. Collect diagnostics info to establish
an anomaly timeline or signature
2. Use Pattern Recognition to determine
if it’s a known problems
3. If known problem
a. Explain what will be done to fix
b. Save environment checkpoint
c. Apply Fix and do root cause analysis
d. Roll back fix if required
4. If a new problem
a. Package up all diagnostic information
b. Hand off to DevOps
Collect Scrubbed
Logs, Traces
Problem
Repository
Determine if it’s a known
Problems using pattern
recognition
Save environment
check point
Apply FixRoll back if
necessary
Package
for
DevOps
Done!
Unknown
Known
ResolvedUnresolved
Problem Occurs
Copyright © 2019, Oracle and/or its affiliates. All rights reserved. |
Self-Repairing | Self-Healing Software
22
Using Machine Learning to Drive Autonomous
Automatically Adapts
to Changing Workloads
WORKLOAD OPTIMIZATIONS
Protects Against
External Malicious Attacks
SECURITY
Detects Anomalies
and Fixes Known Issues
MONITORING & DIAGNOSTICS
The big ticket item for 2018 & 2019 is the use of ML and AI in the DBMS
allowing the DBMS to maintain itself – the DBMS becomes Self-Driving.
The job of the DBA evolves to use their skills for tasks with greater
business value.”
– Donald Feinberg, Distinguished Analyst, Gartner
“
Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
23
Solutions for Varying Workload Needs
SELECT AN AUTONOMOUS DATABASE CLOUD SOLUTION THAT MEETS YOUR WORKLOAD NEEDS
All Analytic Workloads
Data Warehouse, Data Mart,
Data Lakes
AUTONOMOUS
DATA WAREHOUSE
Online TP & Mixed Workloads
Transactions, Mixed Workloads,
Application Development
AUTONOMOUS
TRANSACTION PROCESSING
ORACLE AUTONOMOUS DATABASE
Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
Query All DataMachine Learning
24
Autonomous Data Warehouse | Key Use Cases
Data Marts / Warehouses Sandboxes for Data Scientists Data Lakes
Business Analytics
Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
Innovate Faster
Real-Time Analytics and
Machine Learning
25
Autonomous Transaction Processing | Key Use Cases
Departmental or Mission
Critical Applications1
Mixed
Workloads
Application
Development
Support Business Operations
Analytics
Transactions
1 Coming in Calendar Year 2019
Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
26
What Autonomous Database Means for DBAs
• Tasks Specific to the Business
– Architecture, planning, data modeling
– Data security and data lifecycle management
– Application-related tuning
– End-to-End service level management
• Tactical Operations
– Configuration and tuning of systems, network, storage
– Database provisioning, patching
– Database backups, H/A, disaster recovery
– Database optimization
Value Scale
Innovation
Maintenance
Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
27
What Autonomous Database Means for DBAs
• Tasks Specific to the Business
– Architecture, planning, data modeling
– Data security and data lifecycle management
– Application-related tuning
– End-to-End service level management
• Tactical Operations
– Configuration and tuning of systems, network, storage
– Database provisioning, patching
– Database backups, H/A, disaster recovery
– Database optimization
Removes tactical drudgery, more time to innovate Value Scale
Innovation
Maintenance
Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
Lower Costs Reduce Risk Accelerate Innovation
28
2
For more information:
oracle.com/autonomousdatabase
#thinkautonomous
ORACLE
AUTONOMOUS
DATABASE
Get ready for_an_autonomous_data_driven_future_ext

More Related Content

What's hot

5 Important Artificial Intelligence Predictions (For 2019) Everyone Should Read
5 Important Artificial Intelligence Predictions (For 2019) Everyone Should Read5 Important Artificial Intelligence Predictions (For 2019) Everyone Should Read
5 Important Artificial Intelligence Predictions (For 2019) Everyone Should ReadBernard Marr
 
Vertex Perspectives - Artificial Intelligence in China (Jul 2017)
Vertex Perspectives -   Artificial Intelligence in China (Jul 2017)Vertex Perspectives -   Artificial Intelligence in China (Jul 2017)
Vertex Perspectives - Artificial Intelligence in China (Jul 2017)Zhijin Xia
 
AI and AutoML: Debunking Myths
AI and AutoML: Debunking MythsAI and AutoML: Debunking Myths
AI and AutoML: Debunking MythsSri Ambati
 
The future of artificial intelligence in manufacturing industries
The future of artificial intelligence in manufacturing industriesThe future of artificial intelligence in manufacturing industries
The future of artificial intelligence in manufacturing industriesusmsystems
 
NUS-ISS Learning Day 2018-Painting Today's digital landscape
NUS-ISS Learning Day 2018-Painting Today's digital landscapeNUS-ISS Learning Day 2018-Painting Today's digital landscape
NUS-ISS Learning Day 2018-Painting Today's digital landscapeNUS-ISS
 
AIOps & Observability to Lead Your Digital Transformation
AIOps & Observability to Lead Your Digital TransformationAIOps & Observability to Lead Your Digital Transformation
AIOps & Observability to Lead Your Digital TransformationSensu Inc.
 
AI in IoT: Use Cases and Challenges
AI in IoT: Use Cases and ChallengesAI in IoT: Use Cases and Challenges
AI in IoT: Use Cases and ChallengesDmitry Petukhov
 
Top 5 Deep Learning and AI Stories April 7th
Top 5 Deep Learning and AI Stories April 7th Top 5 Deep Learning and AI Stories April 7th
Top 5 Deep Learning and AI Stories April 7th NVIDIA
 
Artificial Intelligence and Robotics in 2017
Artificial Intelligence and Robotics in 2017Artificial Intelligence and Robotics in 2017
Artificial Intelligence and Robotics in 2017Mike Quindazzi
 
ARTIFICIAL INTELLIGENCE: The Future of Business.
 ARTIFICIAL INTELLIGENCE: The Future of Business.  ARTIFICIAL INTELLIGENCE: The Future of Business.
ARTIFICIAL INTELLIGENCE: The Future of Business. Diego Saenz
 
HPC Top 5 Stories: March 29, 2017
HPC Top 5 Stories: March 29, 2017HPC Top 5 Stories: March 29, 2017
HPC Top 5 Stories: March 29, 2017NVIDIA
 
Smart Data Webinar: The Road to Autonomous Applications
Smart Data Webinar: The Road to Autonomous ApplicationsSmart Data Webinar: The Road to Autonomous Applications
Smart Data Webinar: The Road to Autonomous ApplicationsDATAVERSITY
 
IoT - Data Management Trends, Best Practices, & Use Cases
IoT - Data Management Trends, Best Practices, & Use CasesIoT - Data Management Trends, Best Practices, & Use Cases
IoT - Data Management Trends, Best Practices, & Use CasesCloudera, Inc.
 
Top 5 AI and Deep Learning Stories - August 3, 2018
Top 5 AI and Deep Learning Stories - August 3, 2018Top 5 AI and Deep Learning Stories - August 3, 2018
Top 5 AI and Deep Learning Stories - August 3, 2018NVIDIA
 
6G WILL UNLOCK THE POWER OF AI-FOR-EVERYTHING
6G WILL UNLOCK THE POWER OF AI-FOR-EVERYTHING6G WILL UNLOCK THE POWER OF AI-FOR-EVERYTHING
6G WILL UNLOCK THE POWER OF AI-FOR-EVERYTHINGMahbubul Alam
 
Modernizing Data Management
Modernizing Data Management Modernizing Data Management
Modernizing Data Management JoAnna Cheshire
 
The Incredible Ways Shell Uses Artificial Intelligence To Help Transform The ...
The Incredible Ways Shell Uses Artificial Intelligence To Help Transform The ...The Incredible Ways Shell Uses Artificial Intelligence To Help Transform The ...
The Incredible Ways Shell Uses Artificial Intelligence To Help Transform The ...Bernard Marr
 

What's hot (19)

5 Important Artificial Intelligence Predictions (For 2019) Everyone Should Read
5 Important Artificial Intelligence Predictions (For 2019) Everyone Should Read5 Important Artificial Intelligence Predictions (For 2019) Everyone Should Read
5 Important Artificial Intelligence Predictions (For 2019) Everyone Should Read
 
Vertex Perspectives - Artificial Intelligence in China (Jul 2017)
Vertex Perspectives -   Artificial Intelligence in China (Jul 2017)Vertex Perspectives -   Artificial Intelligence in China (Jul 2017)
Vertex Perspectives - Artificial Intelligence in China (Jul 2017)
 
AI and AutoML: Debunking Myths
AI and AutoML: Debunking MythsAI and AutoML: Debunking Myths
AI and AutoML: Debunking Myths
 
The future of artificial intelligence in manufacturing industries
The future of artificial intelligence in manufacturing industriesThe future of artificial intelligence in manufacturing industries
The future of artificial intelligence in manufacturing industries
 
NUS-ISS Learning Day 2018-Painting Today's digital landscape
NUS-ISS Learning Day 2018-Painting Today's digital landscapeNUS-ISS Learning Day 2018-Painting Today's digital landscape
NUS-ISS Learning Day 2018-Painting Today's digital landscape
 
AIOps & Observability to Lead Your Digital Transformation
AIOps & Observability to Lead Your Digital TransformationAIOps & Observability to Lead Your Digital Transformation
AIOps & Observability to Lead Your Digital Transformation
 
AI in IoT: Use Cases and Challenges
AI in IoT: Use Cases and ChallengesAI in IoT: Use Cases and Challenges
AI in IoT: Use Cases and Challenges
 
Top 5 Deep Learning and AI Stories April 7th
Top 5 Deep Learning and AI Stories April 7th Top 5 Deep Learning and AI Stories April 7th
Top 5 Deep Learning and AI Stories April 7th
 
Artificial Intelligence and Robotics in 2017
Artificial Intelligence and Robotics in 2017Artificial Intelligence and Robotics in 2017
Artificial Intelligence and Robotics in 2017
 
ARTIFICIAL INTELLIGENCE: The Future of Business.
 ARTIFICIAL INTELLIGENCE: The Future of Business.  ARTIFICIAL INTELLIGENCE: The Future of Business.
ARTIFICIAL INTELLIGENCE: The Future of Business.
 
HPC Top 5 Stories: March 29, 2017
HPC Top 5 Stories: March 29, 2017HPC Top 5 Stories: March 29, 2017
HPC Top 5 Stories: March 29, 2017
 
Smart Data Webinar: The Road to Autonomous Applications
Smart Data Webinar: The Road to Autonomous ApplicationsSmart Data Webinar: The Road to Autonomous Applications
Smart Data Webinar: The Road to Autonomous Applications
 
AIOps in 2020: A Beginner's Guide
AIOps in 2020: A Beginner's GuideAIOps in 2020: A Beginner's Guide
AIOps in 2020: A Beginner's Guide
 
IoT - Data Management Trends, Best Practices, & Use Cases
IoT - Data Management Trends, Best Practices, & Use CasesIoT - Data Management Trends, Best Practices, & Use Cases
IoT - Data Management Trends, Best Practices, & Use Cases
 
Top 5 AI and Deep Learning Stories - August 3, 2018
Top 5 AI and Deep Learning Stories - August 3, 2018Top 5 AI and Deep Learning Stories - August 3, 2018
Top 5 AI and Deep Learning Stories - August 3, 2018
 
6G WILL UNLOCK THE POWER OF AI-FOR-EVERYTHING
6G WILL UNLOCK THE POWER OF AI-FOR-EVERYTHING6G WILL UNLOCK THE POWER OF AI-FOR-EVERYTHING
6G WILL UNLOCK THE POWER OF AI-FOR-EVERYTHING
 
Modernizing Data Management
Modernizing Data Management Modernizing Data Management
Modernizing Data Management
 
The Incredible Ways Shell Uses Artificial Intelligence To Help Transform The ...
The Incredible Ways Shell Uses Artificial Intelligence To Help Transform The ...The Incredible Ways Shell Uses Artificial Intelligence To Help Transform The ...
The Incredible Ways Shell Uses Artificial Intelligence To Help Transform The ...
 
NVIDIA GTC21 AI Conference Highlights
NVIDIA GTC21 AI Conference Highlights NVIDIA GTC21 AI Conference Highlights
NVIDIA GTC21 AI Conference Highlights
 

Similar to Get ready for_an_autonomous_data_driven_future_ext

The Changing Role of a DBA in an Autonomous World
The Changing Role of a DBA in an Autonomous WorldThe Changing Role of a DBA in an Autonomous World
The Changing Role of a DBA in an Autonomous WorldMaria Colgan
 
SOUG Day - autonomous what is next
SOUG Day - autonomous what is nextSOUG Day - autonomous what is next
SOUG Day - autonomous what is nextThomas Teske
 
DBCS Office Hours - Modernization through Migration
DBCS Office Hours - Modernization through MigrationDBCS Office Hours - Modernization through Migration
DBCS Office Hours - Modernization through MigrationTammy Bednar
 
Big Data Case study - caixa bank
Big Data Case study - caixa bankBig Data Case study - caixa bank
Big Data Case study - caixa bankChungsik Yun
 
Data meets AI - ATP Roadshow India
Data meets AI - ATP Roadshow IndiaData meets AI - ATP Roadshow India
Data meets AI - ATP Roadshow IndiaSandesh Rao
 
Enterprise Cloud transformation z pohledu Oracle
Enterprise Cloud transformation z pohledu OracleEnterprise Cloud transformation z pohledu Oracle
Enterprise Cloud transformation z pohledu OracleMarketingArrowECS_CZ
 
The Shifting Landscape of Data Integration
The Shifting Landscape of Data IntegrationThe Shifting Landscape of Data Integration
The Shifting Landscape of Data IntegrationDATAVERSITY
 
Oracle Autonomous Database - introducción técnica y hands on lab
Oracle Autonomous Database  - introducción técnica y hands on labOracle Autonomous Database  - introducción técnica y hands on lab
Oracle Autonomous Database - introducción técnica y hands on lab"Diego \"Perico\"" Sanchez
 
The Business Justification for APM
The Business Justification for APMThe Business Justification for APM
The Business Justification for APMJonah Kowall
 
Oracle Database 19c - poslední z rodiny 12.2 a co přináší nového
Oracle Database 19c - poslední z rodiny 12.2 a co přináší novéhoOracle Database 19c - poslední z rodiny 12.2 a co přináší nového
Oracle Database 19c - poslední z rodiny 12.2 a co přináší novéhoMarketingArrowECS_CZ
 
Solaris 11.4 launch
Solaris 11.4 launchSolaris 11.4 launch
Solaris 11.4 launchScott Lynn
 
Why to Use an Oracle Database?
Why to Use an Oracle Database? Why to Use an Oracle Database?
Why to Use an Oracle Database? Markus Michalewicz
 
Modern Infrastructure - Mace
Modern Infrastructure - Mace Modern Infrastructure - Mace
Modern Infrastructure - Mace Prolifics
 
Understanding DataOps and Its Impact on Application Quality
Understanding DataOps and Its Impact on Application QualityUnderstanding DataOps and Its Impact on Application Quality
Understanding DataOps and Its Impact on Application QualityDevOps.com
 
Episode 1: Transition to Iaas
Episode 1: Transition to IaasEpisode 1: Transition to Iaas
Episode 1: Transition to IaasBenoitFindeis
 
PureApp Hybrid Cloud - Mark Willemse ING Presentation 11th September 2014
PureApp Hybrid Cloud - Mark Willemse ING Presentation 11th September 2014PureApp Hybrid Cloud - Mark Willemse ING Presentation 11th September 2014
PureApp Hybrid Cloud - Mark Willemse ING Presentation 11th September 2014IBM Systems UKI
 
Embedded-ml(ai)applications - Bjoern Staender
Embedded-ml(ai)applications - Bjoern StaenderEmbedded-ml(ai)applications - Bjoern Staender
Embedded-ml(ai)applications - Bjoern StaenderDataconomy Media
 
Oracle Autonomous Data Warehouse Cloud Webex - with Demo
Oracle Autonomous Data Warehouse Cloud Webex - with DemoOracle Autonomous Data Warehouse Cloud Webex - with Demo
Oracle Autonomous Data Warehouse Cloud Webex - with DemoIslam Gohar
 
TechEvent 2019: Create a Private Database Cloud in the Public Cloud using the...
TechEvent 2019: Create a Private Database Cloud in the Public Cloud using the...TechEvent 2019: Create a Private Database Cloud in the Public Cloud using the...
TechEvent 2019: Create a Private Database Cloud in the Public Cloud using the...Trivadis
 

Similar to Get ready for_an_autonomous_data_driven_future_ext (20)

The Changing Role of a DBA in an Autonomous World
The Changing Role of a DBA in an Autonomous WorldThe Changing Role of a DBA in an Autonomous World
The Changing Role of a DBA in an Autonomous World
 
SOUG Day - autonomous what is next
SOUG Day - autonomous what is nextSOUG Day - autonomous what is next
SOUG Day - autonomous what is next
 
DBCS Office Hours - Modernization through Migration
DBCS Office Hours - Modernization through MigrationDBCS Office Hours - Modernization through Migration
DBCS Office Hours - Modernization through Migration
 
Big Data Case study - caixa bank
Big Data Case study - caixa bankBig Data Case study - caixa bank
Big Data Case study - caixa bank
 
Data meets AI - ATP Roadshow India
Data meets AI - ATP Roadshow IndiaData meets AI - ATP Roadshow India
Data meets AI - ATP Roadshow India
 
Enterprise Cloud transformation z pohledu Oracle
Enterprise Cloud transformation z pohledu OracleEnterprise Cloud transformation z pohledu Oracle
Enterprise Cloud transformation z pohledu Oracle
 
The Shifting Landscape of Data Integration
The Shifting Landscape of Data IntegrationThe Shifting Landscape of Data Integration
The Shifting Landscape of Data Integration
 
Oracle Autonomous Database - introducción técnica y hands on lab
Oracle Autonomous Database  - introducción técnica y hands on labOracle Autonomous Database  - introducción técnica y hands on lab
Oracle Autonomous Database - introducción técnica y hands on lab
 
The Business Justification for APM
The Business Justification for APMThe Business Justification for APM
The Business Justification for APM
 
Oracle Database 19c - poslední z rodiny 12.2 a co přináší nového
Oracle Database 19c - poslední z rodiny 12.2 a co přináší novéhoOracle Database 19c - poslední z rodiny 12.2 a co přináší nového
Oracle Database 19c - poslední z rodiny 12.2 a co přináší nového
 
Solaris 11.4 launch
Solaris 11.4 launchSolaris 11.4 launch
Solaris 11.4 launch
 
Why to Use an Oracle Database?
Why to Use an Oracle Database? Why to Use an Oracle Database?
Why to Use an Oracle Database?
 
Modern Infrastructure - Mace
Modern Infrastructure - Mace Modern Infrastructure - Mace
Modern Infrastructure - Mace
 
Understanding DataOps and Its Impact on Application Quality
Understanding DataOps and Its Impact on Application QualityUnderstanding DataOps and Its Impact on Application Quality
Understanding DataOps and Its Impact on Application Quality
 
Episode 1: Transition to Iaas
Episode 1: Transition to IaasEpisode 1: Transition to Iaas
Episode 1: Transition to Iaas
 
PureApp Hybrid Cloud - Mark Willemse ING Presentation 11th September 2014
PureApp Hybrid Cloud - Mark Willemse ING Presentation 11th September 2014PureApp Hybrid Cloud - Mark Willemse ING Presentation 11th September 2014
PureApp Hybrid Cloud - Mark Willemse ING Presentation 11th September 2014
 
Embedded-ml(ai)applications - Bjoern Staender
Embedded-ml(ai)applications - Bjoern StaenderEmbedded-ml(ai)applications - Bjoern Staender
Embedded-ml(ai)applications - Bjoern Staender
 
Oracle Autonomous Data Warehouse Cloud Webex - with Demo
Oracle Autonomous Data Warehouse Cloud Webex - with DemoOracle Autonomous Data Warehouse Cloud Webex - with Demo
Oracle Autonomous Data Warehouse Cloud Webex - with Demo
 
Manufactures whats keeping you up
Manufactures   whats keeping you upManufactures   whats keeping you up
Manufactures whats keeping you up
 
TechEvent 2019: Create a Private Database Cloud in the Public Cloud using the...
TechEvent 2019: Create a Private Database Cloud in the Public Cloud using the...TechEvent 2019: Create a Private Database Cloud in the Public Cloud using the...
TechEvent 2019: Create a Private Database Cloud in the Public Cloud using the...
 

More from Oracle Developers

Running Kubernetes Workloads on Oracle Cloud Infrastructure
Running Kubernetes Workloads on Oracle Cloud InfrastructureRunning Kubernetes Workloads on Oracle Cloud Infrastructure
Running Kubernetes Workloads on Oracle Cloud InfrastructureOracle Developers
 
Apex atp customer_presentation_wwc march 2019
Apex atp customer_presentation_wwc march 2019Apex atp customer_presentation_wwc march 2019
Apex atp customer_presentation_wwc march 2019Oracle Developers
 
Building Cloud Native Applications with Oracle Autonomous Database.
Building Cloud Native Applications with Oracle Autonomous Database.Building Cloud Native Applications with Oracle Autonomous Database.
Building Cloud Native Applications with Oracle Autonomous Database.Oracle Developers
 
Fn meetup by Sardar Jamal Arif
Fn meetup by Sardar Jamal ArifFn meetup by Sardar Jamal Arif
Fn meetup by Sardar Jamal ArifOracle Developers
 
Cloud Native Meetup Santa Clara 07-11-2019 by Manish Kapur
Cloud Native Meetup Santa Clara 07-11-2019 by Manish KapurCloud Native Meetup Santa Clara 07-11-2019 by Manish Kapur
Cloud Native Meetup Santa Clara 07-11-2019 by Manish KapurOracle Developers
 
Container Native Development Tools - Talk by Mickey Boxell
Container Native Development Tools - Talk by Mickey BoxellContainer Native Development Tools - Talk by Mickey Boxell
Container Native Development Tools - Talk by Mickey BoxellOracle Developers
 
General Capabilities of GraalVM by Oleg Selajev @shelajev
General Capabilities of GraalVM by Oleg Selajev @shelajevGeneral Capabilities of GraalVM by Oleg Selajev @shelajev
General Capabilities of GraalVM by Oleg Selajev @shelajevOracle Developers
 
GraalVM Native Images by Oleg Selajev @shelajev
GraalVM Native Images by Oleg Selajev @shelajevGraalVM Native Images by Oleg Selajev @shelajev
GraalVM Native Images by Oleg Selajev @shelajevOracle Developers
 
Serverless Patterns by Jesse Butler
Serverless Patterns by Jesse ButlerServerless Patterns by Jesse Butler
Serverless Patterns by Jesse ButlerOracle Developers
 
Java Library for High Speed Streaming Data
Java Library for High Speed Streaming Data Java Library for High Speed Streaming Data
Java Library for High Speed Streaming Data Oracle Developers
 
Reactive Java Programming: A new Asynchronous Database Access API by Kuassi M...
Reactive Java Programming: A new Asynchronous Database Access API by Kuassi M...Reactive Java Programming: A new Asynchronous Database Access API by Kuassi M...
Reactive Java Programming: A new Asynchronous Database Access API by Kuassi M...Oracle Developers
 
Managing containers on Oracle Cloud by Jamal Arif
Managing containers on Oracle Cloud by Jamal ArifManaging containers on Oracle Cloud by Jamal Arif
Managing containers on Oracle Cloud by Jamal ArifOracle Developers
 
North America November Meetups
North America November MeetupsNorth America November Meetups
North America November MeetupsOracle Developers
 
GraphPipe - Blazingly Fast Machine Learning Inference by Vish Abrams
GraphPipe - Blazingly Fast Machine Learning Inference by Vish AbramsGraphPipe - Blazingly Fast Machine Learning Inference by Vish Abrams
GraphPipe - Blazingly Fast Machine Learning Inference by Vish AbramsOracle Developers
 
North America Meetups in September
North America Meetups in September North America Meetups in September
North America Meetups in September Oracle Developers
 
Introduction to the Oracle Container Engine
Introduction to the Oracle Container EngineIntroduction to the Oracle Container Engine
Introduction to the Oracle Container EngineOracle Developers
 
Oracle Data Science Platform
Oracle Data Science PlatformOracle Data Science Platform
Oracle Data Science PlatformOracle Developers
 
Persistent storage with containers By Kaslin Fields
Persistent storage with containers By Kaslin FieldsPersistent storage with containers By Kaslin Fields
Persistent storage with containers By Kaslin FieldsOracle Developers
 
The Fn Project by Jesse Butler
 The Fn Project by Jesse Butler The Fn Project by Jesse Butler
The Fn Project by Jesse ButlerOracle Developers
 
Silicon Valley JUG meetup July 18, 2018
Silicon Valley JUG meetup July 18, 2018Silicon Valley JUG meetup July 18, 2018
Silicon Valley JUG meetup July 18, 2018Oracle Developers
 

More from Oracle Developers (20)

Running Kubernetes Workloads on Oracle Cloud Infrastructure
Running Kubernetes Workloads on Oracle Cloud InfrastructureRunning Kubernetes Workloads on Oracle Cloud Infrastructure
Running Kubernetes Workloads on Oracle Cloud Infrastructure
 
Apex atp customer_presentation_wwc march 2019
Apex atp customer_presentation_wwc march 2019Apex atp customer_presentation_wwc march 2019
Apex atp customer_presentation_wwc march 2019
 
Building Cloud Native Applications with Oracle Autonomous Database.
Building Cloud Native Applications with Oracle Autonomous Database.Building Cloud Native Applications with Oracle Autonomous Database.
Building Cloud Native Applications with Oracle Autonomous Database.
 
Fn meetup by Sardar Jamal Arif
Fn meetup by Sardar Jamal ArifFn meetup by Sardar Jamal Arif
Fn meetup by Sardar Jamal Arif
 
Cloud Native Meetup Santa Clara 07-11-2019 by Manish Kapur
Cloud Native Meetup Santa Clara 07-11-2019 by Manish KapurCloud Native Meetup Santa Clara 07-11-2019 by Manish Kapur
Cloud Native Meetup Santa Clara 07-11-2019 by Manish Kapur
 
Container Native Development Tools - Talk by Mickey Boxell
Container Native Development Tools - Talk by Mickey BoxellContainer Native Development Tools - Talk by Mickey Boxell
Container Native Development Tools - Talk by Mickey Boxell
 
General Capabilities of GraalVM by Oleg Selajev @shelajev
General Capabilities of GraalVM by Oleg Selajev @shelajevGeneral Capabilities of GraalVM by Oleg Selajev @shelajev
General Capabilities of GraalVM by Oleg Selajev @shelajev
 
GraalVM Native Images by Oleg Selajev @shelajev
GraalVM Native Images by Oleg Selajev @shelajevGraalVM Native Images by Oleg Selajev @shelajev
GraalVM Native Images by Oleg Selajev @shelajev
 
Serverless Patterns by Jesse Butler
Serverless Patterns by Jesse ButlerServerless Patterns by Jesse Butler
Serverless Patterns by Jesse Butler
 
Java Library for High Speed Streaming Data
Java Library for High Speed Streaming Data Java Library for High Speed Streaming Data
Java Library for High Speed Streaming Data
 
Reactive Java Programming: A new Asynchronous Database Access API by Kuassi M...
Reactive Java Programming: A new Asynchronous Database Access API by Kuassi M...Reactive Java Programming: A new Asynchronous Database Access API by Kuassi M...
Reactive Java Programming: A new Asynchronous Database Access API by Kuassi M...
 
Managing containers on Oracle Cloud by Jamal Arif
Managing containers on Oracle Cloud by Jamal ArifManaging containers on Oracle Cloud by Jamal Arif
Managing containers on Oracle Cloud by Jamal Arif
 
North America November Meetups
North America November MeetupsNorth America November Meetups
North America November Meetups
 
GraphPipe - Blazingly Fast Machine Learning Inference by Vish Abrams
GraphPipe - Blazingly Fast Machine Learning Inference by Vish AbramsGraphPipe - Blazingly Fast Machine Learning Inference by Vish Abrams
GraphPipe - Blazingly Fast Machine Learning Inference by Vish Abrams
 
North America Meetups in September
North America Meetups in September North America Meetups in September
North America Meetups in September
 
Introduction to the Oracle Container Engine
Introduction to the Oracle Container EngineIntroduction to the Oracle Container Engine
Introduction to the Oracle Container Engine
 
Oracle Data Science Platform
Oracle Data Science PlatformOracle Data Science Platform
Oracle Data Science Platform
 
Persistent storage with containers By Kaslin Fields
Persistent storage with containers By Kaslin FieldsPersistent storage with containers By Kaslin Fields
Persistent storage with containers By Kaslin Fields
 
The Fn Project by Jesse Butler
 The Fn Project by Jesse Butler The Fn Project by Jesse Butler
The Fn Project by Jesse Butler
 
Silicon Valley JUG meetup July 18, 2018
Silicon Valley JUG meetup July 18, 2018Silicon Valley JUG meetup July 18, 2018
Silicon Valley JUG meetup July 18, 2018
 

Recently uploaded

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 

Recently uploaded (20)

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 

Get ready for_an_autonomous_data_driven_future_ext

  • 1. Get Ready for an Autonomous Data- Driven Future Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
  • 2. Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, timing and pricing of any features or functionality described for Oracle’s products may change and remains at the sole discretion of Oracle Corporation. 2Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
  • 3. DATA – The World’s Most Valuable Resource* 3Copyright © 2019, Oracle and/or its affiliates. All rights reserved. Computing hardware used to be a capital asset, while data wasn’t thought of as an asset in the same way. Now, hardware is becoming a service people buy in real time and the lasting asset is the data.” – Erik Brynjolfsson, Director, MIT Initiative on the Digital Economy “ *The Economist
  • 4. 4 DATA – The World’s Most Valuable Resource THE OPPORTUNITY THE CHALLENGES $430B advantage for data driven organizations - IDC 19X likely to be more profitable - McKinsey 1/3 of Organizations “data-driven” - HBR Equifax data breach cost over $4B - Money 10% increase in data accessibility translates into $65.7M - Baseline Most organizations are struggling to manage their data Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
  • 5. 5 973,000 Logins 187 Million Emails Sent 25,000 GIFs Sent via Messenger 266,000 Hours Watched 481,000 Tweets Sent 40,000 Hours Listened 375,000 Apps Downloaded 1.1 Million Swipes 174,000 Scrolling Instagram 4.3 Million Videos Viewed 2.4 Million Snaps Created 3.7 Million Search Queries 120 New Accounts Created 18 Million Text Messages Exponential Growth of Data Copyright © 2019, Oracle and/or its affiliates. All rights reserved. Created By: @LoriLewis @OfficiallyChadd The Struggle to Manage the Data Deluge
  • 6. LOBs Are Seeking Business Insights to Drive Growth 6 Cut costs, improve security and better insights FINANCE 75% of time spent in analytics by 2020 vs 25% in 2015 – Accenture Improved customer acquisition, retention, and loyalty MARKETING 375% increase in analytics spending by marketers by 2020 vs 2017 – CMO survey Improved recruiting, career development and success HR 70% in the midst of major data projects for decision making – Deloitte In-depth customer knowledge and personalization SALES 4X faster quota attainment by sales teams that use analytics – Forbes Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
  • 7. Additional Data Management Challenges 7 Maintenance 72% of IT Budget is spent on Generic Maintenance Tasks vs Innovation - ComputerWorld Cost and Complexity Reliability 91% Experience Unplanned Data Center Outages - Healthcare IT News Database downtime costs $7,900 / minute - DB Maestro ¾ Cost of Database Management spent on labor - IDC 91%72% 75% Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
  • 8. 8 How to Solve the Equation? Enter AI & ML Sources: https://www.forbes.com/sites/louiscolumbus/2018/02/18/roundup-of-machine-learning-forecasts-and-market-estimates-2018/#60fd267a2225; https://www.infoworld.com/article/3259891/data-science/why-data-science-and-machine-learning-are-the-fastest-growing-jobs-in-the-us.html 61% of organizations most frequently picked Machine Learning / Artificial Intelligence as their company’s most significant data initiative IDC forecasts that spending on AI & ML will grow from $12B in 2017 to $57.6B by 2021 + Data science and machine learning are the fastest growing jobs in the US AI & ML lead to an autonomous future…. Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
  • 9. The Future Is Autonomous Database 9 We are at the dawn of the intelligent, autonomous age and having a self-driving database is a natural progression... I feel that autonomous databases will become ubiquitous in the future.” – Clark A. Kho , Senior Technology Architect, Accenture “ Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
  • 10. Oracle Autonomous Database 10Copyright © 2019, Oracle and/or its affiliates. All rights reserved. Self-Driving Self-Repairing Self-Securing Reduces human labor Protects itself from attacks Keeps business up and running World’s First Autonomous Database A New Industry Category
  • 11. 11 Journey to Autonomous Database Focus on innovation, not maintenance • Automatic Query Rewrite • Automatic Undo Management • Autonomous Health Framework • Automatic Diagnostic Framework • Automatic Refresh of Clones • Automatic SQL Tuning • Automatic Workload Capture / Replay • Automatic SQL Plan Management • Automatic Capture of SQL Monitor • Automatic Data Optimization • Automatic Memory Management • Automatic Segment Space Mgmt • Automatic Statistics Gathering • Automatic Storage Management • Automatic Workload Repository • Automatic Diagnostic Monitor • Automatic Columnar Flash • Automatic IM population • Automatic Application Continuity 9i 10g 11g 12c 18c Examples of automation capabilities introduced through releases Copyright © 2019, Oracle and/or its affiliates. All rights reserved. 19c • Automatic Indexing
  • 12. 12 Journey to Autonomous Database • Smart Scan • Infiniband Scale-Out • Database Aware Flash Cache • Storage Indexes • Hybrid Columnar Data • IO Priorities • Data Mining Offload • Offload Decryption • Direct-to-wire Protocol • JSON and XML Offload • Instant Failure Detection • Network Resource Mgmt • Prioritized File Recovery • In-Memory Columnar in Flash • Smart Fusion Block Transfer • Exadata Cloud Service 2008 12 2019 Automating and optimizing database infrastructure Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
  • 13. 13 Oracle Autonomous Database | Components Brings full automation to entire database lifecycle Autonomous Database Automated Data Center Operations and Machine Learning Complete Infrastructure Automation Complete Database Automation World’s First Fully Autonomous Database Oracle Cloud Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
  • 14. • SQL Plans are like driving directions – Should adapt as data volume (traffic) changes • Indexes are like roads and bridges – Should adapt if nature of the workload evolves • Changes in data volume and SQL workload are continuously captured • Machine Learning algorithm processes changes to find new optimal plans and indexes* – Improved driving directions, roads, bridges * Coming soon 14 Continuous Optimization – Enabled by Machine Learning
  • 15. • New approach avoids performance regressions – Even for difficult cases where new plan or index helps 99 SQL statements and hurts 1 • Changes are first tested in background • Then the benefit is validated on first execute of every changed SQL – If performance regresses, then old SQL plan is used * Coming soon 15 Machine Learning meets Mission Critical More Details Tomorrow at 4:45pm in session TRN3980 Test Drive Automatic Index Creation in Oracle Autonomous Database Cloud
  • 16. Copyright © 2019, Oracle and/or its affiliates. All rights reserved. | 16 Self-Driving | Automatic Indexing • An expert system that implements indexes based on what a skilled performance engineer would do • Reinforcement Learning allows it to learn from its own actions as all candidate indexes are validated before being implemented • The entire process is fully automatic • Transparency is equally important as sophisticated automation • All tuning activities are auditable
  • 17. Copyright © 2019, Oracle and/or its affiliates. All rights reserved. | 17 Self-Driving | Cloning Clone DB for Development or test Production DB Cloning creates a point-in-time copy of an ADB for testing, development, analytics, etc. Two types of clone can be created: • A full database clone • A metadata clone (Schema but no data) Easy and fast as user only has to decide: 1. Compartment for the clone 2. Name of the clone 3. CPU and storage 4. New ADMIN password ML Worksheets and AWR data don’t get cloned
  • 18. 18Copyright © 2019, Oracle and/or its affiliates. All rights reserved. | Self-Securing | Self Patching Automatic Patching of all components (on-demand for critical security issue) – Firmware, OS, Hypervisor, Clusterware, Database Patches applied in a rolling fashion across RAC nodes and Exadata storage servers – Database is continuously available to application – Applications using Application Continuity best practices, run without interruption Patching is automatically scheduled – Customer can adjust patching window within a time range on Dedicated deployments Oracle Cloud patches thousands of systems in a day – Scale of patching has driven huge improvements in automation and reliability
  • 19. 19 But Remember, In the Cloud… Security Is a Shared Responsibility • Security Managed by Oracle • Network security and monitoring • OS and platform security • Database patches and upgrades • Administrative separation of duties • Data encryption by default • Security Managed by the Customer • Ongoing security assessments • Users & Privileges • Sensitive data discovery • Data protection • Activity auditing Copyright © 2019, Oracle and/or its affiliates. All rights reserved. | Self-Securing | Separation of Duties
  • 20. 20Copyright © 2019, Oracle and/or its affiliates. All rights reserved. | Self-Repairing | Self-Healing Hardware • Database Infrastructure for Autonomous is provided by Exadata • Exadata provides advanced predictive failure detection capabilities – Proactively detect hardware failure – Migrate customer off failing H/W • Unique detection of server failures without a long timeout avoids system hangs • Unique sub-second redirection of IOs around sick devices avoid database hangs Example: Continuously monitors for sick devices 20 Failing disk is automatically taken offline and database activities directed to mirror DevOps notified and fail drive is replaced Automatically detects change in disk latency ASM automatically rebalances data off of failing disk to create additional mirror ASM automatically detects new disk and rebalances data to create additional mirror
  • 21. 21 • Automatically detect problems/issues: 1. Collect diagnostics info to establish an anomaly timeline or signature 2. Use Pattern Recognition to determine if it’s a known problems 3. If known problem a. Explain what will be done to fix b. Save environment checkpoint c. Apply Fix and do root cause analysis d. Roll back fix if required 4. If a new problem a. Package up all diagnostic information b. Hand off to DevOps Collect Scrubbed Logs, Traces Problem Repository Determine if it’s a known Problems using pattern recognition Save environment check point Apply FixRoll back if necessary Package for DevOps Done! Unknown Known ResolvedUnresolved Problem Occurs Copyright © 2019, Oracle and/or its affiliates. All rights reserved. | Self-Repairing | Self-Healing Software
  • 22. 22 Using Machine Learning to Drive Autonomous Automatically Adapts to Changing Workloads WORKLOAD OPTIMIZATIONS Protects Against External Malicious Attacks SECURITY Detects Anomalies and Fixes Known Issues MONITORING & DIAGNOSTICS The big ticket item for 2018 & 2019 is the use of ML and AI in the DBMS allowing the DBMS to maintain itself – the DBMS becomes Self-Driving. The job of the DBA evolves to use their skills for tasks with greater business value.” – Donald Feinberg, Distinguished Analyst, Gartner “ Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
  • 23. 23 Solutions for Varying Workload Needs SELECT AN AUTONOMOUS DATABASE CLOUD SOLUTION THAT MEETS YOUR WORKLOAD NEEDS All Analytic Workloads Data Warehouse, Data Mart, Data Lakes AUTONOMOUS DATA WAREHOUSE Online TP & Mixed Workloads Transactions, Mixed Workloads, Application Development AUTONOMOUS TRANSACTION PROCESSING ORACLE AUTONOMOUS DATABASE Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
  • 24. Query All DataMachine Learning 24 Autonomous Data Warehouse | Key Use Cases Data Marts / Warehouses Sandboxes for Data Scientists Data Lakes Business Analytics Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
  • 25. Innovate Faster Real-Time Analytics and Machine Learning 25 Autonomous Transaction Processing | Key Use Cases Departmental or Mission Critical Applications1 Mixed Workloads Application Development Support Business Operations Analytics Transactions 1 Coming in Calendar Year 2019 Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
  • 26. 26 What Autonomous Database Means for DBAs • Tasks Specific to the Business – Architecture, planning, data modeling – Data security and data lifecycle management – Application-related tuning – End-to-End service level management • Tactical Operations – Configuration and tuning of systems, network, storage – Database provisioning, patching – Database backups, H/A, disaster recovery – Database optimization Value Scale Innovation Maintenance Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
  • 27. 27 What Autonomous Database Means for DBAs • Tasks Specific to the Business – Architecture, planning, data modeling – Data security and data lifecycle management – Application-related tuning – End-to-End service level management • Tactical Operations – Configuration and tuning of systems, network, storage – Database provisioning, patching – Database backups, H/A, disaster recovery – Database optimization Removes tactical drudgery, more time to innovate Value Scale Innovation Maintenance Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
  • 28. Copyright © 2019, Oracle and/or its affiliates. All rights reserved. Lower Costs Reduce Risk Accelerate Innovation 28