Top Banner
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 1
59

Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Mar 06, 2018

Download

Documents

ngoxuyen
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 1

Page 2: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 2

Oracle Performance Tuning Boot Camp: 10 New Problem-Solving Tips Using ASH & AWR

Debaditya Chatterjee

Vitor

Promeet Mansata

Page 3: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 3

3 types of Performance Management

Reactive Performance Management

Proactive Performance Management

Preventive Performance Management

Page 4: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 4

Page 5: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 5

Reactive Performance Management

1.Comparing Performance Across Two Time Periods

2. Database Hang Analysis

3.SQL Performance Analysis

Page 6: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 6

Comparing Performance Across Two Periods

Inconsistent Performance

– Over utilization of system resources

– High load ad hoc query consuming resources

– Change in execution plan of query

– Parallel execution downgrade

Performance was fine yesterday, today my

application is really slow ?

Page 7: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 7

Compare Period ADDM

• Full ADDM analysis across two AWR snapshot periods

• Detects causes, measure effects, then correlates them

• Causes: workload changes, configuration changes

• Effects: regressed SQL, reach resource limits (CPU, I/O, memory, interconnect)

• Makes actionable recommendations along with quantified impact

AWR Snapshot

Period 1

AWR Snapshot

Period 2 Analysis Report Compare

Period ADDM

SQL Commonality

Regressed SQL

I/O Bound

Undersized SGA

Page 8: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 8

• 30% smaller Buffer cache

• 10% new SQL

Compare Period ADDM: Method

Identify what changed • Configuration changes, workload

changes

Quantify performance differences

• Uses DB Time as basis for measuring performance

Identify root cause • Correlate performance

differences with changes

• Top SQL increased 45%

• Read I/O up 55%

• Buffer cache reduction

caused read I/O increase

Page 9: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 9

Reactive Performance Management

1.Comparing Performance Across Two Time Periods

2.Database Hang Analysis

3.SQL Performance Analysis

Compare Period ADDM

Page 10: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 10

Database Hang Analysis

Database Hung state

– Blocking Sessions

– Memory allocation issues

– Library cache issues

– Unresponsive Storage (ASM)

– Interconnect problems

My database has hung ? I do not want to

bounce it again

Page 11: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 11

Real-Time ADDM – Architecture

Enterprise

Manager

EM Agent

JDBC Connection

Diagnostic Connection

Database

ADDM

Analysis

Hangs

Latches

Deadlocks

• Uses a pre-established diagnostic connection for unresponsive systems

• Initiates a standard JDBC connection for real-time analysis

• Diagnostic connection collects data without holding latches or running SQL

• First intelligent advisor to diagnose problems in real-time as they occur, no matter

how sick the system is

Real time analysis

Unresponsive DB

Page 12: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 12

Real-Time ADDM

• Real-time analysis of hung or slow database systems

• Holistically identify global resource contentions and deadlocks

• Quantified performance impact

• Precise, actionable recommendations

• Provide cluster-wide analysis for RAC

Page 13: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 13

Reactive Performance Management

1.Comparing Performance Across Two Time Periods

2.Database Hang Analysis

3.SQL Performance Analysis

Compare Period ADDM

Real-Time ADDM

Page 14: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 14

SQL Performance Analysis

I enabled parallel query, yet this query is taking

so long. Can you take a look ?

Parallel Downgrades

– Uncontrolled parallel execution

– Parallel Server availability

– Object level settings

– Session level settings

Page 15: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 15

Real-Time SQL Monitoring Insert executed with parallel hint.

Page 16: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 16

Real-Time SQL Monitoring Parallel Tab

• Parallel Coordinator busy for the entire duration !!

Page 17: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 17

Real-Time SQL Monitoring Enabled Parallel DML

• Parallel Slaves busy for the entire duration !!!

Page 18: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 22

Reactive Performance Management

1.Comparing Performance Across Two Time Periods

2.Database Hang Analysis

3.SQL Performance Analysis

Compare Period ADDM

Real-Time ADDM

SQL Monitoring

Page 19: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 23

Page 20: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 24

Proactive Performance Management

4.Proactively Monitoring Long Running Programs

5.Analyzing Transient Performance Problems

Understanding Workload Profile

6. Correlating ASH & AWR

7. Using ASH Analytics

Page 21: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 25

Reactive Tracing of long running programs ? Can you trace my program ?

What is wrong with tracing ?

– A very reactive way of looking at problems

– Overhead of writing data to trace files

– Programs we want to trace are usually the ones

with issues

– Impacts the performance of the production

system

Page 22: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 26

Real Time Database Operation Monitoring

Database Operation (DBOPs)

– Simple DBOP (already supported in 11g)

A SQL statement (e.g. SQL for DSS, batch/report SQL, runaway SQL)

A PL/SQL procedure/function

– Composite (new in 12g)

Session(s) activity between two points of time defined by application code / DBA

For example, SQL*Plus script, batch job, ETL processing, …

At most one DBOP per DB session

NEW

Page 23: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 27

– Naming or Tagging

– Bracketing

Naming a Database Operation

BEGIN_OPERATION

END_OPERATION

SQL

PL/SQL Blocks

SQL

SQL

EXPLICIT

SQL

PL/SQL Blocks

SQL

SQL

DBOP (Tag)

IMPLICIT

Page 24: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 28

Database monitoring of application jobs

– Grouping of SQLs, sessions for the application job

– Key scenarios: ETL operations, Quarter End Close job

Real time monitoring driven by application specified tagging

– Automatically tag Data pump jobs

– Tagging ability in PLSQL, OCI, JDBC

Avoids the overhead of SQLTrace

Visibility of Top SQL statements, system and session performance metrics

Real Time Database Operations Monitoring

Page 25: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 29

Proactive Performance Management

4.Reactive Tracing of Long Running Programs

5.Analyzing Transient Performance Problems

Understanding Workload Profile

• 6. Correlating ASH & AWR

• 7. Using ASH Analytics

Database Operations

Page 26: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 30

Analyzing Transient Performance Problems

What happened last night the batch job took

twice the time to finish ?

No way to detect transient issues

– We look at AWR data

Averaged out over the snapshot window

– On-disk ASH Data

Sampled every 10 seconds

– Very difficult to detect such issues in the “past”

Page 27: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 31

Automatic Performance Diagnostics A

DD

M

• Diagnose persistent performance issues

• Uses AWR snapshots

• Regular interval

• Automatic or Manual C

om

pare

Period A

DD

M

• Coarse grain performance comparison across two periods

• Relies on AWR data

• Manual

Real-

Tim

e A

DD

M

• Hung or extremely slow databases

• Uses a normal and diagnostic mode connection

• Manual

Enha

nced R

eal-

Tim

e A

DD

M

• Proactively detect and diagnose transient high-impact problems

• Built inside the database

• Automatic

• Runs every 3 seconds

NEW

Page 28: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 32

Automatic real time problem detection and analysis

– Runs every 3 seconds

Database self-monitors for serious performance issues

– Recognize bad performance trends and trigger analysis :

High CPU, I/O spikes, memory, interconnect, hangs, deadlocks

– Identify a problem before it threatens application performance

Short duration (5 min spikes) ADDM analysis

– Actionable advice for critical issues

– Richer data set available for analysis

Reports (analysis and data) stored in AWR for historical analysis

– ADDM, SQL Monitoring reports

Real-Time ADDM NEW

Page 29: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 33

Triggering Conditions

# Rule Condition

1 High Load Average active sessions greater than 3 times the number of CPU cores

2 I/O bound Impact on active sessions based on single block read performance

3 CPU bound Active sessions greater than 10% of total load and CPU utilization great

than 50%

4 Over-allocated

memory

Allocation over 95% of physical memory

5 Interconnect bound Single block interconnect transfer time based

6 Session Limit Session limit close to 100%

7 Process Limit Process limit close to 100%

8 Hung Session Significant number of hung sessions. If this number is greater than 10%

of total sessions

9 Deadlock Detected Any deadlock detected by hang analyzer

Page 30: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 34

Real-Time ADDM Report

Page 31: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 35

Proactive Performance Management

4.Reactive Tracing of Long Running Programs

5.Analyzing Transient Performance Problems

Understanding Workload Profile

6. Correlating ASH & AWR

7. Using ASH Analytics

Database Operations

Real-Time ADDM

Page 32: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 36

Understanding Workload Profile The SQL Response Metric crossed the warning

threshold. What is wrong?

Several factors can impact SQL Response time

– Increased or unusual load on system

– Hardware Issues

– Runaway queries consuming system resources

– Changes in execution plans

– Missing or stale object statistics

Need a mechanism to quickly analyze in-memory

performance data

Page 33: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

© 2

009

Am

adeu

s IT

Gro

up S

A

The largest transaction

processor in travel

Common / overlapping

platforms & applications

Common data centre

Common customers Common sales &

marketing infrastructure

DISTRIBUTION

BUSINESS

Provision of indirect

distribution

services

711 airlines (over 420 bookable)

24 Insurance companies

50+ cruise and ferry lines

207 tour operators

110,000+ hotel properties

30 car rental companies

95 railways

Travel providers

Consumers/

General public

Corporate travel

departments

Travel buyers

Travel agencies

Travel Management companies

Business travel agencies

Leisure travel agencies

Online travel agencies

Consolidators

Single-site agency

Travel search companies

Airline sale offices and airline

websites connected to

Amadeus direct

sell technology

IT

SOLUTIONS Including direct distribution

technology

Transaction-based business model

Operate globally in the growing travel and technology market

Two highly synergistic and profitable businesses: Distribution and IT solutions

Page 34: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

© 2

009

Am

adeu

s IT

Gro

up S

A

38

Operational Oracle DB’s

Some numbers (Production only):

53 Oracle DB’s

30 MySQL DB’s

80 Clusters

700 TB DB Volume

4 PB Storage Volume

Technologies

Stack 2: Oracle 10.2.0.3 in HP-UX 11.11 (and RHEL), with Symantec Volume Manager and Clusterware

RAC and Single Instance

Stack 3: Oracle 11.2.0.2 in HP-UX 11.21 and RHEL 5.7 with Oracle Grid Infrastructure

RAC and RAC One

Stack 4: Oracle 11.2.0.3 in RHEL 5.7 with Oracle Grid Infrastructure

RAC and RAC One

Page 35: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

© 2

009

Am

adeu

s IT

Gro

up S

A

DB Response time analysis - AWR

39

AWR top 5 section

shows the Wait Class

which contributes most

to DB wait time

Objects involved in TX row lock

contention can be identified in

Segment Statistics section of

AWR

Foreground Wait Class section

in AWR to see distribution of DB

waits over Waits classes

Page 36: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

© 2

009

Am

adeu

s IT

Gro

up S

A

From AWR to ASH

40

ASH report for the

period of increase

of Application waits

will show the same

waits as AWR

Can I get the Application

Module which suffered

from this type of

contention ?

Page 37: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

© 2

009

Am

adeu

s IT

Gro

up S

A

Extracting more data from ASH

Identify SQL statements and sessions impacted

by waits on “Application” Wait Class

41

Page 38: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

© 2

009

Am

adeu

s IT

Gro

up S

A

Extracting more data from ASH Get a list of blocking sessions and DB objects !

42

Page 39: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 43

Understanding Workload Profile

• Graphical ASH report for advanced analysis

• Provides visual filtering for recursive drill-downs

• Select any time period for analysis

• Analyze performance across many dimensions

• Different visualizations: Stacked chart or

Tree Map

• Collaborate with others using Active

Reports

Page 40: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 44

Proactive Performance Management

4.Reactive Tracing of Long Running Programs

5.Analyzing Transient Performance Problems

Understanding Workload Profile

6. Correlating ASH & AWR

7. Using ASH Analytics

Database Operations

Real-Time ADDM

ASH Analytics

Page 41: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 45

Page 42: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 46

Preventive Performance Management

8.Prevent Regression After Upgrade

9.Ensure Optimal Resource Allocation

10.Prevent Performance Issues Due To Application Changes

Page 43: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

47

Page 44: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Using SQL Profiles to regress to an older plan

LinkedIn’s ERP systems were being upgraded from 10g to 11g

Presence of a large amount of custom code

Limited Time frame to complete the upgrade.

Management concern about System performance

Initial testing showed no major problems/concerns

A week before go-live several potential showstopper performance issues were noticed.

48

Page 45: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

The Approach

Re-writing or tuning several pieces of code was not

feasible in a short window of time.

Decision to use either SQL Profiles or Baselines to

regress to the 10g plan in the interim

49

Page 46: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Using OEM to regress back to the old plan

Run the job that calls the badly performing SQL.

In OEM open the performance tab and search for the

session by using the SID (or any other criteria)

50

Page 47: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Run SQL Tuning Advisor

Run ‘Schedule Tuning Advisor’ by drilling down to the

session and clicking on the sqlid.

51

Page 48: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Run SQL Tuning Advisor

You can compare the explain plan and see the new

explain plan in the same window

Click Implement to implement the SQL profile.

DONE !!!

52

Page 49: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 53

Preventive Performance Management

8.Prevent Regression After Upgrade

9.Ensure Optimal Resource Allocation

10.Prevent Performance Issues Due To Application Changes

SQL Tuning Advisor

Page 50: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 54

Ensure Optimal Resource Allocation

In a consolidated environment how can I

ensure one database is not running away with

all my system resources ?

Database resource manager directives prevent

a single session to run away with all resources

In DB 12c CDB level resource plans ensure

optimal resource allocations across PDBs

Create a resource allocation strategy

Allocate appropriate CPU and I/O (Exadata)

across PDBs

Page 51: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 55

Allocating Resources in DB 12c

• Gives maximum flexibility for each PDB

• Allows any PDB to consume all available resource

• Risky as one PDB can run away with all resources.

No Resource Allocation

• Ensures all PDBs get a specific share of the resources

• Allows any PDB to consume any unused resources

• Kicks in at 100% resource utilization.

• Assumes that not all PDBs will use its allocated resources

Specify a minimum allocation

• Ensures all PDBs get a specific share of the resources

• Prevents a PBD from taking more than the maximum value assigned.

• May result in unused capacity

Specify a minimum and maximum

NEW

Page 52: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 56

Setting up Resource Manager in Oracle Enterprise Manager

• Extremely simple to manage the CDB resource plans using

Enterprise Manager UI

Page 53: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 57

Preventive Performance Management

8.Prevent Regression After Upgrade

9.Ensure Optimal Resource Allocation

10.Prevent Performance Issues Due To Application Changes

SQL Tuning Advisor

DB Resource Manager

Page 54: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 58

Prevent performance issues due to Application Changes

The new BI system has very aggressive SLAs

defined. How can we ensure consistent

performance across the system ?

Code migration, new indices, objects can often

impact performance of the application

How do we validate the performance of critical

queries before rolling out these changes ?

Page 55: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 59

Validate Impact of custom code migration

Use SPA Guided Workflow (recommended) or PL/SQL APIs

Create a SQL tuning set of the top X (20 or 30) queries

Establish first trial remotely using current state – baseline

Make change – Create the indexes or migrate custom code

Establish second trial remotely using the same SQL Tuning Set

Review SPA report and rollout or rollback changes.

Trial 2

Trial 1

State 1

State 2

State 1

Custom

Code Changes

Page 56: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 60

Take the Guess Work Out!

Run your trial

before and after

migrating the

change

Make sure your

most important

queries are not

regressed

Take the guess

work out

Page 57: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 61

Preventive Performance Management

8.Prevent Regression After Upgrade

9.Ensure Optimal Resource Allocation

10.Prevent Performance Issues Due To Application Changes

SQL Tuning Advisor

DB Resource Manager

SQL Performance

Analyzer

Page 58: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 62

Page 59: Copyright © 2012, Oracle and/or its affiliates. All rights ... · PDF file5 Interconnect bound Single block interconnect transfer time based ... Oracle 10.2.0.3 in HP-UX 11.11 ...

Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 63