SlideShare uma empresa Scribd logo
1 de 77
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Enterprise Manager 12.1.0.5 is OUT! Have questions, feel
free to ask me or check out the release blog post:
https://blogs.oracle.com/oem/entry/new_enterprise_manager_release_allows
Oracle Confidential 2
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
The Power of the AWR Warehouse
and Beyond
Long Term Database Performance Analysis for Oracle Databases
Using AWR Warehouse
Kellyn Pot’Vin-Gorman
Consulting Member of Enterprise Manager Technical Team
Strategic Customer Program
June, 2015
Oracle Confidential
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
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 5
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Program Agenda
1
2
3
4
5
Why Have an AWR Warehouse
Architecture
ETL
EM Interface Features
Advanced Usage of the AWR Warehouse
Oracle Confidential 6
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Program Agenda with Highlight
1
2
3
4
5
Why Have an AWR Warehouse
Architecture
ETL
EM Interface Features
Advanced Usage of the AWR Warehouse
Oracle Confidential 7
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Why a Warehouse?
1. Centralized location offers space savings to retain AWR data in source
database and it’s SYSAUX tablespace.
2. Centralizing the data, identified by Database identifier, host, allows
analysis on more than one database/host without database links.
3. Ease of management of AWR snapshots, redundant location of AWR
performance data.
Oracle Confidential 8
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
AWR Warehouse in EM12c
‱ 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
demands on critical production
systems.
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. |
Requirements
‱ Preferred Credentials set up for all targets involved.
‱ Discover the database you will use for your repository in the EM12c or
EM CLI commands.
‱ 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 10
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
AWR Repository Versions
Oracle Confidential 11
AWR Warehouse Repository
database must be 11.2.0.4
with patch, but recommended
version is database 12.1.0.2.
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Requirements, Cont.
‱ Will support source databases,(targets) 10.2.0.4  12.1.0+
‱ Version 12.1.0.4.3 (OMS System Patch 19391521 )
‱ AWR Warehouse Master Note 1907335.1
‱ Requires diagnostic pack. With this, limited EE license for use of AWR
Warehouse Repository database, (Not to be confused with OMR.)
‱ As long as no additional, (RAC, Dataguard, etc.) on AWR Warehouse
repository database, the limited EE license will support.
‱ Plan out on separate hardware from the Oracle Management Repository
and Oracle Management Service for Enterprise Manager 12c!
Oracle Confidential 12
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Program Agenda with Highlight
1
2
3
4
5
Why Have an AWR Warehouse
Architecture
ETL
EM Interface Features
Advanced Usage of the AWR Warehouse
Oracle Confidential 13
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 indefinite
retention (default)
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
How Do I Size My AWR Warehouse?
‱ Use the $ORACLE_HOME/rdbms/admin/awrinfo.sql to gather information
about current SOURCE database AWR data size.
‱ Decide how much data you want to retain- indefinite? 2 years? 1 year? 6
months?
‱ Outside of default retention, you can set retention per database- consider
different retention for dev or test vs. production in the repository.
‱ Size out with retention padding included. Different database versions will
require different sizing demands, 10g=smaller, (around 4-18Mb per day) vs.
12c=larger, (about 24-48Mb per day.
Oracle Confidential 15
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Why Use the General AWR Informatin Report?
‱ Break down of not just size, but components making up the AWR.
Oracle Confidential 16
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Program Agenda with Highlight
1
3
2
4
5
Why Have an AWR Warehouse
Architecture
ETL
EM Interface Features
Advanced Usage of the AWR Warehouse
Oracle Confidential 17
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
AWR ETL Jobs
Oracle Confidential – Internal/Restricted/Highly Restricted 18
DBMS Scheduler 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 Scheduler 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. |
Source Database 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 19
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
EM12c EM Job
‱ Agent to agent push.
‱ No other interaction with
EM12c outside of interface.
Oracle Confidential 20
**CAW Naming Convention- Centralized AWR Warehouse
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
AWR Warehouse ETL Load Job
DBMS Scheduler Job Name: MGMT_CAW_LOAD
Exec Call: begin dbsnmp.mgmt_caw_load.run_master;
How Often: 5 Minute Intervals to check for file, once every 24hrs to match
extract file transfer when checking run times.
Biggest Resource Demand from the “run_master”:
begin dbms_swrf_internal.move_to_awr(schname => :1); end;
Oracle Confidential 21
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
New DBSNMP Objects
CAW_EXTRACT_PROPERTIES : Information on ETL job, dump location and
intervals.
CAW_EXTRACT_METADATA : All data about extracts- times, failures, details.
Oracle Confidential 22
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Program Agenda with Highlight
1
4
2
3
5
Why Have an AWR Warehouse
Architecture
ETL
EM Interface Features
Advanced Usage of the AWR Warehouse
Oracle Confidential 23
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Accessing
‱ First access, will be asked to set up AWR Warehouse to database.
‱ Have database for repository and default credentials setup beforehand.
‱ Request to add first source database to repository.
Oracle Confidential 24
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
AWR Warehouse Interface
‱ Warehouse dashboard tracking
ETL jobs
‱ All AWR features available on long
term AWR data
‱ Performance page
‱ AWR report
‱ ASH analytics
‱ 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. |
How Do You Know You are Using it?
‱ Upper right hand corner drop down
‱ Can switch between and if non-existent, console will inform the user.
Oracle Confidential 26
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 27
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Snapshots
View snapshot loads per day
High loads due to catch up, new source db’s.
Oracle Confidential 28
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Database Details
‱ Database, go to DB Details Page
‱ DB Type, DB Name, Version, Owner, Enabled
‱ Snapshot Information
Oracle Confidential 29
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Upload Information
‱ Add
‱ Highlight, Remove
‱ Highlight, View Errors
‱ Privileges to Manage
Snapshots
Oracle Confidential 30
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Snapshot Information
‱ Oldest
timestamp
‱ Newest
timestamp
‱ Days of
Snapshots
‱ Count
Oracle Confidential 31
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Database List
Clicking on Target Name will TAKE YOU TO DB Performance
Home Page!
Oracle Confidential 32
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Menu
Oracle Confidential 33
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
ETL Load Errors
Oracle Confidential 34
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Managing Snapshot Privileges
‱ Viewing Access
‱ Manage Snapshots
‱ Retention Time
‱ Removal of Snapshots
Oracle Confidential 35
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
AWR Performance Features
‱ASH Analytics
‱AWR Report
‱Comparison Period, (aka ADDM Comparison)
‱Database Performance Home
Oracle Confidential 36
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
ASH Analytics
Oracle Confidential 37
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
ASH Analytics
Oracle Confidential 38
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
The Load Map
Oracle Confidential 39
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Advanced Load Map
Oracle Confidential 40
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Ash Analytics Change Detail
Oracle Confidential 41
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
AWR Report
Oracle Confidential 42
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Combined and By Instance
Oracle Confidential 43
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Top SQL by Elapsed Time
Oracle Confidential 44
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Run an AWR Report

‱ For any time that data exists in the AWR Warehouse.
‱ Review execution performance from previous financial
periods.
‱ Review execution performance from previous retail
seasons.
Oracle Confidential 45
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
How Often do We Ask, “What Changed?”
‱ It ran fine last week, now it isn’t!
‱ ETL loads have changed, but no one has released any new code!
‱ The DBA says there hasn’t been any parameter changes to this database,
but I’m sure there have been.
Compare Period ADDM Resolution
Oracle Confidential 46
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
What is Compare ADDM?
‱ Uses Two AWR snapshots
‱ Creates Report that-
‱ Compares SQL that is common and different.
‱ SGA changes
‱ IO/CPU bound issues
‱ Parameter Changes
Oracle Confidential 47
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
A Comparison ADDM Report

‱ Report Includes Following:
‱ Clear Demonstration of impact of change.
‱ Recommendations to address issue.
‱ Identifies causes behind change, (with limitations.)
‱ Lists Regressed SQL, too!
Tip: If Installing to pre-db12c database for first time, (simple installation,
nothing to concern about, just pkg to fulfill views) you must have preferred
credentials SET of install will fail!
Oracle Confidential 48
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Performing a Comparison
Yes, you can compare one
snapshot against another
snapshot in DIFFERENT
database! 
Oracle Confidential 49
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
2-3pm, Compared on the 12th vs. the 13th
‱ Familiar interface with visual wait event comparisons.
‱ Average # of sessions during each period are displayed.
Oracle Confidential 50
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Detailed Report
High level data, highlight for analysis and recommendations
Oracle Confidential 51
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Regression SQL
Any performance degradation is noted with the down arrow icon-
Oracle Confidential 52
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Top Segments Causing IO Waits
‱ High Level data
‱ Click on “Show Hot Object Breakdown” to see more detail.
Oracle Confidential 53
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Resource Comparisons
‱ Comparisons of Memory, CPU, IO and Interconnect.
‱ Memory Is there Virtual paging?
- Memory Base Period
- Memory Comparison Period
Oracle Confidential 54
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Dashboard Provided for CPU, Memory, IO and Interconnect
‱ Is something OTHER than Oracle the cause?
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
IO Bound Dashboard
‱ Base vs. comparison period
‱ Temp reads/writes specified
‱ Single block read latency
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Performance Home
Oracle Confidential 57
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Historical ASH
Oracle Confidential 58
No Data! Future Release

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Program Agenda with Highlight
1
5
2
3
4
Why Have an AWR Warehouse
Architecture
ETL
EM Interface Features
Advanced Usage of the AWR Warehouse
Oracle Confidential 59
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Centralized AWR Warehouse Objects
Simple and clean schema edition to the DBNSMP.
Oracle Confidential 60
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
What Can I do with the AWR Warehouse?
Oracle Confidential – Internal/Restricted/Highly Restricted 61
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 62
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 63
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
CAW_DBID_MAPPING Table
Most important table for anyone querying the AWR
Warehouse!
Oracle Confidential 64
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 65
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 66
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Answer Specific IT Questions
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Updating Existing AWR Queries to Go Across Hosts
select * from (
select
m.target_name,
sum(CPU_TIME_DELTA),
sum(DISK_READS_DELTA),
count(*)
from
DBA_HIST_SQLSTAT a, dba_hist_snapshot s, dba_hist_database_instance di, dbsnmp.caw_dbid_mapping m
where di.host_name='&host'
and di.dbid in m.new_dbid
and m.new_dbid = a.dbid
and a.snap_id = s.snap_id
and s.begin_interval_time > sysdate -120
group by m.target_name
order by
sum(CPU_TIME_DELTA) desc)
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Graphing CPU Usage Per DB for One Host
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
SQLTXPLAIN and SQLd360 with the AWR Warehouse
‱SQLd360 runs out of box, but host and db info is from AWR Repo.
‱SQLT requires changes to package and executables before XPRECT and
XTRACT will run successfully.
‱SQLT will require installation change- When asked if has “tuning pack”,
with option “T”, instead will state “A” for AWR Warehouse installation that
will then install different SQLT$A package and executables for AWR calls.
Oracle Confidential 70
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
SQLTXPLAIN and the SQLT$A Package
‱Function get_database_id updates to pass in p_dbname and then call from
DBA_HIST_DATABASE_INSTANCE.
‱Same for other functions that pull the instance, host and other info in the
package.
‱Updated the executables to add parameter for the database name
‱Recompiled the package and updated the SQL in the directories.
Oracle Confidential 71
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
SQLd360
‱No installation of the product, all code in directory
‱Recommended to change the execution to include an “A” option for AWR
Warehouse, which will then use a different “PRE” script.
‱Pre script will use the database name to call the AWR objects instead of
V$DATABASE/V$INSTANCE/GV$** and then run everything correctly.
‱Easier to change than the SQLT product.
Oracle Confidential 72
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Future of AWR Warehouse
‱IT Analytics?
‱Network and Host Level Data?
‱EM Raw Metric Data?
‱SQTEXPLAIN and SQLd360
Oracle Confidential 73
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
AWR Warehouse Scripts at DBAKevlar.com
Adding more scripts as time
goes by

Oracle Confidential 74
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:
Blog Search: http://dbakevlar.com/tag/awr-warehouse/
Scripts: http://dbakevlar.com/scripts/
Oracle Documentation:
http://docs.oracle.com/cd/E24628_01/server.121/e55047/tdppt_awr_warehouse.htm#T
DPPT145
Oracle Confidential 75
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Confidential 76
Connect with me via Social Media:
OR kellyn.potvin@oracle.com
Kellyn Pot'Vin-Gorman - Power awr warehouse2

Mais conteĂșdo relacionado

Mais procurados

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
 
Performance in the Oracle Cloud
Performance in the Oracle CloudPerformance in the Oracle Cloud
Performance in the Oracle CloudKellyn Pot'Vin-Gorman
 
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
 
AWR & ASH Analysis
AWR & ASH AnalysisAWR & ASH Analysis
AWR & ASH Analysisaioughydchapter
 
Database Cloud Services Office Hours - 0421 - Migrate AWS to OCI
Database Cloud Services Office Hours - 0421 - Migrate AWS to OCIDatabase Cloud Services Office Hours - 0421 - Migrate AWS to OCI
Database Cloud Services Office Hours - 0421 - Migrate AWS to OCITammy Bednar
 
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
 
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
 
Getting optimal performance from oracle e-business suite presentation
Getting optimal performance from oracle e-business suite presentationGetting optimal performance from oracle e-business suite presentation
Getting optimal performance from oracle e-business suite presentationBerry Clemens
 
Expert performance tuning tips for Oracle RAC
Expert performance tuning tips for Oracle RACExpert performance tuning tips for Oracle RAC
Expert performance tuning tips for Oracle RACSolarWinds
 
Understanding oracle rac internals part 2 - slides
Understanding oracle rac internals   part 2 - slidesUnderstanding oracle rac internals   part 2 - slides
Understanding oracle rac internals part 2 - slidesMohamed Farouk
 
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 - Customer Proven Scalability
Oracle RAC - Customer Proven ScalabilityOracle RAC - Customer Proven Scalability
Oracle RAC - Customer Proven ScalabilityMarkus Michalewicz
 
Collaborate 17 Oracle RAC 12cRel 2 Best Practices
Collaborate 17 Oracle RAC 12cRel 2 Best PracticesCollaborate 17 Oracle RAC 12cRel 2 Best Practices
Collaborate 17 Oracle RAC 12cRel 2 Best PracticesAnil Nair
 
Oracle Enterprise Manager Cloud Control 12c: how to solve 'ERROR: NMO Not Set...
Oracle Enterprise Manager Cloud Control 12c: how to solve 'ERROR: NMO Not Set...Oracle Enterprise Manager Cloud Control 12c: how to solve 'ERROR: NMO Not Set...
Oracle Enterprise Manager Cloud Control 12c: how to solve 'ERROR: NMO Not Set...Marco Vigelini
 
Editioning use in ebs
Editioning use in  ebsEditioning use in  ebs
Editioning use in ebspasalapudi123
 
Dg broker & client connectivity - High Availability Day 2015
Dg broker & client connectivity -  High Availability Day 2015Dg broker & client connectivity -  High Availability Day 2015
Dg broker & client connectivity - High Availability Day 2015aioughydchapter
 

Mais procurados (20)

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
 
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
 
Performance in the Oracle Cloud
Performance in the Oracle CloudPerformance in the Oracle Cloud
Performance in the Oracle Cloud
 
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)
 
AWR & ASH Analysis
AWR & ASH AnalysisAWR & ASH Analysis
AWR & ASH Analysis
 
Database Cloud Services Office Hours - 0421 - Migrate AWS to OCI
Database Cloud Services Office Hours - 0421 - Migrate AWS to OCIDatabase Cloud Services Office Hours - 0421 - Migrate AWS to OCI
Database Cloud Services Office Hours - 0421 - Migrate AWS to OCI
 
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?
 
UKOUG
UKOUG UKOUG
UKOUG
 
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)
 
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...
 
Getting optimal performance from oracle e-business suite presentation
Getting optimal performance from oracle e-business suite presentationGetting optimal performance from oracle e-business suite presentation
Getting optimal performance from oracle e-business suite presentation
 
Expert performance tuning tips for Oracle RAC
Expert performance tuning tips for Oracle RACExpert performance tuning tips for Oracle RAC
Expert performance tuning tips for Oracle RAC
 
Understanding oracle rac internals part 2 - slides
Understanding oracle rac internals   part 2 - slidesUnderstanding oracle rac internals   part 2 - slides
Understanding oracle rac internals part 2 - slides
 
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 - Customer Proven Scalability
Oracle RAC - Customer Proven ScalabilityOracle RAC - Customer Proven Scalability
Oracle RAC - Customer Proven Scalability
 
Collaborate 17 Oracle RAC 12cRel 2 Best Practices
Collaborate 17 Oracle RAC 12cRel 2 Best PracticesCollaborate 17 Oracle RAC 12cRel 2 Best Practices
Collaborate 17 Oracle RAC 12cRel 2 Best Practices
 
Oracle Enterprise Manager Cloud Control 12c: how to solve 'ERROR: NMO Not Set...
Oracle Enterprise Manager Cloud Control 12c: how to solve 'ERROR: NMO Not Set...Oracle Enterprise Manager Cloud Control 12c: how to solve 'ERROR: NMO Not Set...
Oracle Enterprise Manager Cloud Control 12c: how to solve 'ERROR: NMO Not Set...
 
Editioning use in ebs
Editioning use in  ebsEditioning use in  ebs
Editioning use in ebs
 
Apouc 2014-enterprise-manager-12c
Apouc 2014-enterprise-manager-12cApouc 2014-enterprise-manager-12c
Apouc 2014-enterprise-manager-12c
 
Dg broker & client connectivity - High Availability Day 2015
Dg broker & client connectivity -  High Availability Day 2015Dg broker & client connectivity -  High Availability Day 2015
Dg broker & client connectivity - High Availability Day 2015
 

Semelhante a Kellyn Pot'Vin-Gorman - Power awr warehouse2

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
 
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
 
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
 
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
 
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
 
Oracle Cloud DBaaS
Oracle Cloud DBaaSOracle Cloud DBaaS
Oracle Cloud DBaaSArush Jain
 
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
 
Simplify IT: Oracle SuperCluster
Simplify IT: Oracle SuperCluster Simplify IT: Oracle SuperCluster
Simplify IT: Oracle SuperCluster Fran Navarro
 
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
 
Em13c New Features- Two of Two
Em13c New Features- Two of TwoEm13c New Features- Two of Two
Em13c New Features- Two of TwoKellyn 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
 
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
 
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
 
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
 
Oracle Database Lifecycle Management
Oracle Database Lifecycle ManagementOracle Database Lifecycle Management
Oracle Database Lifecycle ManagementHari Srinivasan
 
Oracle Database Cloud Service
Oracle Database Cloud ServiceOracle Database Cloud Service
Oracle Database Cloud ServiceJean-Philippe PINTE
 
OOW-TBE-12c-CON7307-Sharable
OOW-TBE-12c-CON7307-SharableOOW-TBE-12c-CON7307-Sharable
OOW-TBE-12c-CON7307-SharableObaidur (OB) Rashid
 

Semelhante a Kellyn Pot'Vin-Gorman - Power awr warehouse2 (20)

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
 
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
 
Database as a Service, Collaborate 2016
Database as a Service, Collaborate 2016Database as a Service, Collaborate 2016
Database as a Service, Collaborate 2016
 
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
 
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!
 
Oracle Cloud DBaaS
Oracle Cloud DBaaSOracle Cloud DBaaS
Oracle Cloud DBaaS
 
Oracle EM12c Release 4 New Features!
Oracle EM12c Release 4 New Features!Oracle EM12c Release 4 New Features!
Oracle EM12c Release 4 New Features!
 
Simplify IT: Oracle SuperCluster
Simplify IT: Oracle SuperCluster Simplify IT: Oracle SuperCluster
Simplify IT: Oracle SuperCluster
 
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
 
PASS Summit 2020
PASS Summit 2020PASS Summit 2020
PASS Summit 2020
 
Em13c New Features- Two of Two
Em13c New Features- Two of TwoEm13c New Features- Two of Two
Em13c New Features- Two of Two
 
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
 
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
 
Developer day v2
Developer day v2Developer day v2
Developer day v2
 
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...
 
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
 
Oracle Database Lifecycle Management
Oracle Database Lifecycle ManagementOracle Database Lifecycle Management
Oracle Database Lifecycle Management
 
con8832-cloudha-2811114.pdf
con8832-cloudha-2811114.pdfcon8832-cloudha-2811114.pdf
con8832-cloudha-2811114.pdf
 
Oracle Database Cloud Service
Oracle Database Cloud ServiceOracle Database Cloud Service
Oracle Database Cloud Service
 
OOW-TBE-12c-CON7307-Sharable
OOW-TBE-12c-CON7307-SharableOOW-TBE-12c-CON7307-Sharable
OOW-TBE-12c-CON7307-Sharable
 

Último

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 

Último (20)

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 

Kellyn Pot'Vin-Gorman - Power awr warehouse2

  • 1.
  • 2. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Enterprise Manager 12.1.0.5 is OUT! Have questions, feel free to ask me or check out the release blog post: https://blogs.oracle.com/oem/entry/new_enterprise_manager_release_allows Oracle Confidential 2
  • 3. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | The Power of the AWR Warehouse and Beyond Long Term Database Performance Analysis for Oracle Databases Using AWR Warehouse Kellyn Pot’Vin-Gorman Consulting Member of Enterprise Manager Technical Team Strategic Customer Program June, 2015 Oracle Confidential
  • 4. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
  • 5. 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 5
  • 6. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Program Agenda 1 2 3 4 5 Why Have an AWR Warehouse Architecture ETL EM Interface Features Advanced Usage of the AWR Warehouse Oracle Confidential 6
  • 7. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Program Agenda with Highlight 1 2 3 4 5 Why Have an AWR Warehouse Architecture ETL EM Interface Features Advanced Usage of the AWR Warehouse Oracle Confidential 7
  • 8. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Why a Warehouse? 1. Centralized location offers space savings to retain AWR data in source database and it’s SYSAUX tablespace. 2. Centralizing the data, identified by Database identifier, host, allows analysis on more than one database/host without database links. 3. Ease of management of AWR snapshots, redundant location of AWR performance data. Oracle Confidential 8
  • 9. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | AWR Warehouse in EM12c ‱ 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 demands on critical production systems. CRMFinance Supply Chain 0% 30% 60% 90% 120% 0% 30% 60% 90% 120% 0% 30% 60% 90% 120%
  • 10. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Requirements ‱ Preferred Credentials set up for all targets involved. ‱ Discover the database you will use for your repository in the EM12c or EM CLI commands. ‱ 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 10
  • 11. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | AWR Repository Versions Oracle Confidential 11 AWR Warehouse Repository database must be 11.2.0.4 with patch, but recommended version is database 12.1.0.2.
  • 12. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Requirements, Cont. ‱ Will support source databases,(targets) 10.2.0.4  12.1.0+ ‱ Version 12.1.0.4.3 (OMS System Patch 19391521 ) ‱ AWR Warehouse Master Note 1907335.1 ‱ Requires diagnostic pack. With this, limited EE license for use of AWR Warehouse Repository database, (Not to be confused with OMR.) ‱ As long as no additional, (RAC, Dataguard, etc.) on AWR Warehouse repository database, the limited EE license will support. ‱ Plan out on separate hardware from the Oracle Management Repository and Oracle Management Service for Enterprise Manager 12c! Oracle Confidential 12
  • 13. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Program Agenda with Highlight 1 2 3 4 5 Why Have an AWR Warehouse Architecture ETL EM Interface Features Advanced Usage of the AWR Warehouse Oracle Confidential 13
  • 14. 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 indefinite retention (default)
  • 15. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | How Do I Size My AWR Warehouse? ‱ Use the $ORACLE_HOME/rdbms/admin/awrinfo.sql to gather information about current SOURCE database AWR data size. ‱ Decide how much data you want to retain- indefinite? 2 years? 1 year? 6 months? ‱ Outside of default retention, you can set retention per database- consider different retention for dev or test vs. production in the repository. ‱ Size out with retention padding included. Different database versions will require different sizing demands, 10g=smaller, (around 4-18Mb per day) vs. 12c=larger, (about 24-48Mb per day. Oracle Confidential 15
  • 16. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Why Use the General AWR Informatin Report? ‱ Break down of not just size, but components making up the AWR. Oracle Confidential 16
  • 17. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Program Agenda with Highlight 1 3 2 4 5 Why Have an AWR Warehouse Architecture ETL EM Interface Features Advanced Usage of the AWR Warehouse Oracle Confidential 17
  • 18. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | AWR ETL Jobs Oracle Confidential – Internal/Restricted/Highly Restricted 18 DBMS Scheduler 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 Scheduler 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
  • 19. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Source Database 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 19
  • 20. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | EM12c EM Job ‱ Agent to agent push. ‱ No other interaction with EM12c outside of interface. Oracle Confidential 20 **CAW Naming Convention- Centralized AWR Warehouse
  • 21. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | AWR Warehouse ETL Load Job DBMS Scheduler Job Name: MGMT_CAW_LOAD Exec Call: begin dbsnmp.mgmt_caw_load.run_master; How Often: 5 Minute Intervals to check for file, once every 24hrs to match extract file transfer when checking run times. Biggest Resource Demand from the “run_master”: begin dbms_swrf_internal.move_to_awr(schname => :1); end; Oracle Confidential 21
  • 22. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | New DBSNMP Objects CAW_EXTRACT_PROPERTIES : Information on ETL job, dump location and intervals. CAW_EXTRACT_METADATA : All data about extracts- times, failures, details. Oracle Confidential 22
  • 23. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Program Agenda with Highlight 1 4 2 3 5 Why Have an AWR Warehouse Architecture ETL EM Interface Features Advanced Usage of the AWR Warehouse Oracle Confidential 23
  • 24. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Accessing ‱ First access, will be asked to set up AWR Warehouse to database. ‱ Have database for repository and default credentials setup beforehand. ‱ Request to add first source database to repository. Oracle Confidential 24
  • 25. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | AWR Warehouse Interface ‱ Warehouse dashboard tracking ETL jobs ‱ All AWR features available on long term AWR data ‱ Performance page ‱ AWR report ‱ ASH analytics ‱ Compare Period Report ‱ Integrated seamlessly into EM UI ‱ Zero runtime overhead on source Production databases
  • 26. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | How Do You Know You are Using it? ‱ Upper right hand corner drop down ‱ Can switch between and if non-existent, console will inform the user. Oracle Confidential 26
  • 27. 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 27
  • 28. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Snapshots View snapshot loads per day High loads due to catch up, new source db’s. Oracle Confidential 28
  • 29. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Database Details ‱ Database, go to DB Details Page ‱ DB Type, DB Name, Version, Owner, Enabled ‱ Snapshot Information Oracle Confidential 29
  • 30. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Upload Information ‱ Add ‱ Highlight, Remove ‱ Highlight, View Errors ‱ Privileges to Manage Snapshots Oracle Confidential 30
  • 31. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Snapshot Information ‱ Oldest timestamp ‱ Newest timestamp ‱ Days of Snapshots ‱ Count Oracle Confidential 31
  • 32. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Database List Clicking on Target Name will TAKE YOU TO DB Performance Home Page! Oracle Confidential 32
  • 33. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Menu Oracle Confidential 33
  • 34. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | ETL Load Errors Oracle Confidential 34
  • 35. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Managing Snapshot Privileges ‱ Viewing Access ‱ Manage Snapshots ‱ Retention Time ‱ Removal of Snapshots Oracle Confidential 35
  • 36. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | AWR Performance Features ‱ASH Analytics ‱AWR Report ‱Comparison Period, (aka ADDM Comparison) ‱Database Performance Home Oracle Confidential 36
  • 37. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | ASH Analytics Oracle Confidential 37
  • 38. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | ASH Analytics Oracle Confidential 38
  • 39. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | The Load Map Oracle Confidential 39
  • 40. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Advanced Load Map Oracle Confidential 40
  • 41. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Ash Analytics Change Detail Oracle Confidential 41
  • 42. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | AWR Report Oracle Confidential 42
  • 43. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Combined and By Instance Oracle Confidential 43
  • 44. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Top SQL by Elapsed Time Oracle Confidential 44
  • 45. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Run an AWR Report
 ‱ For any time that data exists in the AWR Warehouse. ‱ Review execution performance from previous financial periods. ‱ Review execution performance from previous retail seasons. Oracle Confidential 45
  • 46. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | How Often do We Ask, “What Changed?” ‱ It ran fine last week, now it isn’t! ‱ ETL loads have changed, but no one has released any new code! ‱ The DBA says there hasn’t been any parameter changes to this database, but I’m sure there have been. Compare Period ADDM Resolution Oracle Confidential 46
  • 47. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | What is Compare ADDM? ‱ Uses Two AWR snapshots ‱ Creates Report that- ‱ Compares SQL that is common and different. ‱ SGA changes ‱ IO/CPU bound issues ‱ Parameter Changes Oracle Confidential 47
  • 48. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | A Comparison ADDM Report
 ‱ Report Includes Following: ‱ Clear Demonstration of impact of change. ‱ Recommendations to address issue. ‱ Identifies causes behind change, (with limitations.) ‱ Lists Regressed SQL, too! Tip: If Installing to pre-db12c database for first time, (simple installation, nothing to concern about, just pkg to fulfill views) you must have preferred credentials SET of install will fail! Oracle Confidential 48
  • 49. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Performing a Comparison Yes, you can compare one snapshot against another snapshot in DIFFERENT database!  Oracle Confidential 49
  • 50. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | 2-3pm, Compared on the 12th vs. the 13th ‱ Familiar interface with visual wait event comparisons. ‱ Average # of sessions during each period are displayed. Oracle Confidential 50
  • 51. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Detailed Report High level data, highlight for analysis and recommendations Oracle Confidential 51
  • 52. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Regression SQL Any performance degradation is noted with the down arrow icon- Oracle Confidential 52
  • 53. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Top Segments Causing IO Waits ‱ High Level data ‱ Click on “Show Hot Object Breakdown” to see more detail. Oracle Confidential 53
  • 54. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Resource Comparisons ‱ Comparisons of Memory, CPU, IO and Interconnect. ‱ Memory Is there Virtual paging? - Memory Base Period - Memory Comparison Period Oracle Confidential 54
  • 55. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Dashboard Provided for CPU, Memory, IO and Interconnect ‱ Is something OTHER than Oracle the cause?
  • 56. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | IO Bound Dashboard ‱ Base vs. comparison period ‱ Temp reads/writes specified ‱ Single block read latency
  • 57. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Performance Home Oracle Confidential 57
  • 58. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Historical ASH Oracle Confidential 58 No Data! Future Release

  • 59. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Program Agenda with Highlight 1 5 2 3 4 Why Have an AWR Warehouse Architecture ETL EM Interface Features Advanced Usage of the AWR Warehouse Oracle Confidential 59
  • 60. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Centralized AWR Warehouse Objects Simple and clean schema edition to the DBNSMP. Oracle Confidential 60
  • 61. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | What Can I do with the AWR Warehouse? Oracle Confidential – Internal/Restricted/Highly Restricted 61 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
  • 62. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | CPU Usage Issues “Nothing’s changed in months
” Oracle Confidential 62
  • 63. 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 63
  • 64. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | CAW_DBID_MAPPING Table Most important table for anyone querying the AWR Warehouse! Oracle Confidential 64
  • 65. 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 65
  • 66. 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 66
  • 67. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Answer Specific IT Questions
  • 68. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Updating Existing AWR Queries to Go Across Hosts select * from ( select m.target_name, sum(CPU_TIME_DELTA), sum(DISK_READS_DELTA), count(*) from DBA_HIST_SQLSTAT a, dba_hist_snapshot s, dba_hist_database_instance di, dbsnmp.caw_dbid_mapping m where di.host_name='&host' and di.dbid in m.new_dbid and m.new_dbid = a.dbid and a.snap_id = s.snap_id and s.begin_interval_time > sysdate -120 group by m.target_name order by sum(CPU_TIME_DELTA) desc)
  • 69. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Graphing CPU Usage Per DB for One Host
  • 70. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | SQLTXPLAIN and SQLd360 with the AWR Warehouse ‱SQLd360 runs out of box, but host and db info is from AWR Repo. ‱SQLT requires changes to package and executables before XPRECT and XTRACT will run successfully. ‱SQLT will require installation change- When asked if has “tuning pack”, with option “T”, instead will state “A” for AWR Warehouse installation that will then install different SQLT$A package and executables for AWR calls. Oracle Confidential 70
  • 71. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | SQLTXPLAIN and the SQLT$A Package ‱Function get_database_id updates to pass in p_dbname and then call from DBA_HIST_DATABASE_INSTANCE. ‱Same for other functions that pull the instance, host and other info in the package. ‱Updated the executables to add parameter for the database name ‱Recompiled the package and updated the SQL in the directories. Oracle Confidential 71
  • 72. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | SQLd360 ‱No installation of the product, all code in directory ‱Recommended to change the execution to include an “A” option for AWR Warehouse, which will then use a different “PRE” script. ‱Pre script will use the database name to call the AWR objects instead of V$DATABASE/V$INSTANCE/GV$** and then run everything correctly. ‱Easier to change than the SQLT product. Oracle Confidential 72
  • 73. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Future of AWR Warehouse ‱IT Analytics? ‱Network and Host Level Data? ‱EM Raw Metric Data? ‱SQTEXPLAIN and SQLd360 Oracle Confidential 73
  • 74. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | AWR Warehouse Scripts at DBAKevlar.com Adding more scripts as time goes by
 Oracle Confidential 74
  • 75. 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: Blog Search: http://dbakevlar.com/tag/awr-warehouse/ Scripts: http://dbakevlar.com/scripts/ Oracle Documentation: http://docs.oracle.com/cd/E24628_01/server.121/e55047/tdppt_awr_warehouse.htm#T DPPT145 Oracle Confidential 75
  • 76. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle Confidential 76 Connect with me via Social Media: OR kellyn.potvin@oracle.com

Notas do Editor

  1. This is a Title Slide with Picture slide ideal for including a picture with a brief title, subtitle and presenter information. To customize this slide with your own picture: Right-click the slide area and choose Format Background from the pop-up menu. From the Fill menu, click Picture and texture fill. Under Insert from: click File. Locate your new picture and click Insert.
  2. This is a Safe Harbor Front slide, one of two Safe Harbor Statement slides included in this template. One of the Safe Harbor slides must be used if your presentation covers material affected by Oracle’s Revenue Recognition Policy To learn more about this policy, e-mail: Revrec-americasiebc_us@oracle.com For internal communication, Safe Harbor Statements are not required. However, there is an applicable disclaimer (Exhibit E) that should be used, found in the Oracle Revenue Recognition Policy for Future Product Communications. Copy and paste this link into a web browser, to find out more information.   http://my.oracle.com/site/fin/gfo/GlobalProcesses/cnt452504.pdf For all external communications such as press release, roadmaps, PowerPoint presentations, Safe Harbor Statements are required. You can refer to the link mentioned above to find out additional information/disclaimers required depending on your audience.
  3. Maintaining Enterprise Security standards consistently across all systems : prod/test/dev
  4. Maintaining Enterprise Security standards consistently across all systems : prod/test/dev
  5. Maintaining Enterprise Security standards consistently across all systems : prod/test/dev