ebs performance tune2_con9030_pdf_9030_0002

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

Upload: jucaab

Post on 11-May-2015

904 views

Category:

Documents


4 download

TRANSCRIPT

Page 1: Ebs performance tune2_con9030_pdf_9030_0002

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

Page 2: Ebs performance tune2_con9030_pdf_9030_0002

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

Session CON9030 - Best Practices for Oracle E-Business Suite Performance Tuning

Isam Alyousfi Senior Director, Applications Performance Samer Barakat Senior Architect, Applications Performance

Page 3: Ebs performance tune2_con9030_pdf_9030_0002

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

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.

Page 4: Ebs performance tune2_con9030_pdf_9030_0002

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

Introduction

<Insert Here>

Page 5: Ebs performance tune2_con9030_pdf_9030_0002

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

Introduction Context within Performance Management

Configuration Requirements

& Best Practices

Operational

Best Practices

Patching & Upgrades

Performance

Testing & Capacity Planning

Workload

Management

Performance

Triage & Resolution

Performance Monitoring &

Trending

People

Management

Page 6: Ebs performance tune2_con9030_pdf_9030_0002

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

•  Introduction to Performance Triage Approach

•  Tuning Application Modules

•  Tuning the Concurrent Manager

•  Tuning the Database Tier

Agenda

Page 7: Ebs performance tune2_con9030_pdf_9030_0002

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

Performance Triage

Page 8: Ebs performance tune2_con9030_pdf_9030_0002

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

Performance Triage & Resolution

§  DEFINE the problem clearly §  GATHER the right data to analyze the issue §  Identify the ROOT CAUSE of the problem, possibly gather additional data §  Search for a KNOWN SOLUTION or workaround that addresses the root cause of

the problem §  If it is a product issue, PASS ON the right information to support/dev through the

regular channels §  Try to identify a TEMPORARY WORKAROUND to alleviate the issue while you get a

permanent fix

How to Approach a Performance Issue

Page 9: Ebs performance tune2_con9030_pdf_9030_0002

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

Performance Triage & Resolution

§  Get a clear understanding & quantitative definition of the issue §  Where is the time going ? Get the right diagnostics

–  What? –  Where? –  When? –  Why? –  How?

§  Identify the Techstack components in-play

§  Refer to the architecture

Define the Problem

Page 10: Ebs performance tune2_con9030_pdf_9030_0002

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

Performance Triage & Resolution

§  ~ 80% of issues are DB processing related

§  If non-database (client side) processing occurs within the flow, you may see DB wait events like

SQL*Net Message from client TCP Socket% PLSQL Lock Timer

§  Keep a watchful eye on OS metrics and resource consumption in all 3 tiers

Gather

Page 11: Ebs performance tune2_con9030_pdf_9030_0002

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

Performance Triage & Resolution Gather Diagnostic Data

Start with MOS Doc 1121043.1 for How-to & Best Practices •  SQL Tuning

•  Trace files •  SQLT output (mos: 215187.1) •  Trace Analyzer (mos: 224270.1) •  AWR Report (mos: 748642.1) •  11g SQL Monitor Report •  AWR SQL Report (awrsqrpt.sql)

•  PL/SQL Tuning •  Product logs •  PL/SQL Profiler (mos: 808005.1)

•  Reports Tracing (mos: 111311.1)

•  Database Tuning •  AWR Report (mos: 748642.1) •  ADDM report (mos: 250655.1) •  Active Session History (ASH)

•  Forms Tuning •  Forms Tracing (mos: 373548.1) •  FRD Log (mos: 445166.1) •  Generic note (mos: 438652.1)

•  Middletier Tuning •  JVM Logs •  JVM Sizing/Tuning (mos: 362851.1,278868.1)

•  OS - OSWatcher (mos: 301137.1)

Page 12: Ebs performance tune2_con9030_pdf_9030_0002

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

Performance Triage & Resolution Gather Enhanced Performance Diagnostics for Oracle E-Business Suite (mos: 1362660.1)

• Gather as much diagnostic data as possible in one round trip to customer.

• Available on 12.1.3 as a standalone patch# 12544073 (Mandatory Pre-Requisite AD Patch# 12991557)

• Enhancement to FND_TRACE : New procedure “set_preferences” enables you to

• Enable tracing for sessions • Enable tracing for one or more SQL statements using SQL_ID (*) • Generate CBO trace when tracing SQL statements (*) • Trace PL/SQL using PL/SQL Hierarchical Profiler (*) • Set Statistics Level

(*) - Only in Oracle Database 11g+

Page 13: Ebs performance tune2_con9030_pdf_9030_0002

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

Performance Triage & Resolution Gather Enhanced Performance Diagnostics for Oracle E-Business Suite (mos: 1362660.1)

• One or more of the following outputs can generated automatically after the end of traced session. The concurrent program 'Gather Diagnostic Data for Traced Sessions' is automatically submitted via 'System Administrator responsibility to gather this output.

• AWR, ADDM and ASH Reports • Session Statistcs • SQLT output (*) • Trace Analyzer output, which includes SQLT output for top SQLs • Objects statistics when a SQL statement is traced, but SQLT output is not chosen or not installed • Real-Time SQL Monitor Report when a SQL statement is traced (**) • SQL Detail Report when a SQL Statement is traced (***)

(* )Requires SQLT tool - Note 215187.1, (** )Oracle DB 11g+ (*** )Oracle DB 11.2.0.1+

Page 14: Ebs performance tune2_con9030_pdf_9030_0002

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

Performance Triage & Resolution

Page 15: Ebs performance tune2_con9030_pdf_9030_0002

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

Performance Triage & Resolution

§  Check for Known Issues & Available Fixes/Workarounds – MOS §  Check the basics

–  Version levels –  Required Configuration

»  Init.ora : Notes 396009.1 (R12) & 216205.1 (11i) –  Latest patch levels –  Recommended Patch lists in MOS , OAM –  Also check for product specific notes

§  Best Practices in Performance for EBS –  http://blogs.oracle.com/stevenChan/

Page 16: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Applications

Page 17: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Applications

–  Apply latest Release Update Packs §  Release 12.1.3: Patch 9239090 : MOS Doc: 1080973.1 §  Release 12.0 - RUP6: Patch 6728000 : MOS Doc: 743368.1

–  Apply the latest EBS Family Packs + Recommended Patch List §  Patching & Maintenance Advisor: (EBS) 11i and R12 (MOS Doc 313.1) §  OAM Patch Wizard

–  “Recommended Performance Patches for the Oracle E-Business Suite”, MOS Doc 244040.1

§  Recommended performance patches for all the modules and tech stack components are consolidated in this note

Patch Current

Page 18: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Applications

–  Upgrade techstack components to the latest certified levels For example (as of Aug/2012), for R12 => Database 11.2.0.3, Forms 10.1.2.3, OC4J 10.1.3.5, JDK 6, etc

§  http://blogs.oracle.com/stevenChan/resource/certifications.html

Stay Current

Page 19: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Applications

– Purge & Archive

§  Implement a regular purge process including transient data as well as obsolete transactional data

§  Purge old data before performing upgrades

§  Many documented standard programs available –  ~260 purge programs in R12

§  Purge Portal –  Purge programs can be configured, initiated and monitored

» Set the execution frequency as well view history of purge programs –  R12: programs tagged with the “Purge” program type

Performance Best Practices

Page 20: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Applications System Administrator > Oracle Applications Manager >Purging/Critical Activities

Page 21: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Applications

–  Logging §  FND: Debug Log Enabled - Set it to ‘Yes’ (12.0 RUP3+, 12.1.x)

§  FND: Debug Log Level - Set to Unexpected (Level=6)

§  Query FND_LOG_MESSAGES to check the logging traffic

§  With above profile configuration –  If the query shows a large number of rows being created, there could be exceptions and errors which need to be investigated

Performance Best Practices

Page 22: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Applications

–  Workflow §  For background engines via Concurrent Manager, set the ‘Process Stuck’

parameter to ‘No’ –  Identification of stuck workflows is resource intensive –  Start a separate background engine to handle stuck/timed out

processes with a low frequency –i.e. once a day

§  Use deferred activities to improve online response times for flows such as Scheduling, PO Document Approval, etc.

§  Purge runtime data (Conc Program: FNDWFPR) –  Can run by ITEM_TYPE –  Monitor/Troubleshoot old workflows not properly closed –  Purge frequently

Performance Best Practices

Page 23: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Applications

–  Workflow §  Run $FND_TOP/sql/wffngen.sql to translate the activity function calls into

static calls –  Edit & add heavily used ITEM_TYPES

itemtypeList_t (‘WFSTD’,’FNDFFWF’)

–  Generates wffncal2b.pls in utl_file_dir to re-create pkg §  Disable retention on Workflow Queues

–  DBMS_AQADM.ALTER_QUEUE(queue_name=>:b1,retention_time=>0);

§  Partition runtime tables for higher scalability – MOS Doc: 260884.1 §  For high volume batch processing in RAC use ITEM_TYPE to Node affinity

Performance Best Practices

Page 24: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Applications

–  Order Management

§  R12 OM Performance Fixes & Configuration Options to speed up processing: MOS Docs 849060.1 & 130511.1 §  Use streamlined workflows

–  Consider seeded workflow: “Line Flow Generic: Performance” –  Removes unnecessary activities and sub-processes, reducing WF data significantly

§  Use Deferred tax & credit check §  For online booking speed, consider deferring scheduling –MOS Doc 421314.1 §  Configurator should be setup to use a separate pool of JVMs

Performance Best Practices

Page 25: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Applications

–  Order Management

§  For online order entry, use the Quick Sales Order Form – OEXOETEL §  Disable Debugging

– OM: Debug Level, set to 0 for OFF – QP: Debug Mode, set to Request Viewer Off – WSH: Debug Enabled, set to No – WSH: Debug Level, set to 0 for OFF

§  Set “MRP: Calculate Supply Demand” to No – Only enable for a user session if detailed supply / demand data needs to be reviewed in an ATP Inquiry

Performance Best Practices

Page 26: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Applications

–  Financials

§  Account Analysis & Journal Entries Report – MOS Doc 983063.1 –  Troubleshoot & Tune XML generation – BI Publisher –  Recommended Performance Fixes –  Debug, Scalable Flags and Memory setting recommendations –OOM Issues

§  Subledger Accounting & Accounting Hub - MOS Doc 791049.1 –  Recommended Performance Fixes –  Custom Indexing guidelines –  Optimize # of Processors, Processing Unit Size & Event Class ordering –  Payables specific fixes in MOS Doc 1271365.1

Performance Best Practices

Page 27: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Applications

–  Financials AR §  Profile Option : AR: AutoInvoice Gather Statistics

–  Set to "NO" once representative stats have been gathered for RA_INTERFACE* tables

§  Index trx flexfields for headers & lines used in validation – interface_line_attributeN columns

§  Parallelize Batch flow –  By supplied parameters where possible

»  e.g. Autoinvoice –  Manually by data sets if needed

»  e.g. Rev Rec, AutoReceipts/Remittance, Auto-accounting (R12)

Performance Best Practices

Page 28: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Applications

–  Use Automated, scripted tools §  EBS Test Started Kits (Winrunner/QTP)

–  Bundled QA based automated scripts for EBS testing - Patch 8408886 §  Oracle Applications Testing Suite (Accelerators for EBS)

–  Web and Forms based flows

–  Complement with user participation tests and batch load tests with frequent and critical jobs

–  References http://blogs.oracle.com/stevenChan/2009/10/oats_ebs_certified.html

http://blogs.oracle.com/stevenChan/2009/08/evolutionary_steps_automated_testing_ebs.html

Runtime Performance Testing Tips

Page 29: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Concurrent Manager

Page 30: Ebs performance tune2_con9030_pdf_9030_0002

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

CM General Best Practices

Workload Management Strategy

CM Configuration Best Practices

Tuning the Concurrent Manager

Parallel Concurrent Processing (PCP) Best Practices

Concurrent Manager Tracing Best Practices

Page 31: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Concurrent Manager

–  Manage CM Jobs Lifecycle: 50% of performance tuning is in the business! §  Review long-running auto resubmitted jobs §  Review short/long-running jobs – selective parameters? §  Don’t purge jobs that the users then have to run again §  Trim the fat: Review and eliminate concurrent jobs that are not required and/or

are not being used by users. –  Manage CM Managers : More managers/workers != more throughput

§  Avoid enabling an excessive number of standard or specialized managers. §  A common guideline is between 1-2 target process per CPU, but this needs to be

balanced with resources required by online activity §  Utilize Parallel Concurrent Processing (PCP) to leverage the Cluster (RAC) .

General Best Practices

Page 32: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Concurrent Manager –  Manage CM State Data:

§  Purge the FND tables on a regular basis using the “Purge Concurrent Request and Manager Data” program

§  Patch 7530490 for R12 or 7834670 for 11i (MOS Doc ID 822368.1) §  High throughput: Keep *.out and *.log on fast disks. Use Separate disks if throughput seems

slow especially on NFS Filers §  Truncate the reports.log file in log directory. Watch for 2GB limit on any output files

(Doc ID 842850.1)

–  Manage CM Schedules: §  Use specialization rules and work shifts to bind specific jobs to specific time windows . §  Avoid scheduling resource intensive batch requests during peak activity. §  Reschedule some programs to run when the concurrent managers have excess capacity. §  Define Workload Management Strategy based on job average duration and system usage

profile.

General Best Practices

Page 33: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Concurrent Manager Workload Management Strategy

–  Avoid Short Sleep Times •  *Enough for a couple of minutes of work •  **Set cache size to at least twice the number of workers

–  Specialization rules and work shifts •  Bind specific jobs to specific time windows •  Profile Option: Concurrent: Active Request Limit can be used restrict the number

of concurrent requests that may be run simultaneously by each user •  Specialize if there are too many jobs in a specific category

Tuning the Concurrent Manager

Page 34: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Concurrent Manager –  Conflict Resolution Manager Sleep Time:

§  To maximize throughput for jobs which spawn parallel workers (i.e. Auto Invoice, Payroll), consider reducing the sleep time of the Conflict Resolution Manager (CRM)

§  Default is 60s, consider 5 or 10 seconds

–  Concurrent Manager Sleep Time: §  Define dedicated queues for short and frequent requests and increase the sleep times

for managers which do not require near real-time job execution

§  Reducing sleep time to a very low value many cause excessive CPU utilization.

–  Transaction Manager Sleep Time: §  Set the profile “Concurrent:Wait for Available TM” to 1 (second) to minimize TM latency.

The profile sets the total time to wait for a TM before switchover to next available TM

§  Set Sleep time on Transaction Managers to 30 minutes. this avoids constant polls to check for shutdown requests.

Configuration Best Practices Tuning the Concurrent Manager

Page 35: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Concurrent Manager

–  CM Queues : §  Consider dedicating certain concurrent managers to process either short or long

running programs to avoid queue backup §  Add more queues if all queues are running at maximum capacity only if resources

permit. §  Tune the sleep time for queues with a large number of target processes.

–  Cache Size: §  The cache size specifies the number of requests that will be cached each time the

concurrent manager reads from the FND_CONCURRENT_REQUESTS table §  Increase the cache size (number of requests cached) to at least twice the number

of target processes §  Increasing the cache size will boost the throughput of the managers by attempting

to avoid sleep time.

Configuration Best Practices Tuning the Concurrent Manager

Page 36: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Concurrent Manager

–  Transaction Managers (Pipes vs Advanced Queue) : §  Transaction Managers are used for synchronous online processing (ex:Inventory

Transactions) §  Transaction Managers can use Pipes or queues (AQ). §  Set System Profile: “Concurrent:TM Transport Type”: to either Pipe/Queue §  Use queues in RAC for easier setup while supporting Failover. §  Queues are Available in 11i (Doc ID 413636.1) §  For R12 (or 11i post Oracle 10.1) AQ is largely self-tuning

Configuration Best Practices

Page 37: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Concurrent Manager

–  Utilize Parallel Concurrent Processing (PCP) to leverage the Cluster (RAC). §  Use dedicated CM queues with specialization rules (inclusion/exclusion) for

programs with high scalability needs §  Group by application, program, user, request_type; examples:

–  OM, Receivables Super User, Create Accounting –  WF background engines Node to ITEM_TYPE assignment

§  Use Affinity : Direct some workload components to specific RAC nodes to maximize scalability by minimizing inter-node communication and synchronization work.

§  For RAC and PCP refer to MOS Doc ID1359612.1 §  Recommended: set the profile option ‘Concurrent: PCP Instance Check ‘ to OFF §  Configure Multiple Concurrent Manager Instances. Each CM Instance points to a

specific DB instance

Parallel Concurrent Processing (PCP) Best Practices

Page 38: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Concurrent Manager

–  PCP: 1 – 1 correspondence of CM nodes to RAC nodes §  Set <s_cp_twotask> per CM node to tie to a specific RAC instance. §  Do not use a load balanced TNS entry for the value of s_cp_twotask. The

request may hang if the sessions are load balanced. §  Define primary/secondary CM nodes for Failover

–  12.1 define node affinity at the program level

§  Concurrent | Program | Define ( See MOS Doc ID 1129203.1) §  12.1.3 introduced option to define node affinity at the program level –

Concurrent -> Program -> Define

Parallel Concurrent Processing (PCP) Best Practices

Page 39: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Concurrent Manager

–  Extending Affinity to the Applications Tier (Forms) §  Set Profile Option "Database Instance" at App or Resp level which can be tied to

two_task value or to a service

–  Extending Affinity to the Applications Tier (Self-service) §  Set Profile Options “App%Agent” to web tier hosts configured for specific

services …or §  Set Profile Option "Applications Database ID" to node specific DBC file name

Parallel Concurrent Processing (PCP) Best Practices

Page 40: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Concurrent Manager Parallel Concurrent Processing (PCP) Best Practices

Application Affinity Example

•  16TB DB 4 Node Cluster, 11.1.0.7, 15K concurrent peak users

Node 1 Order Management

Install Base

Shipping

Education

Contracts

Node 2 Payroll

HR (with self-service)

Benefits

OTL (self-service)

Node 3 Financials –

GL, AP, PO, FA

Self-Service –

iProc, Expenses

DBI

Node 4 Accounts Receivable

Project Accounting

Imaging

Tuning the Concurrent Manager

Page 41: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Concurrent Manager

–  Program Level §  Not recommended §  Enable the trace/profiling option in the concurrent program definition

–  Request Level §  Ensure “Concurrent: Allow Debugging” is set to ‘Yes’ §  Use the Debug Options button in the Request Submission Form

–  Tracing Documents

§  280391.1 How to Retrieve SID Information For a Running Request

Concurrent Manager Tracing Best Practices

Page 42: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Concurrent Manager References (MOS Docs)

•  1359612.1 Webcast 'E-Business Suite - RAC & Parallel Concurrent Processing •  1367676.1 Webcast 'E-Business Suite - Concurrent Manager Performance •  164085.1 Enhancing and Automating Oracle Applications Concurrent Processing •  1057802.1 Best Practices for Performance for Concurrent Managers •  1304305.1 E-Business Concurrent Processing Information Center

Tuning the Concurrent Manager

Page 43: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Database

Page 44: Ebs performance tune2_con9030_pdf_9030_0002

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

Configuration Best Practices

CBO – Statistics Gathering

Performance Management

Common corrective actions to maximize scalability

Tuning the Database Tier

11g New Features

Page 45: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Database Tier

§  Tune Init.ora Parameters: –  Ensure mandatory init.ora parameters are set correctly. –  MOS Docs 396009.1 & 216205.1 (R12 & 11i respectively)

§  Apply Required Patches & Fixes/Workarounds for Known Issues –  Recommended Performance Patches -MOS Doc 244040.1 –  Required Patching – Interoperability Notes

» 11gR1 Certified with 11i and R12 – MOS Docs 452783.1 & 735276.1 » 11gR2 Certified with 11i – MOS Doc 881505.1

Configuration Best Practices

Page 46: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Database Tier

§  Properly Size SGA/PGA Memory : –  Use Large/Huge pages. For example on Linux HugePages – MOS Doc 744769.1 –  Only SGA allocation benefits from large/huge pages, PGA allocation does not. –  Consider both SGA and PGA memory requirement when sizing your RAM

» For dedicated server processes plan for PGA allocation of 30-40MB per shadow process (correlated to the process init.ora parameter)

» For shared server processes, user connections allocate almost all of their memory from the SGA, so more SGA memory will be needed, and much less PGA will be required.

Configuration Best Practices

Page 47: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Database Tier §  Tune Disk IO:

–  Ensure kernel asynchronous I/O is enabled and supported for the underlying file system (if file systems are being used for the DB files)

–  Configure & verify direct IO is used (if file systems are being used for the DB files) » Improves performance/scalability by simulating raw devices, avoiding file system cache traffic

–  Ensure your IO subsystem can handle your peak IO load & IOPS » Consider RAID, S.A.M.E. configuration with sufficient spindles » Measure with ORION tool or in 11g DBMS_RESOURCE_MANAGER.CALIBRATE_IO – MOS Doc 727062.1

–  Reduce the IO workload » Tune expensive SQL » Trim the workload of unnecessary tasks » Do 3X less IO on average with 11g Advanced Compression Option

Configuration Best Practices

Page 48: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Database Tier

§  Convert to the OATM Tablespace Model –  OATM Consolidates # of Apps tablespaces from 400 to ~12

§  MOS Doc 248857.1 –  OATM Uses automatic segment management (ASSM) along with uniform extent

sizes for tablespaces containing large transaction tables/indexes. –  OATM supports uniform extent allocation and auto allocate extent

(AUTOALLOCATE ) management –  OATM provides efficient space utilization. This is achieved by supporting locally

managed tablespaces as opposed to the dictionary managed tablespace –  OATM Helps avoid frequent space management operations. –  Migration utility can be used to migrate a schema at a time

Configuration Best Practices

Page 49: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Database Tier

§  Tune Backend Code Execution Path –  Utilize PL/SQL Native Compilation. –  Pin Top Apps PL/SQL packages by executions helps avoid shared pool

fragmentation and reloads. –  Check for cursor leaks

select oc.sid,oc.hash_value,oc.sql_text,count(*)

from v$open_cursor oc,

v$session ss

where

oc.sid = ss.sid and

oc.sql_text not like '%COMMIT%'

group by oc.sid,oc.hash_value,oc.sql_text

having count(*) > 5

order by 4;

Configuration Best Practices

Page 50: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Database Tier

§  Tune Backend Code Execution Path –  Check for SQL statements using literals with a large number of occurrences. –  Cursor leaks/literals can result in ORA-4031 errors. –  On RAC ensure PX requests do not span instances

§  10g - Set instance specific values for INSTANCE_GROUPS, PARALLEL_INSTANCE_GROUP

§  11gR1 - Can be done as above or via services §  11gR2 - PARALLEL_FORCE_LOCAL =true

–  Tune sequence cache sizes for hot sequences (e.g. 1,000 or higher) in order to minimize index key contention for the Apps surrogate keys.

–  Make sure to use FNS_STATS to gather statistics.

Configuration Best Practices

Page 51: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Database Tier

§  Disable the 10g/11g automatic job to gather stats

§  Do not gather statistics excessively on entire schemas or the entire database such as nightly or weekly

§  Use the GATHER_AUTO option to gather incrementally

§  Use only FND_STATS or the Gather Schema / Table Statistics Concurrent Programs –  Do NOT USE the analyze or dbms_stats command directly. It is not

supported, and can result in sub-optimal plans. –  When Gather Schema Statistics concurrent program is used fnd_stats does the

bookkeeping for the run.

CBO – Statistics Gathering

Page 52: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Database Tier

§  FND_STATS supports column histograms. –  Histograms can be seeded by calling to fnd_stats.load_histogram_cols.

§  Analyze all schemas at 10%, then for some specific objects use higher sampling x% –  Due to data skew, some tables benefit from higher sampling % –  For 11g, can use value of zero (AUTO_SAMPLE_SIZE)

§  Consider locking stats for very volatile tables once a representative set is gathered –  Some Interface tables –  Other examples: ap_selected_invoices, wsh_pr_workers –  Use FND_STATS.LOAD_XCLUD_TAB to skip the table

CBO – Statistics Gathering

Page 53: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Database Tier

§  FND_STATS now supports Database 11g Extended Stats. The Multi-Column Statistics are used by Oracle to estimate the combined selectivity of the predicates.

§  Multi-Column Stats can be seeded by calling FND_STATS.LOAD_EXTNSTATS_COLS. FND_STATS Schema/Table stats will take care of the gathering stats on Multi-Column stats.

§  11g Extended Stats FND_STATS Patch 9470196. Also, in patch set 9962815.

CBO – Statistics Gathering

Page 54: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Database Tier Performance Management •  Establish baselines for different workloads by collecting system level

performance information –  AWR (Automatic Workload Repository) Report –  ADDM (Automatic Database Diagnostic Monitor) Report –  ASH (Active Session History) Report –  Real-Time SQL Monitoring Report (11g+)

• Parallel queries and queries taking > 5 seconds –  Operating system statistics

• OSW Document Doc ID 301137.1 • OSWg Document Doc ID 461053.1

Page 55: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Database Tier Performance Management

•  Monitor and trace critical flows & concurrent programs –  ASH (Active Session History) Report –  SQL Trace Level 8 (with waits) or Level 12 (with waits and binds) followed by

TKPROF •  Check both raw trace and TKPROF •  Interpreting Raw SQL_TRACE files MOS Doc ID 39817.1

–  Trace Analyzer (TRCA) reads an Event 10046 SQL Trace file and provides a comprehensive report for performance analysis and tuning MOS Doc ID 224270.1

•  Monitor and trace specific SQLs –  SQLTXPLAIN (aka SQLT) MOS Doc ID 215187.1

• Maintained by Oracle Support - often requested • Collects information on why the execution plan was chosen

Page 56: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Database Tier Performance Management •  Trace/TKPROF … Get the complete session story

Set Trace Parameters –  max_dump_file_size=unlimited

• Ensure there is sufficient disk space in the tracing directory –  user_dump_dest or if diagnostic_dest is set in Oracle11g

• (diagnostic_dest)/diag/rdbms/(dbname)/(instname)/trace • background_dump_dest for parallel slave processes

–  STATISTICS_LEVEL=ALL Generate Trace –  Forms: Help -> Diagnostics -> Trace –  OA HTML: Diagnostics -> Tracing –  Set the profile: “Initialization SQL Statement - Custom“. Use FND_CTL.FND_SESS_CTL

Page 57: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Database Tier Performance Management •  Trace/TKPROF … Get the complete session story

–  Raw trace must be • A complete, non-truncated trace file *** DUMP FILE SIZE IS LIMITED TO 12345 BYTES***

–  From before the user action began To the point the DB session ends** –  Run TKPROF from the correct Oracle home

• Use the sort options = fchela,exeela,prsela –  TKPROF output MUST have

• Runtime Execution Plans and Row Counts & Row Source Stats • Run Time Execution Plan = “Row Source Operation” != “Explain Plan”

–  Best practices, detailed how-to steps & recommended tracing patches • MOS Doc 1121043.1 (Also review Appendix B – Getting In-Memory partial runtime stats)

Page 58: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Database Tier Performance Management call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ----------

Parse 1 0.00 0.00 0 0 0 0

Execute 7674758 780.79 728.70 0 1 0 0

Fetch 7674758 6328.78 6757.80 225987 153846532 0 7674758

------- -------- -------- ---------- ---------- ---------- ---------- ----------

total 15349517 7009.58 7486.52 225987 153846533 0 7674758

Misses in library cache during parse: 1

Misses in library cache during execute: 1

Optimizer mode: ALL_ROWS

Parsing user id: 173 (recursive depth: 2)

Rows Row Source Operation

------- ---------------------------------------------------

7674758 SORT AGGREGATE (cr=153846532 pr=225987 pw=0 time=7174772779 us)

7675089 NESTED LOOPS (cr=153846532 pr=225987 pw=0 time=6919378560 us)

7675089 SORT UNIQUE (cr=123146176 pr=162809 pw=0 time=6083080435 us)

55878643 TABLE ACCESS BY INDEX ROWID AR_TRX_COGS_GT (cr=123146176 pr=162809 pw=0 time=5577872837 us)

136390387 INDEX RANGE SCAN AR_TRX_COGS_N1 (cr=23439707 pr=37706 pw=0 time=2136416980 us)(object id..

7675089 TABLE ACCESS BY INDEX ROWID RA_CUSTOMER_TRX_LINES_ALL (cr=30700356 pr=63178 pw=0 time=539908369 us)

7675089 INDEX UNIQUE SCAN RA_CUSTOMER_TRX_LINES_U1 (cr=23025267 pr=2820 pw=0 time=196155435 us)(object ..

Page 59: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Database Tier Performance Management •  Regularly Review Automatic Workload Repository (AWR) data for different

workloads –  Use DBMS_WORKLOAD_REPOSITORY or Enterprise Manager to create snapshots –  Generate reports using $ORACLE_HOME/rdbms/admin/awrrpt.sql –  Review the Advisory sections in AWR to fine tune SGA & PGA. –  Monitor and correlate top SQL in AWR to business flows. –  Review Load Profile and Top 5 Timed Events section to determine utilization & bottlenecks

and review relevant detailed sections for these events.

Page 60: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Database Tier Performance Management •  Regularly Review Automatic Workload Repository (AWR) data for different

workloads –  For Latch related waits

• Often due to: non-sharable SQL, sub-optimal SQL which performs full table or full index scans, dynamic object creation/removal, etc.

• Review the latch Statistics section to determine the hot latches • Trace waiter and holder sessions to determine actual cause

–  For I/O related waits • Review SQL sections by Logical/Physical reads and the Segment Statistics sections by I/O

–  For Enqueue related or buffer busy waits • Review the following sections: enqueue, segment statistics by buffer busy waits, row lock & ITL waits

Page 61: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Database Tier Performance Management •  RAC AWR Analysis

–  Verify SQL execution is optimized – 10046 trace/SQL Monitoring –  Collect AWR data from all instances

• awrgrpt.sql and awrgdrpt.sql (cluster-wide base and diff reports) –  Verify IO, CPU utilization and Interconnect messaging performance are within acceptable

limits –  Drill down on cluster wait events + “SQL order by Cluster Waits” –  Correlate SQL executions on all instances accessing/modifying top segments in Segment

Statistics by • Global Cache Buffer Busy & Buffer Busy Waits • CR/Current Blocks Received • Logical Reads

Page 62: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Database Tier Performance Management with EM-DB Console

Page 63: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Database Tier Performance Management with EM-DB Console

Page 64: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Database Tier

§  If bottleneck is IO related... ` (db file sequential read, db file scattered read, log file sync, free buffer waits, etc...)

–  Tune Top SQL is always the first step –  Make sure that system has updated statistics. –  Maximize Memory availability, allocate generously to buffer cache, review AWR

advisories & monitor swapping & paging. –  Use ASM or alternatively use the SAME methodology for db files. –  IO Sub-system:

§  RAID 10 still preferred most often for high end requirements Ideal avg. response times of < 10ms.

–  Check for excessive/redundant indexing. –  Configure async IO, use quick IO technologies.

Common corrective actions to maximize scalability

Page 65: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Database Tier

§  If the bottleneck is concurrency related (enq%, latch%, buffer busy%, etc… )

–  Use global hash-partitioned indexes for hot leaf blocks - Identify via AWR "Top logical IOs by Segment"

–  Some of these waits are commonly caused by bad SQL execution plans i.e. :latch: cache buffer chains, %buffer busy waits, read by other session

–  Make sure to use ASSM and OATM tablespace model. –  Increase INITRANS to alleviate ITL contention. –  Increase sequence caches, –  Work with support/consulting to evaluate if table/index partitioning will help . –  If the program allows, more frequent commits (batch size) can help by reducing

the CR (consistent read) work required.

Common corrective actions to maximize scalability

Page 66: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Database Tier

§  If the bottleneck is RAC related ... (gc%, global%, etc...)

–  First do all the steps mentioned previously... –  Check interconnect configuration -- Use Jumbo frames. –  Do not use parallel query/DML across nodes

§  Use instance_groups & parallel_instance_groups settings –  Review Parallel Concurrent Processing & Application Affinity configurations

§  12.1.3 introduced option to define node affinity at the program level – Concurrent -> Program -> Define

–  Perform RAC focused AWR analysis …

Common corrective actions to maximize scalability

Page 67: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Database Tier

–  Internal tests show 10-20% improvement in EBS batch & reporting workloads –  Significant RAC Performance improvements –  Oracle internal’s production EBS system on 11gR2; –  Lower cost with Advanced compression, better/automated diagnostics,

lower-risk upgrade with SPM/RAT/SPA … –  Best Practices/Tips white papers

» twp_upgrading_10g_to_11g_what_to_expect_from_optimizer.pdf » http://www.oracle.com/us/solutions/benchmark/apps-benchmark/

Why upgrade EBS to

Page 68: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Database Tier

–  New tracing parameter PLAN_STAT §  first_execution | all_executions | adaptive*

–  Key tracing patches* listed on MOS Doc 1121043.1 –  Turn trace on for just 1 or a list of sql_id’s –  With real-time row source stats monitoring from v$sql_plan_statistics – no more

waiting hours for a complete trace to get the right trace data –  Expanded event syntax :

-  alter session set events ’sql_trace [sql:a5ks9fhw2v9s1|56bs32ukywdsq] …

-  Sql_trace wait=true | false, bind=true | false,planstat=never | first_execution | all_executionss|adaptive level = 1| 4| 8| 12 | 16

11g SQL Tracing Enhancements

Page 69: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Database Tier 11g Automatic SQL Monitoring & Tuning

Page 70: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Database Tier

§  Optimizer improvements –  SPM (SQL Plan Management)– quick relief while permanent solution arrives –  Better density estimates for skewed data –  Faster, more accurate statistics with AUTO_SAMPLE_SIZE –  Extended statistics - address predicate correlation –  Adaptive cursor sharing – to address bind peeking issues

§  Some others… –  Interval partitioning, Additional partitioning schemes –  Text indexing performance enhancements –  RAC scales better & AWR is more RAC aware –  Many others..

11g Performance Enhancements

Page 71: Ebs performance tune2_con9030_pdf_9030_0002

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

Tuning the Database Tier References (MOS Docs)

•  1121043.1 Collecting Diagnostic Data for Performance Issues in Oracle E-Business Suite •  1362660.1 Enhanced Performance Diagnostics for Oracle E-Business Suite Release 12.1.3

•  301137.1 OSW Document •  461053.1 OSWg Document

•  215187.1 SQLTXPLAIN (SQLT)

•  224270.1 Trace Analyzer (TRCA) •  39817.1 Interpreting Raw SQL_TRACE files

•  280391.1 How to Retrieve SID Information For a Running Request

Page 72: Ebs performance tune2_con9030_pdf_9030_0002

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

Other References

Page 73: Ebs performance tune2_con9030_pdf_9030_0002

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

References §  R12.1 documentation roadmap (790942.1) §  Oracle E-Business Suite Release 12.1 Info center (806593.1) §  Database preparation guidelines for R12.1 upgrade (761570.1) §  Patching FAQs (459156.1, 225165.1) §  Staged or shared APPL_TOP and distributed AD (734025.1,

384248.1, 236469.1) §  OAM “Patch Wizard” overview and FAQ (976188.1, 976688.1) §  AD Command Line Options for Release R12 (1078973.1) §  Recommended Performance Fixes (244040.1) §  R12 Upgrade Sizing & Best Practices (399362.1)

Page 74: Ebs performance tune2_con9030_pdf_9030_0002

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

Additional Resources

Page 75: Ebs performance tune2_con9030_pdf_9030_0002

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

Additional Resources §  EBS R12.1 Upgrade related Reports

–  EBS 12.1.3 Data Model Comparison Report (1290886.1) –  EBS ATG Seed Data Comparison Report (1327399.1) –  EBS File Comparison Report (1446430.1) –  EBS pre-install patches Report (1448102.1)

§  White paper –  Planning Your Oracle E-Business Suite Upgrade from Release 11i to

Release 12.1 (987516.1) –  R12 Upgrade considerations by product: Financials (889733.1) –  Oracle E-Business Suite Upgrades and Platform Migration

(1377213.1) §  Have Upgrade questions ? Please post on OTN R12 upgrade forum

http://forums.oracle.com/forums/forum.jspa?forumID=395&start=0

Page 76: Ebs performance tune2_con9030_pdf_9030_0002

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

Oracle Demos

Moscone West End-to-End Management of Oracle E-Business Suite W-063

SOA-Based Integration for Oracle E-Business Suite W-064

New User Productivity Capabilities in Oracle E-Business Suite W-065

Oracle E-Business Suite 12.1 Technical Upgrade Best Practices W-066

Advanced Architecture and Technology Stack for Oracle E-Business Suite W-067

Page 77: Ebs performance tune2_con9030_pdf_9030_0002

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

Related Sessions

Wednesday

10:15 am CON8809 - Oracle E-Business Suite 12.1 Upgrade Best Practices: Technical Insight Isam Alyousfi, Udayan Parvate

Moscone West 3011

10:15 am CON9032 - Upgrading Your Customizations of Oracle E-Business Suite 12.1 Sara Woodhull

Moscone West 2016

10:15 am CON9259 - Oracle E-Business Suite Internationalization and Multilingual Features Maher Al-Nubani

Moscone West 2018

11:45 am CON9029 - Oracle E-Business Suite Directions: Slashing Downtimes with Online Patching Kevin Hudson

Moscone West 2016

Page 78: Ebs performance tune2_con9030_pdf_9030_0002

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

Related Sessions

Wednesday

1:15 pm CON9027 - Personalize and Extend Oracle E-Business Suite Applications with Rich Mashups Gustavo Jimenez, Padmaprabodh Ambale

Moscone West 2016

3:30 pm CON9036 - Advanced Oracle E-Business Suite Architectures: Maximum Availability, Security, and More Elke Phelps

Moscone West 2016

5:00 pm CON9047 - Efficiently Scaling Oracle E-Business Suite on Oracle Exadata and Oracle Exalogic Isam Alyousfi, Nishit Rao

Moscone West 2016

Page 79: Ebs performance tune2_con9030_pdf_9030_0002

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

Related Sessions

Thursday

11:15 am CON8716 - Web Services and SOA Integration Options for Oracle E-Business Suite Rekha Ayothi, Veshaal Singh

Moscone West 2016

11:15 am CON9030 - Recommendations for Oracle E-Business Suite Performance Tuning Isam Alyousfi, Samer Barakat

Moscone West 2018

11:15 am CON3429 - Using Oracle ADF with Oracle E-Business Suite: The Full Integration View Siva Puthurkattil, Juan Camilo Ruiz, Sara Woodhull

Moscone West 3003

12:45 pm CON9020 - Integrating Oracle E-Business Suite with Oracle Identity Management Solutions Sunil Ghosh, Elke Phelps

Moscone West 2016

Page 80: Ebs performance tune2_con9030_pdf_9030_0002

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

Related Sessions

Thursday

2:15 pm CON9019 - Troubleshooting, Diagnosing, and Optimizing Oracle E-Business Suite Technology Gustavo Jimenez

Moscone West 2016

2:15 pm CON9031 - The Top 10 Things You Can Do to Secure Your Oracle E-Business Suite Instance Eric Bing, Erik Graversen

Moscone West 2018

Page 81: Ebs performance tune2_con9030_pdf_9030_0002

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

Q&A

Page 82: Ebs performance tune2_con9030_pdf_9030_0002

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

Page 83: Ebs performance tune2_con9030_pdf_9030_0002

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