SlideShare une entreprise Scribd logo
1  sur  46
Télécharger pour lire hors ligne
ODTUG Webinar AWR Warehouse
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Enterprise Manager AWR
Warehouse
Enterprise Manager 12c, Release 4
Kellyn Pot’Vin,
Consulting Member of Enterprise Manager Technical Team
Strategic Customer Program
GP Gongloor, Director of Product Management
Oracle Corporation
July 17th, 2014
Oracle Confidential
Copyright © 2014 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, and timing of any features or
functionality described for Oracle’s products remains at the sole discretion of Oracle.
Oracle Confidential 3
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Program Agenda
1
2
3
4
5
What is the AWR Warehouse
Installation and ETL
AWR Warehouse Interface and Features
Use Cases
Summary
Oracle Confidential 4
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Program Agenda with Highlight
1
2
3
4
5
What is the AWR Warehouse
Installation and ETL
AWR Warehouse Interface and Features
Use Cases
Summary
Oracle Confidential 5
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
AWR Warehouse - Business Drivers
• Automatic Workload Repository
(AWR) is the de facto
performance repository for
Oracle databases since 10g
• Default retention period of 8
days prevents diagnosis of long
term performance problems
(“Compare performance during
this quarter’s books close with
last quarter’s”)
• Increasing AWR retention
period increases overhead and
cost in critical production
environments
CRMFinance Supply Chain
0%
30%
60%
90%
120%
0%
30%
60%
90%
120%
0%
30%
60%
90%
120%
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
AWR Warehouse - Architecture
• Central warehouse configured for
long term AWR data retention
• Historical and ongoing AWR
snapshots collected from
databases enabled for AWR
warehouse
• ETL jobs moves snapshots from
source databases into AWR
warehouse
• Retention period configurable for
weeks, months, years or forever
(default)
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
AWR Warehouse Features
• Warehouse dashboard tracking
ETL jobs
• All AWR features available on long
term AWR data
• Performance page
• AWR report
• ASH analytics
• Compare Period ADDM
• Compare Period Report
• Integrated seamlessly into EM UI
• Zero runtime overhead on source
Production databases
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Program Agenda with Highlight
1
2
3
4
5
What is the AWR Warehouse
Installation and ETL
AWR Warehouse Interface and Features
Use Cases
Summary
Oracle Confidential 9
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Why Have an AWR Warehouse?
Oracle Confidential 10
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Requirements
• AWR Warehouse Repository -11.2.0.4 or higher.
• Preferred Credentials set up for all targets involved.
• Discover the database you will use for your repository in the EM12c
• Pre-discover any source database before able to add.
• For a RAC target or AWR Warehouse, ensure you’ve set up a shared
location for the ETL load files.
Oracle Confidential 11
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
AWR ETL Jobs
Oracle Confidential – Internal/Restricted/Highly Restricted 12
DBMS Job on Source Database
to directory
Job in EM Job Service that
pulls file from Source
Target and then pushes to
AWR Warehouse Target
Directory Final DBMS Job Inserts data
into AWR Warehouse
All data identified by OLD/NEW DBID and
with the EM_ID, (CAW_DBID_MAPPING in
AWR WAREHOUSE)
Source Target
Enterprise Manager
AWR Warehouse
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
“Under the Hood” Source Target ETL Job
DBMS Scheduler Job Name: MGMT_CAW_EXTRACT
Exec Call: begin dbsnmp.mgmt_caw_extract.run_extract; end;
How Often: 3 Hour Intervals if “playing catch up”, otherwise, 24 hr interval.
Oracle Confidential 13
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
EM Job Service Dump File Transfer
• Runs 12hr
intervals from
time source target
is added to AWR
Warehouse.
• Agent to Agent
Direct Push
Oracle Confidential 14
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
“Under the Hood” AWR Warehouse ETL Job
Oracle Confidential 15
DBMS Scheduler Job Name: MGMT_CAW_LOAD
Exec Call: begin dbsnmp.mgmt_caw_load.run_master;
How Often: 5 Minute Intervals
Biggest Resource Demand from the “run_master”:
begin dbms_swrf_internal.move_to_awr(schname => :1); end;
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
ETL Load Duration to AWR Warehouse?
• Daily uploads take just a matter of seconds
• “Catch up” loads took anywhere from 2-12 min for
over 2 GB file load.
Oracle Confidential 16
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Behind the Scene(DBMS_SCHEDULER, AWR Warehouse)
DELETE DBSNMP.CAW_LOAD_WORKERS
WHERE NAME NOT IN (
SELECT JOB_NAME
FROM DBA_SCHEDULER_RUNNING_JOBS
WHERE OWNER = 'SYS')
Oracle Confidential 17
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Installed on Source Database DBSNMP Schema
CAW_EXTRACT_PROPERTIES : Information on ETL job, dump location and
intervals.
CAW_EXTRACT_METADATA : All data about extracts- times, failures, details.
Oracle Confidential 18
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
AWR Warehouse DBSNMP Objects
CAW_SPACE_USAGE: Populates resource consumption dashboard for AWR.
CAW_PROPERTIES : Information about location of dump files, interval,
retention time, etc. for AWR Warehouse.
CAW_PRIV_GRANTS : View privileges within the EM Console
CAW_LOAD_WORKERS : Only used during an actual ETL load process to the
AWR Warehouse.
Oracle Confidential 19
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
AWR Warehouse DBSNMP Objects
CAW_SRC_DBS : Main info about source db’s, version, ETL status, etc.
CAW_SRC_DB_INSTANCES: Instance information about source databases.
CAW_LOAD_METADATA : AWR dump file local, last load, etc.
CAW_LOAD_ERRORS : Populates the errors view in the console.
CAW_DBID_MAPPING : Used to map all data between Enterprise Manager,
AWR Warehouse and Database Identifiers.
Oracle Confidential 20
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
24 Databases X 10G of Data Over 3 Weeks….
Oracle Confidential 21
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Program Agenda with Highlight
1
3
2
4
5
What is the AWR Warehouse
Installation and ETL
AWR Warehouse Interface and Features
Use Cases
Summary
Oracle Confidential 22
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Accessing the AWR Warehouse
Targets Databases
Performance  AWR Warehouse
Oracle Confidential 23
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
AWR Warehouse Console Interface
Oracle Confidential 24
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
AWR Warehouse Configurations
Along with AWR Warehouse Basics-
• Configuration Status
• Version of Repository Database
• Host Information
• Connect Info, (SID/Service Name, Port)
• Space Usage, Upload Interval and Retention
Oracle Confidential 25
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Console Breakdown- High Level Warehouse Info
• Space Usage, (also available in the awrinfo.sql report.)
• Number of Databases, Incident report access and any source databases
Without Recent Uploads.
Oracle Confidential 26
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Console Interface, Snapshots at a Glance
• Displays snapshot upload space allocated by date.
• Considerably less space when just adding daily, (48MB approximate…)
Oracle Confidential 27
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Working with AWR Source Databases in Repository
• Highlight database from list, (clicking on target name will take you to
performance home page for target.)
• Run basic reports, view ASH Analytics or perform ADDM Comparisons.
• Also Add databases from the options.
Oracle Confidential 28
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
AWR Warehouse Source Databases
• Clicking on any Target
Name will take you to the
performance home page
for that target.
• Target Type, DB Name,
version info, owner and if
snapshot, (ETL job) is
enabled.
• AWRW object
dbsnmp.CAW_SRC_DBS.
Oracle Confidential 29
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
High Level Snapshot Data
• Shows number of
snapshots via days and
counts.
• Shows oldest and
newest snapshot date.
• AWRW object
dbsnmp.CAW_SRC_DBS
Oracle Confidential 30
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Actions Drop Down
• Most options are also in menu across top
of database list.
• Enable or Disable ETL Jobs for Source
Databases.
• Update snapshots via immediate run of
ETL job on any source target in AWR
Warehouse.
Oracle Confidential 31
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Would like to View Data Differently, Change Order?
• Uncheck any Columns to
view less information.
• Can add Snapshot
information, (add significant
data to filter through…)
Oracle Confidential 32
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Viewing Errors with the AWR ETL Load
**This can also be viewed in dbsnmp.CAW_LOAD_ERRORS
Oracle Confidential 33
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Security- Administrators of AWR Data in the Warehouse
Allows the ability to remove and
manage AWR snapshots within the
AWR Warehouse, not just view
warehouse data.
Oracle Confidential 34
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Program Agenda with Highlight
1
4
2
3
5
What is the AWR Warehouse
Installation and ETL
AWR Warehouse Interface and Features
Use Cases
Summary
Oracle Confidential 35
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Confidential 36
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
What Can I do with the AWR Warehouse?
Oracle Confidential – Internal/Restricted/Highly Restricted 37
0
50000
100000
150000
200000
250000
300000
350000
400000
June 10, 2013
l_reads_s read_iops_max read_iops_direct read_iops_direct_max
0
100000
200000
300000
400000
500000
600000
June 10, 2014
l_reads_s read_iops_max read_iops_direct read_iops_direct_max
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
CPU Usage Issues
“Nothing’s changed in
months…”
Oracle Confidential 38
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Using the AWR Warehouse for Capacity Planning
“Do we really need more
partitioning and pruning?
Our disk usage hasn’t
increased this last year….”
Oracle Confidential 39
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Querying the AWR Warehouse Tips
Update Scripts with DBID identified to filter.
Join:
• CAW_DBID_MAPPING on OLD_DBID/NEW_DBID=DBID
• CAW_DBID_MAPPING on TARGET_NAME=TARGET_NAME
Oracle Confidential 40
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
How Current AWR Queries Change
from dba_hist_sys_time_model stm, dba_hist_snapshot s, gv$parameter p, dbsnmp.caw_dbid_mapping m
where stm.stat_name in ('DB CPU','background cpu time')
and LOWER(m.target_name)= '&dbname'
and s.dbid= m.new_dbid and s.snap_id = stm.snap_id
and s.dbid = stm.dbid and s.instance_number = stm.instance_number
and p.name = 'cpu_count' and p.inst_id = s.instance_number)
Oracle Confidential 41
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Program Agenda with Highlight
1
5
2
3
4
What is the AWR Warehouse
Installation and ETL
AWR Warehouse Interface and Features
Use Cases
Summary
Oracle Confidential 42
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
AWR Warehouse Offers
• Incredible new repository to store AWR data from source targets.
• Easy to use and familiar interface to run common reports and analyze
data from
• Simple schema additions to existing source database to manage jobs,
inspect information or isolate issues.
• Only small changes to existing AWR queries to enhance to AWR
Warehouse queries.
Oracle Confidential 43
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Want to Learn More?
Oracle Screenwatch: https://www.youtube.com/watch?v=StydMitHtuI
DBAKevlar Blog Posts:
http://dbakevlar.com/2014/06/awr-warehouse-in-em12c-rel-4/
http://dbakevlar.com/2014/06/awr-warehouse-in-em12c-rel-4-part-ii/
Scripts: http://dbakevlar.com/scripts/
Oracle Confidential 44
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Confidential 45
Connect with me via Social Media:
ODTUG Webinar AWR Warehouse

Contenu connexe

Tendances

Oracle Enterprise Manager Cloud Control 13c for DBAs
Oracle Enterprise Manager Cloud Control 13c for DBAsOracle Enterprise Manager Cloud Control 13c for DBAs
Oracle Enterprise Manager Cloud Control 13c for DBAsGokhan Atil
 
Oracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c PresentationOracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c PresentationFrancisco Alvarez
 
Suffering from Chronic Patching Pain? Get Relief with Fleet Maintenance [CON6...
Suffering from Chronic Patching Pain? Get Relief with Fleet Maintenance [CON6...Suffering from Chronic Patching Pain? Get Relief with Fleet Maintenance [CON6...
Suffering from Chronic Patching Pain? Get Relief with Fleet Maintenance [CON6...Timothy Schubert
 
Exadata SMART Monitoring - OEM 13c
Exadata SMART Monitoring - OEM 13cExadata SMART Monitoring - OEM 13c
Exadata SMART Monitoring - OEM 13cAlfredo Krieg
 
Getting optimal performance from oracle e business suite(aioug aug2015)
Getting optimal performance from oracle e business suite(aioug aug2015)Getting optimal performance from oracle e business suite(aioug aug2015)
Getting optimal performance from oracle e business suite(aioug aug2015)pasalapudi123
 
Database as a Service, Collaborate 2016
Database as a Service, Collaborate 2016Database as a Service, Collaborate 2016
Database as a Service, Collaborate 2016Kellyn Pot'Vin-Gorman
 
AWR and ASH Advanced Usage with DB12c
AWR and ASH Advanced Usage with DB12cAWR and ASH Advanced Usage with DB12c
AWR and ASH Advanced Usage with DB12cKellyn Pot'Vin-Gorman
 
Extreme Availability using Oracle 12c Features: Your very last system shutdown?
Extreme Availability using Oracle 12c Features: Your very last system shutdown?Extreme Availability using Oracle 12c Features: Your very last system shutdown?
Extreme Availability using Oracle 12c Features: Your very last system shutdown?Toronto-Oracle-Users-Group
 
Database Lifecycle Management and Cloud Management - Hands on Lab (OOW2014)
Database Lifecycle Management and Cloud Management - Hands on Lab (OOW2014)Database Lifecycle Management and Cloud Management - Hands on Lab (OOW2014)
Database Lifecycle Management and Cloud Management - Hands on Lab (OOW2014)Hari Srinivasan
 
Oracle Enterprise Manager 13C and Hybrid Cloud
Oracle Enterprise Manager 13C and Hybrid CloudOracle Enterprise Manager 13C and Hybrid Cloud
Oracle Enterprise Manager 13C and Hybrid Cloudjobacle
 
Fn project quick installation guide
Fn project quick installation guideFn project quick installation guide
Fn project quick installation guideJohan Louwers
 
Sun oracle-maa-060407
Sun oracle-maa-060407Sun oracle-maa-060407
Sun oracle-maa-060407Sal Marcus
 
Aioug ha day oct2015 goldengate- High Availability Day 2015
Aioug ha day oct2015 goldengate- High Availability Day 2015Aioug ha day oct2015 goldengate- High Availability Day 2015
Aioug ha day oct2015 goldengate- High Availability Day 2015aioughydchapter
 
Oracle RAC - A Safe Investment into the Future of Your IT
Oracle RAC - A Safe Investment into the Future of Your ITOracle RAC - A Safe Investment into the Future of Your IT
Oracle RAC - A Safe Investment into the Future of Your ITMarkus Michalewicz
 
Clone Oracle Databases In Minutes Without Risk Using Enterprise Manager 13c
Clone Oracle Databases In Minutes Without Risk Using Enterprise Manager 13cClone Oracle Databases In Minutes Without Risk Using Enterprise Manager 13c
Clone Oracle Databases In Minutes Without Risk Using Enterprise Manager 13cAlfredo Krieg
 
Making MySQL highly available using Oracle Grid Infrastructure
Making MySQL highly available using Oracle Grid InfrastructureMaking MySQL highly available using Oracle Grid Infrastructure
Making MySQL highly available using Oracle Grid InfrastructureIlmar Kerm
 

Tendances (20)

Oracle Enterprise Manager Cloud Control 13c for DBAs
Oracle Enterprise Manager Cloud Control 13c for DBAsOracle Enterprise Manager Cloud Control 13c for DBAs
Oracle Enterprise Manager Cloud Control 13c for DBAs
 
Enterprise manager 13c
Enterprise manager 13cEnterprise manager 13c
Enterprise manager 13c
 
Oracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c PresentationOracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c Presentation
 
Suffering from Chronic Patching Pain? Get Relief with Fleet Maintenance [CON6...
Suffering from Chronic Patching Pain? Get Relief with Fleet Maintenance [CON6...Suffering from Chronic Patching Pain? Get Relief with Fleet Maintenance [CON6...
Suffering from Chronic Patching Pain? Get Relief with Fleet Maintenance [CON6...
 
Exadata SMART Monitoring - OEM 13c
Exadata SMART Monitoring - OEM 13cExadata SMART Monitoring - OEM 13c
Exadata SMART Monitoring - OEM 13c
 
Getting optimal performance from oracle e business suite(aioug aug2015)
Getting optimal performance from oracle e business suite(aioug aug2015)Getting optimal performance from oracle e business suite(aioug aug2015)
Getting optimal performance from oracle e business suite(aioug aug2015)
 
Database as a Service, Collaborate 2016
Database as a Service, Collaborate 2016Database as a Service, Collaborate 2016
Database as a Service, Collaborate 2016
 
Upgrading Em13c Collaborate 2016
Upgrading Em13c Collaborate 2016Upgrading Em13c Collaborate 2016
Upgrading Em13c Collaborate 2016
 
AWR and ASH Advanced Usage with DB12c
AWR and ASH Advanced Usage with DB12cAWR and ASH Advanced Usage with DB12c
AWR and ASH Advanced Usage with DB12c
 
Extreme Availability using Oracle 12c Features: Your very last system shutdown?
Extreme Availability using Oracle 12c Features: Your very last system shutdown?Extreme Availability using Oracle 12c Features: Your very last system shutdown?
Extreme Availability using Oracle 12c Features: Your very last system shutdown?
 
Database Lifecycle Management and Cloud Management - Hands on Lab (OOW2014)
Database Lifecycle Management and Cloud Management - Hands on Lab (OOW2014)Database Lifecycle Management and Cloud Management - Hands on Lab (OOW2014)
Database Lifecycle Management and Cloud Management - Hands on Lab (OOW2014)
 
Oracle Enterprise Manager 13C and Hybrid Cloud
Oracle Enterprise Manager 13C and Hybrid CloudOracle Enterprise Manager 13C and Hybrid Cloud
Oracle Enterprise Manager 13C and Hybrid Cloud
 
AWR & ASH Analysis
AWR & ASH AnalysisAWR & ASH Analysis
AWR & ASH Analysis
 
Fn project quick installation guide
Fn project quick installation guideFn project quick installation guide
Fn project quick installation guide
 
Sun oracle-maa-060407
Sun oracle-maa-060407Sun oracle-maa-060407
Sun oracle-maa-060407
 
Aioug ha day oct2015 goldengate- High Availability Day 2015
Aioug ha day oct2015 goldengate- High Availability Day 2015Aioug ha day oct2015 goldengate- High Availability Day 2015
Aioug ha day oct2015 goldengate- High Availability Day 2015
 
Oracle RAC - A Safe Investment into the Future of Your IT
Oracle RAC - A Safe Investment into the Future of Your ITOracle RAC - A Safe Investment into the Future of Your IT
Oracle RAC - A Safe Investment into the Future of Your IT
 
Clone Oracle Databases In Minutes Without Risk Using Enterprise Manager 13c
Clone Oracle Databases In Minutes Without Risk Using Enterprise Manager 13cClone Oracle Databases In Minutes Without Risk Using Enterprise Manager 13c
Clone Oracle Databases In Minutes Without Risk Using Enterprise Manager 13c
 
Making MySQL highly available using Oracle Grid Infrastructure
Making MySQL highly available using Oracle Grid InfrastructureMaking MySQL highly available using Oracle Grid Infrastructure
Making MySQL highly available using Oracle Grid Infrastructure
 
Developer day v2
Developer day v2Developer day v2
Developer day v2
 

En vedette

Project Report On Warehousing Sector (Repaired)
Project Report On Warehousing Sector (Repaired)Project Report On Warehousing Sector (Repaired)
Project Report On Warehousing Sector (Repaired)khetawatrahul
 
"Hadoop and Data Warehouse (DWH) – Friends, Enemies or Profiteers? What about...
"Hadoop and Data Warehouse (DWH) – Friends, Enemies or Profiteers? What about..."Hadoop and Data Warehouse (DWH) – Friends, Enemies or Profiteers? What about...
"Hadoop and Data Warehouse (DWH) – Friends, Enemies or Profiteers? What about...Kai Wähner
 
Webinar: Oracle R12 Warehouse Management System (WMS) Overview
Webinar: Oracle R12 Warehouse Management System (WMS) OverviewWebinar: Oracle R12 Warehouse Management System (WMS) Overview
Webinar: Oracle R12 Warehouse Management System (WMS) OverviewiWare Logic Technologies Pvt. Ltd.
 
Warehouse management and operations. How to increase eirther the performances...
Warehouse management and operations. How to increase eirther the performances...Warehouse management and operations. How to increase eirther the performances...
Warehouse management and operations. How to increase eirther the performances...Andrea Payaro
 
Project Report on 3rd Party Logistics
Project Report on 3rd Party LogisticsProject Report on 3rd Party Logistics
Project Report on 3rd Party LogisticsAjinkya Adurkar
 
Data Warehouse Modeling
Data Warehouse ModelingData Warehouse Modeling
Data Warehouse Modelingvivekjv
 
logistics and warehousing
logistics and warehousinglogistics and warehousing
logistics and warehousingNitin Sharma
 

En vedette (8)

Project Report On Warehousing Sector (Repaired)
Project Report On Warehousing Sector (Repaired)Project Report On Warehousing Sector (Repaired)
Project Report On Warehousing Sector (Repaired)
 
"Hadoop and Data Warehouse (DWH) – Friends, Enemies or Profiteers? What about...
"Hadoop and Data Warehouse (DWH) – Friends, Enemies or Profiteers? What about..."Hadoop and Data Warehouse (DWH) – Friends, Enemies or Profiteers? What about...
"Hadoop and Data Warehouse (DWH) – Friends, Enemies or Profiteers? What about...
 
Webinar: Oracle R12 Warehouse Management System (WMS) Overview
Webinar: Oracle R12 Warehouse Management System (WMS) OverviewWebinar: Oracle R12 Warehouse Management System (WMS) Overview
Webinar: Oracle R12 Warehouse Management System (WMS) Overview
 
Warehouse management and operations. How to increase eirther the performances...
Warehouse management and operations. How to increase eirther the performances...Warehouse management and operations. How to increase eirther the performances...
Warehouse management and operations. How to increase eirther the performances...
 
Project Report on 3rd Party Logistics
Project Report on 3rd Party LogisticsProject Report on 3rd Party Logistics
Project Report on 3rd Party Logistics
 
Warehousing
WarehousingWarehousing
Warehousing
 
Data Warehouse Modeling
Data Warehouse ModelingData Warehouse Modeling
Data Warehouse Modeling
 
logistics and warehousing
logistics and warehousinglogistics and warehousing
logistics and warehousing
 

Similaire à ODTUG Webinar AWR Warehouse

Kellyn Pot'Vin-Gorman - Awr and Ash
Kellyn Pot'Vin-Gorman - Awr and AshKellyn Pot'Vin-Gorman - Awr and Ash
Kellyn Pot'Vin-Gorman - Awr and Ashgaougorg
 
IOUG at Coors Field ASH and AWR in EM12c!
IOUG at Coors Field ASH and AWR in EM12c!IOUG at Coors Field ASH and AWR in EM12c!
IOUG at Coors Field ASH and AWR in EM12c!Kellyn Pot'Vin-Gorman
 
New Not Your Father's Enterprise Manager
New Not Your Father's Enterprise ManagerNew Not Your Father's Enterprise Manager
New Not Your Father's Enterprise ManagerKellyn Pot'Vin-Gorman
 
KSCOPE Cloud Services and the Self Service Portal
KSCOPE Cloud Services  and the Self Service PortalKSCOPE Cloud Services  and the Self Service Portal
KSCOPE Cloud Services and the Self Service PortalKellyn Pot'Vin-Gorman
 
Using MySQL Enterprise Monitor for Continuous Performance Improvement
Using MySQL Enterprise Monitor for Continuous Performance ImprovementUsing MySQL Enterprise Monitor for Continuous Performance Improvement
Using MySQL Enterprise Monitor for Continuous Performance ImprovementMark Matthews
 
Oracle Cloud DBaaS
Oracle Cloud DBaaSOracle Cloud DBaaS
Oracle Cloud DBaaSArush Jain
 
Oracle Database Lifecycle Management
Oracle Database Lifecycle ManagementOracle Database Lifecycle Management
Oracle Database Lifecycle ManagementHari Srinivasan
 
Con11257 schifano con11257-best practices for deploying highly scalable virtu...
Con11257 schifano con11257-best practices for deploying highly scalable virtu...Con11257 schifano con11257-best practices for deploying highly scalable virtu...
Con11257 schifano con11257-best practices for deploying highly scalable virtu...Berry Clemens
 
Kscope Not Your Father's Enterprise Manager
Kscope Not Your Father's Enterprise ManagerKscope Not Your Father's Enterprise Manager
Kscope Not Your Father's Enterprise ManagerKellyn Pot'Vin-Gorman
 
Oracle Open World Exadata Monitoring and Management with EM12c
Oracle Open World Exadata Monitoring and Management with EM12cOracle Open World Exadata Monitoring and Management with EM12c
Oracle Open World Exadata Monitoring and Management with EM12cKellyn Pot'Vin-Gorman
 
Oracle SQL Developer for the DBA
Oracle SQL Developer for the DBAOracle SQL Developer for the DBA
Oracle SQL Developer for the DBAJeff Smith
 
Simplify IT: Oracle SuperCluster
Simplify IT: Oracle SuperCluster Simplify IT: Oracle SuperCluster
Simplify IT: Oracle SuperCluster Fran Navarro
 
Zero to Manageability in 60 Minutes: Building a Solid Foundation for Oracle E...
Zero to Manageability in 60 Minutes: Building a Solid Foundation for Oracle E...Zero to Manageability in 60 Minutes: Building a Solid Foundation for Oracle E...
Zero to Manageability in 60 Minutes: Building a Solid Foundation for Oracle E...Courtney Llamas
 
Oracle EM12c Release 4 New Features!
Oracle EM12c Release 4 New Features!Oracle EM12c Release 4 New Features!
Oracle EM12c Release 4 New Features!Kellyn Pot'Vin-Gorman
 
Oracle database in cloud, dr in cloud and overview of oracle database 18c
Oracle database in cloud, dr in cloud and overview of oracle database 18cOracle database in cloud, dr in cloud and overview of oracle database 18c
Oracle database in cloud, dr in cloud and overview of oracle database 18cAiougVizagChapter
 

Similaire à ODTUG Webinar AWR Warehouse (20)

UKOUG
UKOUG UKOUG
UKOUG
 
AWR and ASH in an EM12c World
AWR and ASH in an EM12c WorldAWR and ASH in an EM12c World
AWR and ASH in an EM12c World
 
Kellyn Pot'Vin-Gorman - Awr and Ash
Kellyn Pot'Vin-Gorman - Awr and AshKellyn Pot'Vin-Gorman - Awr and Ash
Kellyn Pot'Vin-Gorman - Awr and Ash
 
AWR and ASH Deep Dive
AWR and ASH Deep DiveAWR and ASH Deep Dive
AWR and ASH Deep Dive
 
IOUG at Coors Field ASH and AWR in EM12c!
IOUG at Coors Field ASH and AWR in EM12c!IOUG at Coors Field ASH and AWR in EM12c!
IOUG at Coors Field ASH and AWR in EM12c!
 
New Not Your Father's Enterprise Manager
New Not Your Father's Enterprise ManagerNew Not Your Father's Enterprise Manager
New Not Your Father's Enterprise Manager
 
KSCOPE Cloud Services and the Self Service Portal
KSCOPE Cloud Services  and the Self Service PortalKSCOPE Cloud Services  and the Self Service Portal
KSCOPE Cloud Services and the Self Service Portal
 
Using MySQL Enterprise Monitor for Continuous Performance Improvement
Using MySQL Enterprise Monitor for Continuous Performance ImprovementUsing MySQL Enterprise Monitor for Continuous Performance Improvement
Using MySQL Enterprise Monitor for Continuous Performance Improvement
 
Oracle Cloud DBaaS
Oracle Cloud DBaaSOracle Cloud DBaaS
Oracle Cloud DBaaS
 
Apouc 2014-enterprise-manager-12c
Apouc 2014-enterprise-manager-12cApouc 2014-enterprise-manager-12c
Apouc 2014-enterprise-manager-12c
 
Oracle Database Lifecycle Management
Oracle Database Lifecycle ManagementOracle Database Lifecycle Management
Oracle Database Lifecycle Management
 
Con11257 schifano con11257-best practices for deploying highly scalable virtu...
Con11257 schifano con11257-best practices for deploying highly scalable virtu...Con11257 schifano con11257-best practices for deploying highly scalable virtu...
Con11257 schifano con11257-best practices for deploying highly scalable virtu...
 
PASS Summit 2020
PASS Summit 2020PASS Summit 2020
PASS Summit 2020
 
Kscope Not Your Father's Enterprise Manager
Kscope Not Your Father's Enterprise ManagerKscope Not Your Father's Enterprise Manager
Kscope Not Your Father's Enterprise Manager
 
Oracle Open World Exadata Monitoring and Management with EM12c
Oracle Open World Exadata Monitoring and Management with EM12cOracle Open World Exadata Monitoring and Management with EM12c
Oracle Open World Exadata Monitoring and Management with EM12c
 
Oracle SQL Developer for the DBA
Oracle SQL Developer for the DBAOracle SQL Developer for the DBA
Oracle SQL Developer for the DBA
 
Simplify IT: Oracle SuperCluster
Simplify IT: Oracle SuperCluster Simplify IT: Oracle SuperCluster
Simplify IT: Oracle SuperCluster
 
Zero to Manageability in 60 Minutes: Building a Solid Foundation for Oracle E...
Zero to Manageability in 60 Minutes: Building a Solid Foundation for Oracle E...Zero to Manageability in 60 Minutes: Building a Solid Foundation for Oracle E...
Zero to Manageability in 60 Minutes: Building a Solid Foundation for Oracle E...
 
Oracle EM12c Release 4 New Features!
Oracle EM12c Release 4 New Features!Oracle EM12c Release 4 New Features!
Oracle EM12c Release 4 New Features!
 
Oracle database in cloud, dr in cloud and overview of oracle database 18c
Oracle database in cloud, dr in cloud and overview of oracle database 18cOracle database in cloud, dr in cloud and overview of oracle database 18c
Oracle database in cloud, dr in cloud and overview of oracle database 18c
 

Plus de Kellyn Pot'Vin-Gorman

Redgate_summit_atl_kgorman_intersection.pptx
Redgate_summit_atl_kgorman_intersection.pptxRedgate_summit_atl_kgorman_intersection.pptx
Redgate_summit_atl_kgorman_intersection.pptxKellyn Pot'Vin-Gorman
 
SQLSatOregon_kgorman_keynote_NIAIMLEC.pptx
SQLSatOregon_kgorman_keynote_NIAIMLEC.pptxSQLSatOregon_kgorman_keynote_NIAIMLEC.pptx
SQLSatOregon_kgorman_keynote_NIAIMLEC.pptxKellyn Pot'Vin-Gorman
 
Turning ADHD into "Awesome Dynamic Highly Dependable"
Turning ADHD into "Awesome Dynamic Highly Dependable"Turning ADHD into "Awesome Dynamic Highly Dependable"
Turning ADHD into "Awesome Dynamic Highly Dependable"Kellyn Pot'Vin-Gorman
 
Cepta The Future of Data with Power BI
Cepta The Future of Data with Power BICepta The Future of Data with Power BI
Cepta The Future of Data with Power BIKellyn Pot'Vin-Gorman
 
Pass Summit Linux Scripting for the Microsoft Professional
Pass Summit Linux Scripting for the Microsoft ProfessionalPass Summit Linux Scripting for the Microsoft Professional
Pass Summit Linux Scripting for the Microsoft ProfessionalKellyn Pot'Vin-Gorman
 
PASS 24HOP Linux Scripting Tips and Tricks
PASS 24HOP Linux Scripting Tips and TricksPASS 24HOP Linux Scripting Tips and Tricks
PASS 24HOP Linux Scripting Tips and TricksKellyn Pot'Vin-Gorman
 
Power BI with Essbase in the Oracle Cloud
Power BI with Essbase in the Oracle CloudPower BI with Essbase in the Oracle Cloud
Power BI with Essbase in the Oracle CloudKellyn Pot'Vin-Gorman
 
ODTUG Leadership Talk- WIT and Sponsorship
ODTUG Leadership Talk-  WIT and SponsorshipODTUG Leadership Talk-  WIT and Sponsorship
ODTUG Leadership Talk- WIT and SponsorshipKellyn Pot'Vin-Gorman
 
DevOps and Decoys How to Build a Successful Microsoft DevOps Including the Data
DevOps and Decoys  How to Build a Successful Microsoft DevOps Including the DataDevOps and Decoys  How to Build a Successful Microsoft DevOps Including the Data
DevOps and Decoys How to Build a Successful Microsoft DevOps Including the DataKellyn Pot'Vin-Gorman
 

Plus de Kellyn Pot'Vin-Gorman (20)

Redgate_summit_atl_kgorman_intersection.pptx
Redgate_summit_atl_kgorman_intersection.pptxRedgate_summit_atl_kgorman_intersection.pptx
Redgate_summit_atl_kgorman_intersection.pptx
 
SQLSatOregon_kgorman_keynote_NIAIMLEC.pptx
SQLSatOregon_kgorman_keynote_NIAIMLEC.pptxSQLSatOregon_kgorman_keynote_NIAIMLEC.pptx
SQLSatOregon_kgorman_keynote_NIAIMLEC.pptx
 
Boston_sql_kegorman_highIO.pptx
Boston_sql_kegorman_highIO.pptxBoston_sql_kegorman_highIO.pptx
Boston_sql_kegorman_highIO.pptx
 
Oracle on Azure IaaS 2023 Update
Oracle on Azure IaaS 2023 UpdateOracle on Azure IaaS 2023 Update
Oracle on Azure IaaS 2023 Update
 
IaaS for DBAs in Azure
IaaS for DBAs in AzureIaaS for DBAs in Azure
IaaS for DBAs in Azure
 
Being Successful with ADHD
Being Successful with ADHDBeing Successful with ADHD
Being Successful with ADHD
 
Azure DBA with IaaS
Azure DBA with IaaSAzure DBA with IaaS
Azure DBA with IaaS
 
Turning ADHD into "Awesome Dynamic Highly Dependable"
Turning ADHD into "Awesome Dynamic Highly Dependable"Turning ADHD into "Awesome Dynamic Highly Dependable"
Turning ADHD into "Awesome Dynamic Highly Dependable"
 
DevOps in Silos
DevOps in SilosDevOps in Silos
DevOps in Silos
 
Azure Databases with IaaS
Azure Databases with IaaSAzure Databases with IaaS
Azure Databases with IaaS
 
How to Win When Migrating to Azure
How to Win When Migrating to AzureHow to Win When Migrating to Azure
How to Win When Migrating to Azure
 
Securing Power BI Data
Securing Power BI DataSecuring Power BI Data
Securing Power BI Data
 
Cepta The Future of Data with Power BI
Cepta The Future of Data with Power BICepta The Future of Data with Power BI
Cepta The Future of Data with Power BI
 
Pass Summit Linux Scripting for the Microsoft Professional
Pass Summit Linux Scripting for the Microsoft ProfessionalPass Summit Linux Scripting for the Microsoft Professional
Pass Summit Linux Scripting for the Microsoft Professional
 
Taming the shrew Power BI
Taming the shrew Power BITaming the shrew Power BI
Taming the shrew Power BI
 
PASS 24HOP Linux Scripting Tips and Tricks
PASS 24HOP Linux Scripting Tips and TricksPASS 24HOP Linux Scripting Tips and Tricks
PASS 24HOP Linux Scripting Tips and Tricks
 
Power BI with Essbase in the Oracle Cloud
Power BI with Essbase in the Oracle CloudPower BI with Essbase in the Oracle Cloud
Power BI with Essbase in the Oracle Cloud
 
ODTUG Leadership Talk- WIT and Sponsorship
ODTUG Leadership Talk-  WIT and SponsorshipODTUG Leadership Talk-  WIT and Sponsorship
ODTUG Leadership Talk- WIT and Sponsorship
 
DevOps and Decoys How to Build a Successful Microsoft DevOps Including the Data
DevOps and Decoys  How to Build a Successful Microsoft DevOps Including the DataDevOps and Decoys  How to Build a Successful Microsoft DevOps Including the Data
DevOps and Decoys How to Build a Successful Microsoft DevOps Including the Data
 
GDPR- The Buck Stops Here
GDPR-  The Buck Stops HereGDPR-  The Buck Stops Here
GDPR- The Buck Stops Here
 

Dernier

UiPath Platform: The Backend Engine Powering Your Automation - Session 1
UiPath Platform: The Backend Engine Powering Your Automation - Session 1UiPath Platform: The Backend Engine Powering Your Automation - Session 1
UiPath Platform: The Backend Engine Powering Your Automation - Session 1DianaGray10
 
KubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCost
KubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCostKubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCost
KubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCostMatt Ray
 
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration WorkflowsIgniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration WorkflowsSafe Software
 
Valere | Digital Solutions & AI Transformation Portfolio | 2024
Valere | Digital Solutions & AI Transformation Portfolio | 2024Valere | Digital Solutions & AI Transformation Portfolio | 2024
Valere | Digital Solutions & AI Transformation Portfolio | 2024Alexander Turgeon
 
Governance in SharePoint Premium:What's in the box?
Governance in SharePoint Premium:What's in the box?Governance in SharePoint Premium:What's in the box?
Governance in SharePoint Premium:What's in the box?Juan Carlos Gonzalez
 
9 Steps For Building Winning Founding Team
9 Steps For Building Winning Founding Team9 Steps For Building Winning Founding Team
9 Steps For Building Winning Founding TeamAdam Moalla
 
UiPath Studio Web workshop series - Day 7
UiPath Studio Web workshop series - Day 7UiPath Studio Web workshop series - Day 7
UiPath Studio Web workshop series - Day 7DianaGray10
 
Empowering Africa's Next Generation: The AI Leadership Blueprint
Empowering Africa's Next Generation: The AI Leadership BlueprintEmpowering Africa's Next Generation: The AI Leadership Blueprint
Empowering Africa's Next Generation: The AI Leadership BlueprintMahmoud Rabie
 
UiPath Studio Web workshop series - Day 8
UiPath Studio Web workshop series - Day 8UiPath Studio Web workshop series - Day 8
UiPath Studio Web workshop series - Day 8DianaGray10
 
The Kubernetes Gateway API and its role in Cloud Native API Management
The Kubernetes Gateway API and its role in Cloud Native API ManagementThe Kubernetes Gateway API and its role in Cloud Native API Management
The Kubernetes Gateway API and its role in Cloud Native API ManagementNuwan Dias
 
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdf
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdfUiPath Solutions Management Preview - Northern CA Chapter - March 22.pdf
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdfDianaGray10
 
How Accurate are Carbon Emissions Projections?
How Accurate are Carbon Emissions Projections?How Accurate are Carbon Emissions Projections?
How Accurate are Carbon Emissions Projections?IES VE
 
Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024D Cloud Solutions
 
Comparing Sidecar-less Service Mesh from Cilium and Istio
Comparing Sidecar-less Service Mesh from Cilium and IstioComparing Sidecar-less Service Mesh from Cilium and Istio
Comparing Sidecar-less Service Mesh from Cilium and IstioChristian Posta
 
Cybersecurity Workshop #1.pptx
Cybersecurity Workshop #1.pptxCybersecurity Workshop #1.pptx
Cybersecurity Workshop #1.pptxGDSC PJATK
 
All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...
All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...
All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...Daniel Zivkovic
 
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...Will Schroeder
 
Nanopower In Semiconductor Industry.pdf
Nanopower  In Semiconductor Industry.pdfNanopower  In Semiconductor Industry.pdf
Nanopower In Semiconductor Industry.pdfPedro Manuel
 
20230202 - Introduction to tis-py
20230202 - Introduction to tis-py20230202 - Introduction to tis-py
20230202 - Introduction to tis-pyJamie (Taka) Wang
 

Dernier (20)

UiPath Platform: The Backend Engine Powering Your Automation - Session 1
UiPath Platform: The Backend Engine Powering Your Automation - Session 1UiPath Platform: The Backend Engine Powering Your Automation - Session 1
UiPath Platform: The Backend Engine Powering Your Automation - Session 1
 
KubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCost
KubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCostKubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCost
KubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCost
 
20230104 - machine vision
20230104 - machine vision20230104 - machine vision
20230104 - machine vision
 
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration WorkflowsIgniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
 
Valere | Digital Solutions & AI Transformation Portfolio | 2024
Valere | Digital Solutions & AI Transformation Portfolio | 2024Valere | Digital Solutions & AI Transformation Portfolio | 2024
Valere | Digital Solutions & AI Transformation Portfolio | 2024
 
Governance in SharePoint Premium:What's in the box?
Governance in SharePoint Premium:What's in the box?Governance in SharePoint Premium:What's in the box?
Governance in SharePoint Premium:What's in the box?
 
9 Steps For Building Winning Founding Team
9 Steps For Building Winning Founding Team9 Steps For Building Winning Founding Team
9 Steps For Building Winning Founding Team
 
UiPath Studio Web workshop series - Day 7
UiPath Studio Web workshop series - Day 7UiPath Studio Web workshop series - Day 7
UiPath Studio Web workshop series - Day 7
 
Empowering Africa's Next Generation: The AI Leadership Blueprint
Empowering Africa's Next Generation: The AI Leadership BlueprintEmpowering Africa's Next Generation: The AI Leadership Blueprint
Empowering Africa's Next Generation: The AI Leadership Blueprint
 
UiPath Studio Web workshop series - Day 8
UiPath Studio Web workshop series - Day 8UiPath Studio Web workshop series - Day 8
UiPath Studio Web workshop series - Day 8
 
The Kubernetes Gateway API and its role in Cloud Native API Management
The Kubernetes Gateway API and its role in Cloud Native API ManagementThe Kubernetes Gateway API and its role in Cloud Native API Management
The Kubernetes Gateway API and its role in Cloud Native API Management
 
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdf
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdfUiPath Solutions Management Preview - Northern CA Chapter - March 22.pdf
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdf
 
How Accurate are Carbon Emissions Projections?
How Accurate are Carbon Emissions Projections?How Accurate are Carbon Emissions Projections?
How Accurate are Carbon Emissions Projections?
 
Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024
 
Comparing Sidecar-less Service Mesh from Cilium and Istio
Comparing Sidecar-less Service Mesh from Cilium and IstioComparing Sidecar-less Service Mesh from Cilium and Istio
Comparing Sidecar-less Service Mesh from Cilium and Istio
 
Cybersecurity Workshop #1.pptx
Cybersecurity Workshop #1.pptxCybersecurity Workshop #1.pptx
Cybersecurity Workshop #1.pptx
 
All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...
All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...
All in AI: LLM Landscape & RAG in 2024 with Mark Ryan (Google) & Jerry Liu (L...
 
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
 
Nanopower In Semiconductor Industry.pdf
Nanopower  In Semiconductor Industry.pdfNanopower  In Semiconductor Industry.pdf
Nanopower In Semiconductor Industry.pdf
 
20230202 - Introduction to tis-py
20230202 - Introduction to tis-py20230202 - Introduction to tis-py
20230202 - Introduction to tis-py
 

ODTUG Webinar AWR Warehouse

  • 2. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Enterprise Manager AWR Warehouse Enterprise Manager 12c, Release 4 Kellyn Pot’Vin, Consulting Member of Enterprise Manager Technical Team Strategic Customer Program GP Gongloor, Director of Product Management Oracle Corporation July 17th, 2014 Oracle Confidential
  • 3. Copyright © 2014 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, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle. Oracle Confidential 3
  • 4. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Program Agenda 1 2 3 4 5 What is the AWR Warehouse Installation and ETL AWR Warehouse Interface and Features Use Cases Summary Oracle Confidential 4
  • 5. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Program Agenda with Highlight 1 2 3 4 5 What is the AWR Warehouse Installation and ETL AWR Warehouse Interface and Features Use Cases Summary Oracle Confidential 5
  • 6. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | AWR Warehouse - Business Drivers • Automatic Workload Repository (AWR) is the de facto performance repository for Oracle databases since 10g • Default retention period of 8 days prevents diagnosis of long term performance problems (“Compare performance during this quarter’s books close with last quarter’s”) • Increasing AWR retention period increases overhead and cost in critical production environments CRMFinance Supply Chain 0% 30% 60% 90% 120% 0% 30% 60% 90% 120% 0% 30% 60% 90% 120%
  • 7. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | AWR Warehouse - Architecture • Central warehouse configured for long term AWR data retention • Historical and ongoing AWR snapshots collected from databases enabled for AWR warehouse • ETL jobs moves snapshots from source databases into AWR warehouse • Retention period configurable for weeks, months, years or forever (default)
  • 8. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | AWR Warehouse Features • Warehouse dashboard tracking ETL jobs • All AWR features available on long term AWR data • Performance page • AWR report • ASH analytics • Compare Period ADDM • Compare Period Report • Integrated seamlessly into EM UI • Zero runtime overhead on source Production databases
  • 9. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Program Agenda with Highlight 1 2 3 4 5 What is the AWR Warehouse Installation and ETL AWR Warehouse Interface and Features Use Cases Summary Oracle Confidential 9
  • 10. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Why Have an AWR Warehouse? Oracle Confidential 10
  • 11. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Requirements • AWR Warehouse Repository -11.2.0.4 or higher. • Preferred Credentials set up for all targets involved. • Discover the database you will use for your repository in the EM12c • Pre-discover any source database before able to add. • For a RAC target or AWR Warehouse, ensure you’ve set up a shared location for the ETL load files. Oracle Confidential 11
  • 12. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | AWR ETL Jobs Oracle Confidential – Internal/Restricted/Highly Restricted 12 DBMS Job on Source Database to directory Job in EM Job Service that pulls file from Source Target and then pushes to AWR Warehouse Target Directory Final DBMS Job Inserts data into AWR Warehouse All data identified by OLD/NEW DBID and with the EM_ID, (CAW_DBID_MAPPING in AWR WAREHOUSE) Source Target Enterprise Manager AWR Warehouse
  • 13. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | “Under the Hood” Source Target ETL Job DBMS Scheduler Job Name: MGMT_CAW_EXTRACT Exec Call: begin dbsnmp.mgmt_caw_extract.run_extract; end; How Often: 3 Hour Intervals if “playing catch up”, otherwise, 24 hr interval. Oracle Confidential 13
  • 14. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | EM Job Service Dump File Transfer • Runs 12hr intervals from time source target is added to AWR Warehouse. • Agent to Agent Direct Push Oracle Confidential 14
  • 15. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | “Under the Hood” AWR Warehouse ETL Job Oracle Confidential 15 DBMS Scheduler Job Name: MGMT_CAW_LOAD Exec Call: begin dbsnmp.mgmt_caw_load.run_master; How Often: 5 Minute Intervals Biggest Resource Demand from the “run_master”: begin dbms_swrf_internal.move_to_awr(schname => :1); end;
  • 16. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | ETL Load Duration to AWR Warehouse? • Daily uploads take just a matter of seconds • “Catch up” loads took anywhere from 2-12 min for over 2 GB file load. Oracle Confidential 16
  • 17. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Behind the Scene(DBMS_SCHEDULER, AWR Warehouse) DELETE DBSNMP.CAW_LOAD_WORKERS WHERE NAME NOT IN ( SELECT JOB_NAME FROM DBA_SCHEDULER_RUNNING_JOBS WHERE OWNER = 'SYS') Oracle Confidential 17
  • 18. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Installed on Source Database DBSNMP Schema CAW_EXTRACT_PROPERTIES : Information on ETL job, dump location and intervals. CAW_EXTRACT_METADATA : All data about extracts- times, failures, details. Oracle Confidential 18
  • 19. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | AWR Warehouse DBSNMP Objects CAW_SPACE_USAGE: Populates resource consumption dashboard for AWR. CAW_PROPERTIES : Information about location of dump files, interval, retention time, etc. for AWR Warehouse. CAW_PRIV_GRANTS : View privileges within the EM Console CAW_LOAD_WORKERS : Only used during an actual ETL load process to the AWR Warehouse. Oracle Confidential 19
  • 20. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | AWR Warehouse DBSNMP Objects CAW_SRC_DBS : Main info about source db’s, version, ETL status, etc. CAW_SRC_DB_INSTANCES: Instance information about source databases. CAW_LOAD_METADATA : AWR dump file local, last load, etc. CAW_LOAD_ERRORS : Populates the errors view in the console. CAW_DBID_MAPPING : Used to map all data between Enterprise Manager, AWR Warehouse and Database Identifiers. Oracle Confidential 20
  • 21. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | 24 Databases X 10G of Data Over 3 Weeks…. Oracle Confidential 21
  • 22. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Program Agenda with Highlight 1 3 2 4 5 What is the AWR Warehouse Installation and ETL AWR Warehouse Interface and Features Use Cases Summary Oracle Confidential 22
  • 23. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Accessing the AWR Warehouse Targets Databases Performance  AWR Warehouse Oracle Confidential 23
  • 24. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | AWR Warehouse Console Interface Oracle Confidential 24
  • 25. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | AWR Warehouse Configurations Along with AWR Warehouse Basics- • Configuration Status • Version of Repository Database • Host Information • Connect Info, (SID/Service Name, Port) • Space Usage, Upload Interval and Retention Oracle Confidential 25
  • 26. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Console Breakdown- High Level Warehouse Info • Space Usage, (also available in the awrinfo.sql report.) • Number of Databases, Incident report access and any source databases Without Recent Uploads. Oracle Confidential 26
  • 27. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Console Interface, Snapshots at a Glance • Displays snapshot upload space allocated by date. • Considerably less space when just adding daily, (48MB approximate…) Oracle Confidential 27
  • 28. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Working with AWR Source Databases in Repository • Highlight database from list, (clicking on target name will take you to performance home page for target.) • Run basic reports, view ASH Analytics or perform ADDM Comparisons. • Also Add databases from the options. Oracle Confidential 28
  • 29. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | AWR Warehouse Source Databases • Clicking on any Target Name will take you to the performance home page for that target. • Target Type, DB Name, version info, owner and if snapshot, (ETL job) is enabled. • AWRW object dbsnmp.CAW_SRC_DBS. Oracle Confidential 29
  • 30. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | High Level Snapshot Data • Shows number of snapshots via days and counts. • Shows oldest and newest snapshot date. • AWRW object dbsnmp.CAW_SRC_DBS Oracle Confidential 30
  • 31. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Actions Drop Down • Most options are also in menu across top of database list. • Enable or Disable ETL Jobs for Source Databases. • Update snapshots via immediate run of ETL job on any source target in AWR Warehouse. Oracle Confidential 31
  • 32. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Would like to View Data Differently, Change Order? • Uncheck any Columns to view less information. • Can add Snapshot information, (add significant data to filter through…) Oracle Confidential 32
  • 33. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Viewing Errors with the AWR ETL Load **This can also be viewed in dbsnmp.CAW_LOAD_ERRORS Oracle Confidential 33
  • 34. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Security- Administrators of AWR Data in the Warehouse Allows the ability to remove and manage AWR snapshots within the AWR Warehouse, not just view warehouse data. Oracle Confidential 34
  • 35. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Program Agenda with Highlight 1 4 2 3 5 What is the AWR Warehouse Installation and ETL AWR Warehouse Interface and Features Use Cases Summary Oracle Confidential 35
  • 36. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Confidential 36
  • 37. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | What Can I do with the AWR Warehouse? Oracle Confidential – Internal/Restricted/Highly Restricted 37 0 50000 100000 150000 200000 250000 300000 350000 400000 June 10, 2013 l_reads_s read_iops_max read_iops_direct read_iops_direct_max 0 100000 200000 300000 400000 500000 600000 June 10, 2014 l_reads_s read_iops_max read_iops_direct read_iops_direct_max
  • 38. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | CPU Usage Issues “Nothing’s changed in months…” Oracle Confidential 38
  • 39. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Using the AWR Warehouse for Capacity Planning “Do we really need more partitioning and pruning? Our disk usage hasn’t increased this last year….” Oracle Confidential 39
  • 40. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Querying the AWR Warehouse Tips Update Scripts with DBID identified to filter. Join: • CAW_DBID_MAPPING on OLD_DBID/NEW_DBID=DBID • CAW_DBID_MAPPING on TARGET_NAME=TARGET_NAME Oracle Confidential 40
  • 41. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | How Current AWR Queries Change from dba_hist_sys_time_model stm, dba_hist_snapshot s, gv$parameter p, dbsnmp.caw_dbid_mapping m where stm.stat_name in ('DB CPU','background cpu time') and LOWER(m.target_name)= '&dbname' and s.dbid= m.new_dbid and s.snap_id = stm.snap_id and s.dbid = stm.dbid and s.instance_number = stm.instance_number and p.name = 'cpu_count' and p.inst_id = s.instance_number) Oracle Confidential 41
  • 42. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Program Agenda with Highlight 1 5 2 3 4 What is the AWR Warehouse Installation and ETL AWR Warehouse Interface and Features Use Cases Summary Oracle Confidential 42
  • 43. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | AWR Warehouse Offers • Incredible new repository to store AWR data from source targets. • Easy to use and familiar interface to run common reports and analyze data from • Simple schema additions to existing source database to manage jobs, inspect information or isolate issues. • Only small changes to existing AWR queries to enhance to AWR Warehouse queries. Oracle Confidential 43
  • 44. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Want to Learn More? Oracle Screenwatch: https://www.youtube.com/watch?v=StydMitHtuI DBAKevlar Blog Posts: http://dbakevlar.com/2014/06/awr-warehouse-in-em12c-rel-4/ http://dbakevlar.com/2014/06/awr-warehouse-in-em12c-rel-4-part-ii/ Scripts: http://dbakevlar.com/scripts/ Oracle Confidential 44
  • 45. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Confidential 45 Connect with me via Social Media: