SlideShare a Scribd company logo
Oracle Database 12c Release 2
New Features
On
Oracle Database Exadata
Express Cloud Service
Presented by: Alex Zaballa, Oracle DBA
Alex Zaballa
http://alexzaballa.blogspot.com/
@alexzaballa208 and counting…
https://www.linkedin.com/in/alexzaballa
Worked for 7 years in Brazil as an Oracle Developer.
2000 - 2007
Worked for 8 years in Angola as an Oracle DBA
for the Ministry of Finance.
2007 - 2015
Oracle Database 12c Release 2 - New Features On Oracle Database Exadata Express Cloud Service
Database New Features Guide
https://docs.oracle.com/cloud/latest/exadataex
press-cloud/CSDBF/toc.htm
Using Oracle Database Exadata Express Cloud
Service
https://docs.oracle.com/cloud/latest/exadataex
press-cloud/CSDBP/toc.htm
http://www.oracle.com/us/products/database/
database-exadata-express-ds-3224599.pdf
Oracle Database Exadata ExpressCloud Service
Oracle Database 12c Release 2 - New Features On Oracle Database Exadata Express Cloud Service
Oracle Database Public Cloud – 05/Nov/2016
05/Nov/2016
Oracle® Database Online Documentation Library
12c Release 2 (12.2)
http://docs.oracle.com/database/122/nav/porta
l_booklist.htm
Oracle Database 12c Release 2
New Features
On
Oracle Database Cloud Service
Upgrade to 12.1.0.2 or wait for
12.2 ?
CDB ou NON-CDB?
Oracle Database Release Status
MOS Note:742060.1
Multitenant
https://blogs.oracle.com/UPGRADE/entry/non_cdb_architecture_of_oracle
Multitenant
https://blogs.oracle.com/UPGRADE/entry/non_cdb_architecture_of_oracle
Multitenant on 12.1
https://blogs.oracle.com/UPGRADE/entry/non_cdb_architecture_of_oracle
Oracle Announces Beta Availability of Oracle Database 12c Release 2 - Oct 26,
2015
• PLUGGABLE DATABASES
From 252 to 4096
• HOT CLONING
Don’t need to put the source in read-only for cloning
• SHARDING
It’s like partitioning in a shared nothing database
The data is split into multiple databases
• In-Memory
In-Memory column Store on Active Data Guard
Heat Map
• APPLICATION CONTAINER
Pluggable Databases will share application objects
• More isolation, resource manager will limit the memory in addition to CPU and I/O.
• AWR will work on Active Data Guard Database: you can tune your reporting database
Longer Identifier Names
• Starting with Oracle Database 12c Release 2
(12.2), the maximum length of identifier
names for most types of database objects has
been increased to 128 bytes.
DEMO
JSON
OTN Article by Alex Zaballa
http://www.oracle.com/technetwork/pt/articles
/sql/json-oracle-database-12c-2378776-
ptb.html
JSON
• Oracle Database 12.1.0.2 has now native
support for JSON.
• “JSON (JavaScript Object Notation) is a
lightweight data-interchange format. It is easy
for humans to read and write. It is easy for
machines to parse and generate.”
Source: http://json.org/
JSON
JSON
JSON on 12.2.0.1
Generating JSON data:
• JSON_ARRAY
• JSON_OBJECT
• JSON_ARRAYAGG
• JSON_OBJECTAGG
JSON_ARRAY
JSON_OBJECT
JSON and PL/SQL
https://blogs.oracle.com/jsondb/entry/the_new_sql_json_query
DEMO
Data Conversion Errors
• CAST()
• TO_xxxx()
Enhanced CAST Function With Error
Handling
• CAST function is enhanced to return a user-
specified value in the case of a conversion
error instead of raising an error.
TO_xxxx()
• DEFAULT ON CONVERSION ERROR
DEMO
VALIDATE_CONVERSION function
• Determines whether expr can be converted to
the specified data type. If expr can be
successfully converted, then this function
returns 1; otherwise, this function returns 0.
DEMO
LISTAGG improvements
• LISTAGG aggregates the values of a column by
concatenating them into a single string. New
functionality has been added for managing
situations where the length of the concatenated
string is too long.
• What to do when an overflow occurs:
 ON OVERFLOW ERROR (default)
 ON OVERFLOW TRUNCATE <delimiter>
LISTAGG improvements
DEMO
Changes in SQL*Plus Release 12.2
FAST Option
SQL*Plus command-line option –F[ast] changes
the values of the following default settings
Changes in SQL*Plus Release 12.2
Support for command history
SET HIST[ORY] {ON | OFF | n}
SHOW HISTORY
DEMO
Online Conversion of a Non Partitioned
Table to a Partitioned Table
Nonpartitioned tables can be converted to
partitioned tables online. Indexes are maintained as
part of this operation and can be partitioned as well.
The conversion has no impact on the ongoing DML
operations.
Online Conversion of a Non Partitioned
Table to a Partitioned Table
Case insensitive
Online Table Move
Nonpartitioned tables can be moved as an online
operation without blocking any concurrent DML
operations. A table move operation now also
supports automatic index maintenance as part of
the move.
Online Table Move
12.1
Online Table Move
12.2
Read-only partitions
You can set tables, partitions, and subpartitions to
read-only status to protect data from unintentional
DML operations by any user or trigger.
Read-only partitions
Filtering Partition Operations
(Maintenance)
Filtering data for some maintenance operations.
Creating a Partitioned External Table
You can create partitions for an external table:
Index Monitoring
In 12.2, Index monitoring is now enabled by
default.
DBA_INDEX_USAGE displays cumulative statistics for each index.
V$INDEX_USAGE_INFO keeps track of index usage since the last flush.
A flush occurs every 15 minutes.
http://blog.dbi-services.com/12cr2-new-index-usage-tracking/
FLASHBACK PLUGGABLE DATABASE
PDB – local undo
FLASHBACK PLUGGABLE DATABASE
PDB – local undo
https://uhesse.com/2016/11/09/flashback-pluggable-database-now-available-in-oracle-12cr2/
FLASHBACK PLUGGABLE DATABASE
PDB – local undo
https://uhesse.com/2016/11/09/flashback-pluggable-database-now-available-in-oracle-12cr2/
PDB – characterset
In 12.2 Multitenant supports consolidation of PDBs
with diverse character sets.
The requirement is that the CDB be configured
with AL32UTF8, which is the super-set of all others
and it is also the default characterset now.
http://www.oracle.com/technetwork/database/multitenant/overview/multitenant-wp-12c-
2078248.pdf
PDB – resource management
http://www.oracle.com/technetwork/database/multitenant/overview/multitenant-wp-12c-
2078248.pdf
PDB – hot clone
In 12.2 we have PDB hot clone/refresh/relocate.
Don’t need to put the source in read-only for
cloning, can refresh a clone, can relocate a PDB to
another CDB online
Application Container
http://www.oracle.com/technetwork/database/multitenant/overview/multitenant-wp-12c-
2078248.pdf
Oracle Database Vault Simulation Mode
Protection
Oracle Database Vault simulation mode protection
allows customers to test their Oracle Database
Vault realms and command rules protections using
soft enforcement.
Approximate Query Processing
Approximate query processing obtains approximate
results with negligible deviation from the exact
result while saving processing resources and
dramatically increasing the processing of resources.
Approximate Query Processing
12.1:
Approximate Query Processing
12.2:
Approximate Query Processing
You can utilize the Approximate functions without
changing code.
The initialization parameters are:
• approx_for_aggregation
• approx_for_count_distinct
• approx_for_percentile
Approximate Query Processing
alter session set approx_for_count_distinct = 'TRUE';
SQLcl
http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html
Oracle Database 12c Release 2 - New Features On Oracle Database Exadata Express Cloud Service
Thank You
Slides Available: http://www.slideshare.net/

More Related Content

What's hot (17)

PPTX
Oracle Database 12c - The Best Oracle Database 12c Tuning Features for Develo...
Alex Zaballa
 
PPTX
DBA Commands and Concepts That Every Developer Should Know
Alex Zaballa
 
PPTX
Oracle Data Redaction - EOUC
Alex Zaballa
 
PPTX
Flex Cluster e Flex ASM - GUOB Tech Day - OTN TOUR LA Brazil 2014
Alex Zaballa
 
DOCX
Oracle Database 12c "New features"
Anar Godjaev
 
PPTX
Dan Hotka's Top 10 Oracle 12c New Features
Embarcadero Technologies
 
PDF
Oracle SQL Tuning
Alex Zaballa
 
PPTX
Oracle Data Redaction
Alex Zaballa
 
PPTX
Oracle Database 12c - Data Redaction
Alex Zaballa
 
PPTX
Oracle Database 12c New Features for Developers and DBAs - OTN TOUR LA 2015
Alex Zaballa
 
PPTX
Best New Features of Oracle Database 12c
Pini Dibask
 
PDF
OTN TOUR 2016 - Oracle Database 12c - The Best Oracle Database 12c Tuning Fea...
Alex Zaballa
 
PPT
Top 10 Oracle SQL tuning tips
Nirav Shah
 
PPTX
Oracle Data redaction - GUOB - OTN TOUR LA - 2015
Alex Zaballa
 
PPTX
Oracle Data Redaction - UKOUG - TECH14
Alex Zaballa
 
PPTX
DBA Commands and Concepts That Every Developer Should Know - Part 2
Alex Zaballa
 
PPTX
Sql Server 2008 New Programmability Features
sqlserver.co.il
 
Oracle Database 12c - The Best Oracle Database 12c Tuning Features for Develo...
Alex Zaballa
 
DBA Commands and Concepts That Every Developer Should Know
Alex Zaballa
 
Oracle Data Redaction - EOUC
Alex Zaballa
 
Flex Cluster e Flex ASM - GUOB Tech Day - OTN TOUR LA Brazil 2014
Alex Zaballa
 
Oracle Database 12c "New features"
Anar Godjaev
 
Dan Hotka's Top 10 Oracle 12c New Features
Embarcadero Technologies
 
Oracle SQL Tuning
Alex Zaballa
 
Oracle Data Redaction
Alex Zaballa
 
Oracle Database 12c - Data Redaction
Alex Zaballa
 
Oracle Database 12c New Features for Developers and DBAs - OTN TOUR LA 2015
Alex Zaballa
 
Best New Features of Oracle Database 12c
Pini Dibask
 
OTN TOUR 2016 - Oracle Database 12c - The Best Oracle Database 12c Tuning Fea...
Alex Zaballa
 
Top 10 Oracle SQL tuning tips
Nirav Shah
 
Oracle Data redaction - GUOB - OTN TOUR LA - 2015
Alex Zaballa
 
Oracle Data Redaction - UKOUG - TECH14
Alex Zaballa
 
DBA Commands and Concepts That Every Developer Should Know - Part 2
Alex Zaballa
 
Sql Server 2008 New Programmability Features
sqlserver.co.il
 

Similar to Oracle Database 12c Release 2 - New Features On Oracle Database Exadata Express Cloud Service (20)

PPTX
Oracle Database 12c Release 2 - New Features On Oracle Database Exadata Expr...
Alex Zaballa
 
PPTX
What to Expect From Oracle database 19c
Maria Colgan
 
PDF
MOUG17 Keynote: Oracle OpenWorld Major Announcements
Monica Li
 
PPTX
Whats new in Oracle Database 12c release 12.1.0.2
Connor McDonald
 
PDF
Maria_Colgan_2.pdf
Lucky Ally
 
PPTX
Oracle Database 12c - New Features for Developers and DBAs
Alex Zaballa
 
PPTX
OOW16 - Oracle Database 12c - The Best Oracle Database 12c New Features for D...
Alex Zaballa
 
PPTX
Oracle Database 12.1.0.2 New Features
Deiby Gómez
 
PDF
COUG_AAbate_Oracle_Database_12c_New_Features
Alfredo Abate
 
PPTX
An AMIS Overview of Oracle database 12c (12.1)
Marco Gralike
 
PDF
An AMIS overview of database 12c
Getting value from IoT, Integration and Data Analytics
 
PDF
Oracle database 12c intro
pasalapudi
 
PPTX
What_to_expect_from_oracle_database_12c
Maria Colgan
 
PPTX
Oracle database 12.2 new features
Alfredo Krieg
 
PDF
Oracle 12c PDB insights
Kirill Loifman
 
PPTX
Oracle 12c
Deborah TIce
 
PPTX
Oracle 11gR2 plain servers vs Exadata - 2013
Connor McDonald
 
PPTX
Everything That Is Really Useful in Oracle Database 12c for Application Devel...
Lucas Jellema
 
PDF
Oracle 12c New Features
Guatemala User Group
 
PDF
OTN TOUR 2016 - Oracle Database 12c - The Best Oracle Database 12c New Featur...
Alex Zaballa
 
Oracle Database 12c Release 2 - New Features On Oracle Database Exadata Expr...
Alex Zaballa
 
What to Expect From Oracle database 19c
Maria Colgan
 
MOUG17 Keynote: Oracle OpenWorld Major Announcements
Monica Li
 
Whats new in Oracle Database 12c release 12.1.0.2
Connor McDonald
 
Maria_Colgan_2.pdf
Lucky Ally
 
Oracle Database 12c - New Features for Developers and DBAs
Alex Zaballa
 
OOW16 - Oracle Database 12c - The Best Oracle Database 12c New Features for D...
Alex Zaballa
 
Oracle Database 12.1.0.2 New Features
Deiby Gómez
 
COUG_AAbate_Oracle_Database_12c_New_Features
Alfredo Abate
 
An AMIS Overview of Oracle database 12c (12.1)
Marco Gralike
 
Oracle database 12c intro
pasalapudi
 
What_to_expect_from_oracle_database_12c
Maria Colgan
 
Oracle database 12.2 new features
Alfredo Krieg
 
Oracle 12c PDB insights
Kirill Loifman
 
Oracle 12c
Deborah TIce
 
Oracle 11gR2 plain servers vs Exadata - 2013
Connor McDonald
 
Everything That Is Really Useful in Oracle Database 12c for Application Devel...
Lucas Jellema
 
Oracle 12c New Features
Guatemala User Group
 
OTN TOUR 2016 - Oracle Database 12c - The Best Oracle Database 12c New Featur...
Alex Zaballa
 
Ad

More from Alex Zaballa (17)

PDF
Migrating Oracle Databases from AWS to OCI
Alex Zaballa
 
PPTX
Exploring All options to move your Oracle Databases to the Oracle Cloud
Alex Zaballa
 
PPTX
Moving Your Oracle Databases To The Oracle Cloud
Alex Zaballa
 
PPTX
SQL TUNING 101
Alex Zaballa
 
PPTX
SQL TUNING 101
Alex Zaballa
 
PPTX
DBA Commands and Concepts That Every Developer Should Know - Part 2
Alex Zaballa
 
PPTX
DBA Commands and Concepts That Every Developer Should Know
Alex Zaballa
 
PPTX
LET’S GET STARTED WITH ORACLE DATABASE CLOUD
Alex Zaballa
 
PPTX
DBA Commands and Concepts That Every Developer Should Know
Alex Zaballa
 
PPTX
DBA Brasil 1.0 - DBA Commands and Concepts That Every Developer Should Know
Alex Zaballa
 
PPTX
Moving your Oracle Databases to the Oracle Cloud
Alex Zaballa
 
PPTX
Os melhores recursos novos do Oracle Database 12c para desenvolvedores e DBAs...
Alex Zaballa
 
PPTX
OTN TOUR 2016 - DBA Commands and Concepts That Every Developer Should Know
Alex Zaballa
 
PDF
OTN TOUR 2016 - Oracle Database 12c - The Best Oracle Database 12c Tuning Fea...
Alex Zaballa
 
PPTX
Oracle Database 12c - Novas Características para DBAs e Desenvolvedores
Alex Zaballa
 
PPTX
Oracle Database 12c - Novas Características para DBAs e Desenvolvedores - GUO...
Alex Zaballa
 
PPTX
Data Redaction - OTN TOUR LA 2015
Alex Zaballa
 
Migrating Oracle Databases from AWS to OCI
Alex Zaballa
 
Exploring All options to move your Oracle Databases to the Oracle Cloud
Alex Zaballa
 
Moving Your Oracle Databases To The Oracle Cloud
Alex Zaballa
 
SQL TUNING 101
Alex Zaballa
 
SQL TUNING 101
Alex Zaballa
 
DBA Commands and Concepts That Every Developer Should Know - Part 2
Alex Zaballa
 
DBA Commands and Concepts That Every Developer Should Know
Alex Zaballa
 
LET’S GET STARTED WITH ORACLE DATABASE CLOUD
Alex Zaballa
 
DBA Commands and Concepts That Every Developer Should Know
Alex Zaballa
 
DBA Brasil 1.0 - DBA Commands and Concepts That Every Developer Should Know
Alex Zaballa
 
Moving your Oracle Databases to the Oracle Cloud
Alex Zaballa
 
Os melhores recursos novos do Oracle Database 12c para desenvolvedores e DBAs...
Alex Zaballa
 
OTN TOUR 2016 - DBA Commands and Concepts That Every Developer Should Know
Alex Zaballa
 
OTN TOUR 2016 - Oracle Database 12c - The Best Oracle Database 12c Tuning Fea...
Alex Zaballa
 
Oracle Database 12c - Novas Características para DBAs e Desenvolvedores
Alex Zaballa
 
Oracle Database 12c - Novas Características para DBAs e Desenvolvedores - GUO...
Alex Zaballa
 
Data Redaction - OTN TOUR LA 2015
Alex Zaballa
 
Ad

Recently uploaded (20)

PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PPTX
Digital Circuits, important subject in CS
contactparinay1
 
PDF
The 2025 InfraRed Report - Redpoint Ventures
Razin Mustafiz
 
PDF
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
PDF
SIZING YOUR AIR CONDITIONER---A PRACTICAL GUIDE.pdf
Muhammad Rizwan Akram
 
PPTX
Agentforce World Tour Toronto '25 - Supercharge MuleSoft Development with Mod...
Alexandra N. Martinez
 
PDF
How do you fast track Agentic automation use cases discovery?
DianaGray10
 
DOCX
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
PDF
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
Edge AI and Vision Alliance
 
PDF
NASA A Researcher’s Guide to International Space Station : Physical Sciences ...
Dr. PANKAJ DHUSSA
 
PDF
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
PDF
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
PPTX
Agentforce World Tour Toronto '25 - MCP with MuleSoft
Alexandra N. Martinez
 
PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
PPTX
Mastering ODC + Okta Configuration - Chennai OSUG
HathiMaryA
 
PPT
Ericsson LTE presentation SEMINAR 2010.ppt
npat3
 
PPTX
MuleSoft MCP Support (Model Context Protocol) and Use Case Demo
shyamraj55
 
PPTX
Seamless Tech Experiences Showcasing Cross-Platform App Design.pptx
presentifyai
 
PDF
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PPTX
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
Digital Circuits, important subject in CS
contactparinay1
 
The 2025 InfraRed Report - Redpoint Ventures
Razin Mustafiz
 
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
SIZING YOUR AIR CONDITIONER---A PRACTICAL GUIDE.pdf
Muhammad Rizwan Akram
 
Agentforce World Tour Toronto '25 - Supercharge MuleSoft Development with Mod...
Alexandra N. Martinez
 
How do you fast track Agentic automation use cases discovery?
DianaGray10
 
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
Edge AI and Vision Alliance
 
NASA A Researcher’s Guide to International Space Station : Physical Sciences ...
Dr. PANKAJ DHUSSA
 
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
Agentforce World Tour Toronto '25 - MCP with MuleSoft
Alexandra N. Martinez
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
Mastering ODC + Okta Configuration - Chennai OSUG
HathiMaryA
 
Ericsson LTE presentation SEMINAR 2010.ppt
npat3
 
MuleSoft MCP Support (Model Context Protocol) and Use Case Demo
shyamraj55
 
Seamless Tech Experiences Showcasing Cross-Platform App Design.pptx
presentifyai
 
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 

Oracle Database 12c Release 2 - New Features On Oracle Database Exadata Express Cloud Service