SlideShare a Scribd company logo
The AMIS Team
Oracle OpenWorld 2016, Nieuwegein, 13th October 2016
Oracle OpenWorld 2016 Review
Data - Database Development, BigData, BI
2
Data
• ACID is expensive
• OLTP is a niche
• Moving data takes long – bring processing to data
• SQL is omnipresent – expose all data in an SQL friendly way
– Including NoSQL and data on Hadoop
• Data from the past should be able to help us predict the future
– Bring on machine learning (aka AI aka predictive analytics)
– Aided by the citizen data scientist in (Big) Data Discovery
• Fast Data (big data at high velocity) should be handled in real time
– Enter: Streaming Analytics & Apache Kafka
• Oh and ehm …. a next major release of Oracle Database is available
– 12cR2 – only on the cloud for now
– Highlights: Sharding, More PDB (“virtual database”),
Approximate Query Processing, Leverage In-Memory
even more, JSON document generation and faster
JSON processing, Analytic Views
3
Learning
• How do we learn?
– Try something (else) => get feedback => learn
• Eventually:
– We get it (understanding) so we can predict the outcome
of a certain action in a new situation
– Or we have experienced enough situations to predict
the outcome in most situations with high confidence
• Through interpolation, extrapolation, etc.
– We remain clueless
4
Machine Learning
• Analyze Historical Data (input and result – training set) to discover
Patterns & Models
• Iteratively apply Models to [additional] Input (test set) and compare model
outcome with known actual result to improve the model
• Use Model to predict outcome for entirely new data
5
Data Discovery
A B C D E F G
1104534 ZTR 0.1 anijs 2 36 T
631148 ESE 132 rivier 0 21 S
-3 WGN 71 appel 0 1 -
1262300 ZTR 56 zes 2 41 T
315529 HVN 1290 hamer 0 11 -
788914 ASM 676 zwaluw 0 26 T
157762 HVN 9482 wie 0 6 -
946681 DHG 42 rond 1 31 T
-31539 WGN 2423 bruin 0 0 -
47338 HVN 54 hamer 0 16 P
6
Scatter Plot
Attribute F (Y-axis)vs Attribute A
0
5
10
15
20
25
30
35
40
45
-500000 0 500000 10000001500000
Y-Values
Y-Values
7
Scatter Plot
Attribute F (Y-axis)vs Attribute A
0
5
10
15
20
25
30
35
40
45
1960 1980 2000 2020
Age of Lucas Jellema vs Year
Y-Values
8
Data Discovery
Time City - - #Kids Age Level of
Education
1104534 ZTR 0.1 anijs 2 36 T
631148 ESE 132 rivier 0 21 S
-3 WGN 71 appel 0 1 -
1262300 ZTR 56 zes 2 41 T
315529 HVN 1290 hamer 0 11 -
788914 ASM 676 zwaluw 0 26 T
157762 HVN 9482 wie 0 6 -
946681 DHG 42 rond 1 31 T
-31539 WGN 2423 bruin 0 0 -
47338 HVN 54 hamer 0 16 P
9
Machine Learning, Data Mining
& Predictive Analytics
10
Recent developments
• More compute capacity, smarter algorithms and better analytical tooling
– Evolving Machine Learning
– Smart text and speech analysis (NLP, ESA)
– Real time predictions become a reality
– Streaming (event) Analytics
– Visualization
– Citizen Data Scientist
– SQL against Big Data
• More data available & accessible
(IoT, Social, Media, IT operations,
business processes,…)
• Better/larger/cheaper/faster
data storage capabilities
11
Many cloud services around
Big Data & Analytics
12
Big Data Integration
Reference Architecture
IngestPrepare
Transform,
Merge, Enrich
Save
GovernGovern
Serve
Analyze & Act
Present,
Leverage
& ‘Action’
Extract
Explore
Purge
13
Data Integration Platform
14
Mapping Oracle portfolio to
Reference Architecture
Big Data Discovery
Data Visualization
BI CS
IT Analytics
Security Analytics
Log Analytics
15
Tip: OEMM - Oracle Enterprise
Metadata Management
16
Citizen Data Scientist
• Data Visualization CS
• Big Data Preparation CS
• Big Data Discovery CS
• Machine Learning CS
17
Oracle Machine Learning
Cloud Service
18
19
20
https://www.zeppelinhub.com/
Relational Data
& friends
21
22
Traditional approach
• All enterprise data is in the Oracle [relational] Database
– Except very unstructured documents - and sometimes even those
23
Center of the Data Universe is
shifting
24
Variety in data – Data Tiering
• How long relevant (hot vs cold vs dead)?
• How fine grained and how accurate?
• What is it used for?
– By whom, where, in what way, using which tools
• What format is it in/should it be in?
• How to be processed?
• What confidentiality & integrity is required?
• How much of it?
25
Trends around data storage
and data processing
• Take processing to data [to reduce data movement]
– Exadata SmartScan in Storage Cells (SQL & R processing)
– Hadoop MapReduce/Spark
– Coherence Processors
– Streaming Analytics
– Microservices, stand alone data domains
• Distributed data partitions – for scalability and parallelization [and fault
tolerance when also replicated]:
– Shards (Oracle Database 12cR2) and Partitioned External Tables
– TimesTen Velocity Scale – distributed In-Memory OLTP
– Hadoop HDFS, Apache Kafka
• New paradigms regarding transactional data
– CQRS (for example Oracle Database In Memory (read) / In Flash/On disk
(read/write), Write behind cache)
– Event Sourcing, Transaction Log
26
Oracle Database
• How much of your data
– Arrives through (business) transactions that require true ACID?
– Is involved in current business operations?
– Will ever be updated [again]?
– Plays a direct role in integrity [of other records]?
– Is actively accessed [on a regular basis] ?
– Really has to be in the OLTP engine?
• How much of the data currently in your OLTP engine could be off-loaded
– If that data remains accessible through SQL (even from within the OLTP engine,
without altering existing queries) with reasonable response times
• What if such off-loading
– Improves performance of the OLTP engine for transactions
– Shortens batch jobs [by engaging distributed, scale out processing options]
– Opens up possibilities for advanced analytics
– Potentially lowers the cost [licenses & specialized hardware] for the OLTP engine
– Introduces some change and complexity
27
Oracle Big Data SQL
• Big Data SQL: A ‘franchised query engine,’ enables scalable, integrated
access in situ to the entire Big Data Management System (BDMS)
– Meta data, Query execution, Workload Management, Data Optimization
– Primary role for Oracle Database – foundation for BDMS
See Statement of Direction: http://www.oracle.com/technetwork/database/bigdata-appliance/overview/sod-bdms-2015-04-final-2516729.pdf
Oracle Database Development
28
29
Oracle Forms
• Release 12.2.1.1 is available
– 12.2.2 (or 12.2.1.2) is planned for late 2016
– Support for Forms 12c: Premier Oct 2020, Extended 2023 – (and moving)
• Forms usually runs in browser – using the Java JRE plugin for Applets
– Modern browsers have stopped or will stop supporting the Java plugin
– Forms will either have to run on outdated browsers (IE, old versions of Firefox or
Chrome) or run outside the browser
– The main changes around Forms are around running Forms outside the browser –
as standalone Java Web Start (jnlp) application
– Also: Forms Helper – script for customizing post-install environment (simplified
WLST)
• On Reports:
– Reports 12c exists – it is the terminal release
– From now on, reporting should be done using BI Publisher
– BI Publisher has become part of the Developer Suite and will be included in the
WebLogic Suite
30
Forms in the Cloud
31
APEX – 5.1
• Interactive Grid – A new rich, client-side region type that allows editing multiple rows of
data in a dynamic, JSON-enabled grid, and supports multiple grids on a single page.
• Master / Detail / Detail – Provide a wizard interface to define declarative
master/detail/detail regions.
• New Charting Engine – Include a new JavaScript (Oracle JET) based charting engine
developed by Oracle which produces responsive and accessible HTML5 charts.
– AnyChart is on the way out
• Ability to have multiple tabs open to the same APEX application and isolate session
state
• Improved Wizards - fewer steps and more attributes set by default.
• Declarative RTL Support –declarative methods to control user interface direction-
support for both Left-to-Right and Right-To-Left languages.
• Packaged Applications – Improved framework and enhancements to the packaged
applications.
• Status: EA 2 is available (hosted) as of September 2016
– APEX 5.1 Production – early 2017?
32
New in SQL in 12cR2
• Listagg improvements
• Error handling for CAST function & new Validate_Conversion function
• Materialized Views
– Real Time Materialized Views (stale plus logs)
– Statement Level Refresh
• AL32UTF8 As the Default Database Character Set
• New capabilities for generating JSON documents directly from SQL
queries, improved JSON support in In Memory processing
• Beyond 12cR2
• Approximate Query Processing (using HyperLogLog)
• Analytical Views
• Band Join- better performance for non-equijoins
• Temporary, cached in memory tables for duration of cursor
• Partitioned External Tables
33
New in PL/SQL in 12cR2
• Deprecated procedures and functions
• Accessible by at procedure or function level
• JSON support: generation of JSON documents using PL/SQL API and
Oracle supplied Object Types (somewhat akin to XMLType)
– JSON SQL functions available in PL/SQL expressions
• Supplied package dbms_plsql_code_coverage to identify code units not
touched in specific
[test] scenarios
• PL/Scope enhancements –
more fine grained reporting
• Edition Based Redefinition
does ‘garbage collection’ –
editioned objects no
longer in use
are cleaned up
34
Other Database Development
News
• JS Stored Procedures
• SQL Developer GUI Debugger
– One session can have another start debugging
– At breakpoint: execute SQL to inspect run context – including PL/SQL state
• SQLcl
• ORDS – Oracle REST Data Services
35
36
Summary of
Oracle OpenWorld 2016
• (5 days filled to brim with 1800+ sessions, 12 keynotes, 150+ demo
booths, hundreds of vendors and quite a few rumors & hallway tales)
• Infrastructure [as a Service]
– Generation 2 Data Center
– Network & IOPS (storage, NVMe, Flash)
– Exadata SL
• Abdication of the single, central, enterprise Oracle RDBMS – and the
limelight for data
– PDBs
– Sharding
– Hadoop & Spark (& SQL & R)
– Machine Learning
• Adoption of open source projects, industry trends & community darlings
– Node.js, Docker, Microservices, Git(Hub), Python, Slack, …
37
Summary of
Oracle OpenWorld 2016 (2)
• Cloud [First] strategy
– Migrate & Extend i/o [bidirectional] Lift & Shift
– Cloud@Customer
– Status and future of On Premises software (and yet Engineered Systems)
– Ops in Oracle Data Centers
– Subscription Models, Suites (i/o a la carte)
– How fast can Oracle move [without spreading itself too thin]?
• SaaS and [Unlimited] Applications
– SaaS portfolio quite extensive
– UX is important asset of the SaaS applications
– Real cloud elements are improving (APIs, extensibility)
– Traditional Apps are still evolving [as promised] – and seem to benefit from SaaS and
technological advances across the board
• Oracle Public Cloud consistency, architecture and the Dogfood Doctrine
– Fabric and foundational components
– Designated capabilities and mutual integration
38
Oracle OpenWorld 2016 Tag Cloud
Oracle OpenWorld 2016 Review - Focus on Data, BigData, Streaming Data, Machine Learning & Database Development

More Related Content

PPTX
Oracle OpenWorld 2016 Review - High Level Overview of major themes and grand ...
PPTX
The True State of the Oracle Public Cloud - Dutch Oracle Architects Platform ...
PPTX
What is the Oracle PaaS Cloud for Developers (Oracle Cloud Day, The Netherlan...
PPTX
PPTX
PPTX
Review Oracle OpenWorld 2015 - Overview, Main themes, Announcements and Future
PPTX
Oow2016 review--paas-microservices-
PPTX
Oow2016 review-iaas-paas-13th-18thoctober
Oracle OpenWorld 2016 Review - High Level Overview of major themes and grand ...
The True State of the Oracle Public Cloud - Dutch Oracle Architects Platform ...
What is the Oracle PaaS Cloud for Developers (Oracle Cloud Day, The Netherlan...
Review Oracle OpenWorld 2015 - Overview, Main themes, Announcements and Future
Oow2016 review--paas-microservices-
Oow2016 review-iaas-paas-13th-18thoctober

What's hot (20)

PDF
oracle openworld review UX presentation 2016
PPTX
Overview of Oracle Product Portfolio (focus on Platform) - April, 2017
PPTX
Systems on the edge - your stepping stones into Oracle Public PaaS Cloud - AM...
PPTX
Handson Oracle Management Cloud with Application Performance Monitoring and L...
PPTX
Getting Started, Low Hanging Fruit: Our First Experiences with Oracle Managem...
PDF
AMIS Oracle OpenWorld 2013 Review Part 1 - Intro Overview Innovation, Hardwar...
PPTX
Introducing Oracle Real-Time Integration Business Insight
PPTX
Bridging Oracle Database and Hadoop by Alex Gorbachev, Pythian from Oracle Op...
PPTX
6Reinventing Oracle Systems in a Cloudy World (Sangam20, December 2020)
PDF
Things Every Oracle DBA Needs to Know About the Hadoop Ecosystem 20170527
PDF
REST - Why, When and How? at AMIS25
PDF
It's a wrap - closing keynote for nlOUG Tech Experience 2017 (16th June, The ...
PPTX
LVOUG meetup #2 - Forcing SQL Execution Plan Instability
PPTX
Oracle OpenWorld 2014 Review Part Four - PaaS Middleware
PDF
Oracle’s Advanced Analytics & Machine Learning 12.2c New Features & Road Map;...
PDF
PDF
ADF Mobile: 10 Things you don't get from the developers guide
PDF
Database as a Service on the Oracle Database Appliance Platform
PPTX
Oracle Management Cloud - introduction, overview and getting started (AMIS, 2...
PDF
Oracle virtualbox basic to rac attack
oracle openworld review UX presentation 2016
Overview of Oracle Product Portfolio (focus on Platform) - April, 2017
Systems on the edge - your stepping stones into Oracle Public PaaS Cloud - AM...
Handson Oracle Management Cloud with Application Performance Monitoring and L...
Getting Started, Low Hanging Fruit: Our First Experiences with Oracle Managem...
AMIS Oracle OpenWorld 2013 Review Part 1 - Intro Overview Innovation, Hardwar...
Introducing Oracle Real-Time Integration Business Insight
Bridging Oracle Database and Hadoop by Alex Gorbachev, Pythian from Oracle Op...
6Reinventing Oracle Systems in a Cloudy World (Sangam20, December 2020)
Things Every Oracle DBA Needs to Know About the Hadoop Ecosystem 20170527
REST - Why, When and How? at AMIS25
It's a wrap - closing keynote for nlOUG Tech Experience 2017 (16th June, The ...
LVOUG meetup #2 - Forcing SQL Execution Plan Instability
Oracle OpenWorld 2014 Review Part Four - PaaS Middleware
Oracle’s Advanced Analytics & Machine Learning 12.2c New Features & Road Map;...
ADF Mobile: 10 Things you don't get from the developers guide
Database as a Service on the Oracle Database Appliance Platform
Oracle Management Cloud - introduction, overview and getting started (AMIS, 2...
Oracle virtualbox basic to rac attack
Ad

Viewers also liked (20)

PPT
PDF
Four Graphics credentials
PPTX
Cyberbullying in the Middle Years
PDF
1524 how ibm's big data solution can help you gain insight into your data cen...
 
PPTX
IT6701 Information Management Unit-I
PPTX
7+1 hiba, amit Te is elkövet(het)sz
PDF
Cloud developer evolution
PPTX
EMOCON 2017 S/S - 마음이 편해지는 글로벌 인프라 만들기
PPTX
Modernizing the Legacy - How Dish is Adapting its SOA Services for a Cloud Fi...
PPTX
Production testing and disaster recovery
PPTX
Low-Latency Analytics with NoSQL – Introduction to Storm and Cassandra
PPTX
Sumo Logic Quickstart - Nv 2016
PDF
Pre-Con Ed: Learn What's New in CA Spectrum®
PDF
InterConnect 2016 - Cloud and systems briefing center - z Systems
PPT
Bioocean1 :Introduction to Biological Oceanography
PDF
прайс лист ооо форсэт
PDF
DGIQ 2015 The Fundamentals of Data Quality
PPTX
Azure Key Vault
PDF
Partner Presentation vSphere6-VSAN-vCloud-vRealize
PDF
BVBA SOSIS van Jeroen Meus kent rustige start
Four Graphics credentials
Cyberbullying in the Middle Years
1524 how ibm's big data solution can help you gain insight into your data cen...
 
IT6701 Information Management Unit-I
7+1 hiba, amit Te is elkövet(het)sz
Cloud developer evolution
EMOCON 2017 S/S - 마음이 편해지는 글로벌 인프라 만들기
Modernizing the Legacy - How Dish is Adapting its SOA Services for a Cloud Fi...
Production testing and disaster recovery
Low-Latency Analytics with NoSQL – Introduction to Storm and Cassandra
Sumo Logic Quickstart - Nv 2016
Pre-Con Ed: Learn What's New in CA Spectrum®
InterConnect 2016 - Cloud and systems briefing center - z Systems
Bioocean1 :Introduction to Biological Oceanography
прайс лист ооо форсэт
DGIQ 2015 The Fundamentals of Data Quality
Azure Key Vault
Partner Presentation vSphere6-VSAN-vCloud-vRealize
BVBA SOSIS van Jeroen Meus kent rustige start
Ad

Similar to Oracle OpenWorld 2016 Review - Focus on Data, BigData, Streaming Data, Machine Learning & Database Development (20)

PPTX
Oracle OpenWo2014 review part 03 three_paa_s_database
PDF
Kylin and Druid Presentation
PDF
Modernizing Global Shared Data Analytics Platform and our Alluxio Journey
PPTX
An AMIS Overview of Oracle database 12c (12.1)
PDF
Apache Kylin: OLAP Engine on Hadoop - Tech Deep Dive
PDF
IoT databases - review and challenges - IoT, Hardware & Robotics meetup - onl...
PPTX
SQL Analytics for Search Engineers - Timothy Potter, Lucidworksngineers
PDF
Flink in Zalando's world of Microservices
PDF
Flink in Zalando's World of Microservices
PDF
A Glass Half Full: Using Programmable Hardware Accelerators in Analytical Dat...
PDF
Streaming Data Analytics with ksqlDB and Superset | Robert Stolz, Preset
PDF
Dev Ops Training
PPTX
Day 1 - Technical Bootcamp azure synapse analytics
PPTX
Otimizações de Projetos de Big Data, Dw e AI no Microsoft Azure
PPTX
Vitalii Bondarenko - Масштабована бізнес-аналітика у Cloud Big Data Cluster. ...
PPT
ECU ODS data integration using OWB and SSIS UNC Cause 2013
PDF
[WSO2Con EU 2018] The Rise of Streaming SQL
PPTX
How Kafka and Modern Databases Benefit Apps and Analytics
PDF
Cloud-native Semantic Layer on Data Lake
PPTX
Oracle OpenWorld 2014 Review Part Five - SaaS
Oracle OpenWo2014 review part 03 three_paa_s_database
Kylin and Druid Presentation
Modernizing Global Shared Data Analytics Platform and our Alluxio Journey
An AMIS Overview of Oracle database 12c (12.1)
Apache Kylin: OLAP Engine on Hadoop - Tech Deep Dive
IoT databases - review and challenges - IoT, Hardware & Robotics meetup - onl...
SQL Analytics for Search Engineers - Timothy Potter, Lucidworksngineers
Flink in Zalando's world of Microservices
Flink in Zalando's World of Microservices
A Glass Half Full: Using Programmable Hardware Accelerators in Analytical Dat...
Streaming Data Analytics with ksqlDB and Superset | Robert Stolz, Preset
Dev Ops Training
Day 1 - Technical Bootcamp azure synapse analytics
Otimizações de Projetos de Big Data, Dw e AI no Microsoft Azure
Vitalii Bondarenko - Масштабована бізнес-аналітика у Cloud Big Data Cluster. ...
ECU ODS data integration using OWB and SSIS UNC Cause 2013
[WSO2Con EU 2018] The Rise of Streaming SQL
How Kafka and Modern Databases Benefit Apps and Analytics
Cloud-native Semantic Layer on Data Lake
Oracle OpenWorld 2014 Review Part Five - SaaS

More from Lucas Jellema (20)

PPTX
Introduction to web application development with Vue (for absolute beginners)...
PPTX
Making the Shift Left - Bringing Ops to Dev before bringing applications to p...
PPTX
Lightweight coding in powerful Cloud Development Environments (DigitalXchange...
PPTX
Apache Superset - open source data exploration and visualization (Conclusion ...
PPTX
CONNECTING THE REAL WORLD TO ENTERPRISE IT – HOW IoT DRIVES OUR ENERGY TRANSI...
PPTX
Help me move away from Oracle - or not?! (Oracle Community Tour EMEA - LVOUG...
PPTX
Op je vingers tellen... tot 1000!
PPTX
IoT - from prototype to enterprise platform (DigitalXchange 2022)
PPTX
Who Wants to Become an IT Architect-A Look at the Bigger Picture - DigitalXch...
PPTX
Steampipe - use SQL to retrieve data from cloud, platforms and files (Code Ca...
PPTX
Automation of Software Engineering with OCI DevOps Build and Deployment Pipel...
PPTX
Introducing Dapr.io - the open source personal assistant to microservices and...
PPTX
How and Why you can and should Participate in Open Source Projects (AMIS, Sof...
PPTX
Microservices, Apache Kafka, Node, Dapr and more - Part Two (Fontys Hogeschoo...
PPTX
Microservices, Node, Dapr and more - Part One (Fontys Hogeschool, Spring 2022)
PPTX
6Reinventing Oracle Systems in a Cloudy World (RMOUG Trainingdays, February 2...
PPTX
Help me move away from Oracle! (RMOUG Training Days 2022, February 2022)
PPTX
Tech Talks 101 - DevOps (jan 2022)
PPTX
Conclusion Code Cafe - Microcks for Mocking and Testing Async APIs (January 2...
PPTX
Cloud Native Application Development - build fast, low TCO, scalable & agile ...
Introduction to web application development with Vue (for absolute beginners)...
Making the Shift Left - Bringing Ops to Dev before bringing applications to p...
Lightweight coding in powerful Cloud Development Environments (DigitalXchange...
Apache Superset - open source data exploration and visualization (Conclusion ...
CONNECTING THE REAL WORLD TO ENTERPRISE IT – HOW IoT DRIVES OUR ENERGY TRANSI...
Help me move away from Oracle - or not?! (Oracle Community Tour EMEA - LVOUG...
Op je vingers tellen... tot 1000!
IoT - from prototype to enterprise platform (DigitalXchange 2022)
Who Wants to Become an IT Architect-A Look at the Bigger Picture - DigitalXch...
Steampipe - use SQL to retrieve data from cloud, platforms and files (Code Ca...
Automation of Software Engineering with OCI DevOps Build and Deployment Pipel...
Introducing Dapr.io - the open source personal assistant to microservices and...
How and Why you can and should Participate in Open Source Projects (AMIS, Sof...
Microservices, Apache Kafka, Node, Dapr and more - Part Two (Fontys Hogeschoo...
Microservices, Node, Dapr and more - Part One (Fontys Hogeschool, Spring 2022)
6Reinventing Oracle Systems in a Cloudy World (RMOUG Trainingdays, February 2...
Help me move away from Oracle! (RMOUG Training Days 2022, February 2022)
Tech Talks 101 - DevOps (jan 2022)
Conclusion Code Cafe - Microcks for Mocking and Testing Async APIs (January 2...
Cloud Native Application Development - build fast, low TCO, scalable & agile ...

Recently uploaded (20)

PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PPTX
Odoo POS Development Services by CandidRoot Solutions
PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PDF
Understanding Forklifts - TECH EHS Solution
PDF
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PDF
PTS Company Brochure 2025 (1).pdf.......
PPTX
ai tools demonstartion for schools and inter college
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
Odoo Companies in India – Driving Business Transformation.pdf
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PPTX
Introduction to Artificial Intelligence
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PPTX
Online Work Permit System for Fast Permit Processing
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Odoo POS Development Services by CandidRoot Solutions
Operating system designcfffgfgggggggvggggggggg
2025 Textile ERP Trends: SAP, Odoo & Oracle
Understanding Forklifts - TECH EHS Solution
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
Design an Analysis of Algorithms II-SECS-1021-03
PTS Company Brochure 2025 (1).pdf.......
ai tools demonstartion for schools and inter college
VVF-Customer-Presentation2025-Ver1.9.pptx
Odoo Companies in India – Driving Business Transformation.pdf
Which alternative to Crystal Reports is best for small or large businesses.pdf
Introduction to Artificial Intelligence
How to Migrate SBCGlobal Email to Yahoo Easily
Online Work Permit System for Fast Permit Processing
Upgrade and Innovation Strategies for SAP ERP Customers
Adobe Illustrator 28.6 Crack My Vision of Vector Design

Oracle OpenWorld 2016 Review - Focus on Data, BigData, Streaming Data, Machine Learning & Database Development

  • 1. The AMIS Team Oracle OpenWorld 2016, Nieuwegein, 13th October 2016 Oracle OpenWorld 2016 Review Data - Database Development, BigData, BI
  • 2. 2 Data • ACID is expensive • OLTP is a niche • Moving data takes long – bring processing to data • SQL is omnipresent – expose all data in an SQL friendly way – Including NoSQL and data on Hadoop • Data from the past should be able to help us predict the future – Bring on machine learning (aka AI aka predictive analytics) – Aided by the citizen data scientist in (Big) Data Discovery • Fast Data (big data at high velocity) should be handled in real time – Enter: Streaming Analytics & Apache Kafka • Oh and ehm …. a next major release of Oracle Database is available – 12cR2 – only on the cloud for now – Highlights: Sharding, More PDB (“virtual database”), Approximate Query Processing, Leverage In-Memory even more, JSON document generation and faster JSON processing, Analytic Views
  • 3. 3 Learning • How do we learn? – Try something (else) => get feedback => learn • Eventually: – We get it (understanding) so we can predict the outcome of a certain action in a new situation – Or we have experienced enough situations to predict the outcome in most situations with high confidence • Through interpolation, extrapolation, etc. – We remain clueless
  • 4. 4 Machine Learning • Analyze Historical Data (input and result – training set) to discover Patterns & Models • Iteratively apply Models to [additional] Input (test set) and compare model outcome with known actual result to improve the model • Use Model to predict outcome for entirely new data
  • 5. 5 Data Discovery A B C D E F G 1104534 ZTR 0.1 anijs 2 36 T 631148 ESE 132 rivier 0 21 S -3 WGN 71 appel 0 1 - 1262300 ZTR 56 zes 2 41 T 315529 HVN 1290 hamer 0 11 - 788914 ASM 676 zwaluw 0 26 T 157762 HVN 9482 wie 0 6 - 946681 DHG 42 rond 1 31 T -31539 WGN 2423 bruin 0 0 - 47338 HVN 54 hamer 0 16 P
  • 6. 6 Scatter Plot Attribute F (Y-axis)vs Attribute A 0 5 10 15 20 25 30 35 40 45 -500000 0 500000 10000001500000 Y-Values Y-Values
  • 7. 7 Scatter Plot Attribute F (Y-axis)vs Attribute A 0 5 10 15 20 25 30 35 40 45 1960 1980 2000 2020 Age of Lucas Jellema vs Year Y-Values
  • 8. 8 Data Discovery Time City - - #Kids Age Level of Education 1104534 ZTR 0.1 anijs 2 36 T 631148 ESE 132 rivier 0 21 S -3 WGN 71 appel 0 1 - 1262300 ZTR 56 zes 2 41 T 315529 HVN 1290 hamer 0 11 - 788914 ASM 676 zwaluw 0 26 T 157762 HVN 9482 wie 0 6 - 946681 DHG 42 rond 1 31 T -31539 WGN 2423 bruin 0 0 - 47338 HVN 54 hamer 0 16 P
  • 9. 9 Machine Learning, Data Mining & Predictive Analytics
  • 10. 10 Recent developments • More compute capacity, smarter algorithms and better analytical tooling – Evolving Machine Learning – Smart text and speech analysis (NLP, ESA) – Real time predictions become a reality – Streaming (event) Analytics – Visualization – Citizen Data Scientist – SQL against Big Data • More data available & accessible (IoT, Social, Media, IT operations, business processes,…) • Better/larger/cheaper/faster data storage capabilities
  • 11. 11 Many cloud services around Big Data & Analytics
  • 12. 12 Big Data Integration Reference Architecture IngestPrepare Transform, Merge, Enrich Save GovernGovern Serve Analyze & Act Present, Leverage & ‘Action’ Extract Explore Purge
  • 14. 14 Mapping Oracle portfolio to Reference Architecture Big Data Discovery Data Visualization BI CS IT Analytics Security Analytics Log Analytics
  • 15. 15 Tip: OEMM - Oracle Enterprise Metadata Management
  • 16. 16 Citizen Data Scientist • Data Visualization CS • Big Data Preparation CS • Big Data Discovery CS • Machine Learning CS
  • 18. 18
  • 19. 19
  • 22. 22 Traditional approach • All enterprise data is in the Oracle [relational] Database – Except very unstructured documents - and sometimes even those
  • 23. 23 Center of the Data Universe is shifting
  • 24. 24 Variety in data – Data Tiering • How long relevant (hot vs cold vs dead)? • How fine grained and how accurate? • What is it used for? – By whom, where, in what way, using which tools • What format is it in/should it be in? • How to be processed? • What confidentiality & integrity is required? • How much of it?
  • 25. 25 Trends around data storage and data processing • Take processing to data [to reduce data movement] – Exadata SmartScan in Storage Cells (SQL & R processing) – Hadoop MapReduce/Spark – Coherence Processors – Streaming Analytics – Microservices, stand alone data domains • Distributed data partitions – for scalability and parallelization [and fault tolerance when also replicated]: – Shards (Oracle Database 12cR2) and Partitioned External Tables – TimesTen Velocity Scale – distributed In-Memory OLTP – Hadoop HDFS, Apache Kafka • New paradigms regarding transactional data – CQRS (for example Oracle Database In Memory (read) / In Flash/On disk (read/write), Write behind cache) – Event Sourcing, Transaction Log
  • 26. 26 Oracle Database • How much of your data – Arrives through (business) transactions that require true ACID? – Is involved in current business operations? – Will ever be updated [again]? – Plays a direct role in integrity [of other records]? – Is actively accessed [on a regular basis] ? – Really has to be in the OLTP engine? • How much of the data currently in your OLTP engine could be off-loaded – If that data remains accessible through SQL (even from within the OLTP engine, without altering existing queries) with reasonable response times • What if such off-loading – Improves performance of the OLTP engine for transactions – Shortens batch jobs [by engaging distributed, scale out processing options] – Opens up possibilities for advanced analytics – Potentially lowers the cost [licenses & specialized hardware] for the OLTP engine – Introduces some change and complexity
  • 27. 27 Oracle Big Data SQL • Big Data SQL: A ‘franchised query engine,’ enables scalable, integrated access in situ to the entire Big Data Management System (BDMS) – Meta data, Query execution, Workload Management, Data Optimization – Primary role for Oracle Database – foundation for BDMS See Statement of Direction: http://www.oracle.com/technetwork/database/bigdata-appliance/overview/sod-bdms-2015-04-final-2516729.pdf
  • 29. 29 Oracle Forms • Release 12.2.1.1 is available – 12.2.2 (or 12.2.1.2) is planned for late 2016 – Support for Forms 12c: Premier Oct 2020, Extended 2023 – (and moving) • Forms usually runs in browser – using the Java JRE plugin for Applets – Modern browsers have stopped or will stop supporting the Java plugin – Forms will either have to run on outdated browsers (IE, old versions of Firefox or Chrome) or run outside the browser – The main changes around Forms are around running Forms outside the browser – as standalone Java Web Start (jnlp) application – Also: Forms Helper – script for customizing post-install environment (simplified WLST) • On Reports: – Reports 12c exists – it is the terminal release – From now on, reporting should be done using BI Publisher – BI Publisher has become part of the Developer Suite and will be included in the WebLogic Suite
  • 31. 31 APEX – 5.1 • Interactive Grid – A new rich, client-side region type that allows editing multiple rows of data in a dynamic, JSON-enabled grid, and supports multiple grids on a single page. • Master / Detail / Detail – Provide a wizard interface to define declarative master/detail/detail regions. • New Charting Engine – Include a new JavaScript (Oracle JET) based charting engine developed by Oracle which produces responsive and accessible HTML5 charts. – AnyChart is on the way out • Ability to have multiple tabs open to the same APEX application and isolate session state • Improved Wizards - fewer steps and more attributes set by default. • Declarative RTL Support –declarative methods to control user interface direction- support for both Left-to-Right and Right-To-Left languages. • Packaged Applications – Improved framework and enhancements to the packaged applications. • Status: EA 2 is available (hosted) as of September 2016 – APEX 5.1 Production – early 2017?
  • 32. 32 New in SQL in 12cR2 • Listagg improvements • Error handling for CAST function & new Validate_Conversion function • Materialized Views – Real Time Materialized Views (stale plus logs) – Statement Level Refresh • AL32UTF8 As the Default Database Character Set • New capabilities for generating JSON documents directly from SQL queries, improved JSON support in In Memory processing • Beyond 12cR2 • Approximate Query Processing (using HyperLogLog) • Analytical Views • Band Join- better performance for non-equijoins • Temporary, cached in memory tables for duration of cursor • Partitioned External Tables
  • 33. 33 New in PL/SQL in 12cR2 • Deprecated procedures and functions • Accessible by at procedure or function level • JSON support: generation of JSON documents using PL/SQL API and Oracle supplied Object Types (somewhat akin to XMLType) – JSON SQL functions available in PL/SQL expressions • Supplied package dbms_plsql_code_coverage to identify code units not touched in specific [test] scenarios • PL/Scope enhancements – more fine grained reporting • Edition Based Redefinition does ‘garbage collection’ – editioned objects no longer in use are cleaned up
  • 34. 34 Other Database Development News • JS Stored Procedures • SQL Developer GUI Debugger – One session can have another start debugging – At breakpoint: execute SQL to inspect run context – including PL/SQL state • SQLcl • ORDS – Oracle REST Data Services
  • 35. 35
  • 36. 36 Summary of Oracle OpenWorld 2016 • (5 days filled to brim with 1800+ sessions, 12 keynotes, 150+ demo booths, hundreds of vendors and quite a few rumors & hallway tales) • Infrastructure [as a Service] – Generation 2 Data Center – Network & IOPS (storage, NVMe, Flash) – Exadata SL • Abdication of the single, central, enterprise Oracle RDBMS – and the limelight for data – PDBs – Sharding – Hadoop & Spark (& SQL & R) – Machine Learning • Adoption of open source projects, industry trends & community darlings – Node.js, Docker, Microservices, Git(Hub), Python, Slack, …
  • 37. 37 Summary of Oracle OpenWorld 2016 (2) • Cloud [First] strategy – Migrate & Extend i/o [bidirectional] Lift & Shift – Cloud@Customer – Status and future of On Premises software (and yet Engineered Systems) – Ops in Oracle Data Centers – Subscription Models, Suites (i/o a la carte) – How fast can Oracle move [without spreading itself too thin]? • SaaS and [Unlimited] Applications – SaaS portfolio quite extensive – UX is important asset of the SaaS applications – Real cloud elements are improving (APIs, extensibility) – Traditional Apps are still evolving [as promised] – and seem to benefit from SaaS and technological advances across the board • Oracle Public Cloud consistency, architecture and the Dogfood Doctrine – Fabric and foundational components – Designated capabilities and mutual integration

Editor's Notes

  • #21: Example of a notebook: https://github.com/rhiever/Data-Analysis-and-Machine-Learning-Projects/blob/master/example-data-science-notebook/Example%20Machine%20Learning%20Notebook.ipynb
  • #32: Oracle Application Express 5.1 introduces a new component, the interactive grid, that combines the best of both interactive reports and tabular forms while lifting restrictions such as allowing for only a single tabular form region on a page. The interactive grid is a rich, client-side region type that allows editing multiple rows of data in a dynamic, JavaScript Object Notation-enabled grid that supports multiple grids on a single page. I build highly interactive master detail pages so loved by Oracle Forms developers. Oracle Application Express 5.1 is a huge leap forward in end user productivity. In this session see how the interactive grid brings dynamic, rich-client reporting and multirow editing capabilities to your Oracle Application Express applications and how the new, powerful charting engine (based on Oracle JavaScript Extension Toolkit ) enables users to visualize and interact with their data like never before. The session also takes an in-depth look at numerous other enhancements, such as the new live template options, support for right-to-left languages, and the future of the page designer with the integrated component view. the new data visualization capabilities available with Oracle Application Express 5.1, based on the Oracle JavaScript Extension Toolkit and other components. Oracle JavaScript Extension Toolkit is a JavaScript charting solution that is highly customizable, accessible, interactive, and incorporates automatic responsive design support. See how easily you can integrate these great looking visualizations to tell a story in your application.
  • #33: See for example thread on AskTom on SQL Assertions: https://asktom.oracle.com/pls/apex/f?p=100:11:0::::P11_QUESTION_ID:698031000346429496
  • #35: 12cR2: http://docs.oracle.com/cloud/latest/exadataexpress-cloud/CSDBP/GUID-F1E74056-FB12-414A-9AAA-579E9540801E.htm#CSDBP-GUID-40C9753E-34CC-403C-8840-581875FC34E1
  • #39: https://tagul.com/wuxmhhmc65n4/oow2016-word-cloud