Oracle Database. Performance Tuning Guide 11g Release 1 (11.1) B

Size: px
Start display at page:

Download "Oracle Database. Performance Tuning Guide 11g Release 1 (11.1) B28274-02"

Transcription

1 Oracle Database Performance Tuning Guide 11g Release 1 (11.1) B July 2008

2 Oracle Database Performance Tuning Guide, 11g Release 1 (11.1) B Copyright 2000, 2008, Oracle. All rights reserved. Primary Author: Immanuel Chan Contributors: Aditya Agrawal, Lance Ashdown, Hermann Baer, James Barlow, Vladimir Barriere, Mehul Bastawala, Ruth Baylis, Eric Belden, Pete Belknap, Supiti Buranawatanachoke, Qiang Cao, Sunil Chakkappen, Sumanta Chatterjee, Maria Colgan, Alvaro Corena, Benoit Dageville, Dinesh Das, Karl Dias, Vinayagam Djegaradjane, Harvey Eneman, Bjorn Engsig, Mike Feng, Leonidas Galanis, Cecilia Gervasio, Bhaskar Ghosh, Ray Glasstone, Leslie Gloyd, Prabhaker Gongloor, Kiran Goyal, Connie Dialeris Green, Russell Green, Joan Gregoire, Lester Gutierrez, Lex de Haan, Karl Haas, Brian Hirano, Lilian Hobbs, William Hodak, Andrew Holdsworth, Mamdouh Ibrahim, Hakan Jacobsson, Christopher Jones, Srinivas Kareenhalli, Feroz Khan, Stella Kister, Sergey Koltakov, Vivekanada Kolla, Paul Lane, Sue K. Lee, Herve Lejeune, Yunrui Li, Juan Loaiza, Diana Lorentz, George Lumpkin, Joe McDonald, Bill McKenna, Mughees Minhas, Valarie Moore, Sujatha Muthulingam, Gary Ngai, Michael Orlowski, Kant C. Patel, Richard Powell, Mark Ramacher, Shankar Raman, Yair Sarig, Uri Shaft, Vishwanath Sreeraman, Vinay Srihari, Sankar Subramanian, Margaret Susairaj, Hal Takahara, Nick Taylor, Misha Tyulenev, Randy Urbano, Amir Valiani, Mark Van de Wiel, Venkateshwaran Venkataramani, Nitin Vengurlekar, Stephen Vivian, Yujun Wang, Simon Watt, Andrew Witkowski, Keith Wong, Graham Wood, Khaled Yagoub, Mohamed Zait The Programs (which include both the software and documentation) contain proprietary information; they are provided under a license agreement containing restrictions on use and disclosure and are also protected by copyright, patent, and other intellectual and industrial property laws. Reverse engineering, disassembly, or decompilation of the Programs, except to the extent required to obtain interoperability with other independently created software or as specified by law, is prohibited. The information contained in this document is subject to change without notice. If you find any problems in the documentation, please report them to us in writing. This document is not warranted to be error-free. Except as may be expressly permitted in your license agreement for these Programs, no part of these Programs may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose. If the Programs are delivered to the United States Government or anyone licensing or using the Programs on behalf of the United States Government, the following notice is applicable: U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the Programs, including documentation and technical data, shall be subject to the licensing restrictions set forth in the applicable Oracle license agreement, and, to the extent applicable, the additional rights set forth in FAR , Commercial Computer Software--Restricted Rights (June 1987). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA The Programs are not intended for use in any nuclear, aviation, mass transit, medical, or other inherently dangerous applications. It shall be the licensee's responsibility to take all appropriate fail-safe, backup, redundancy and other measures to ensure the safe use of such applications if the Programs are used for such purposes, and we disclaim liability for any damages caused by such use of the Programs. Oracle, JD Edwards, PeopleSoft, and Siebel are registered trademarks of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. The Programs may provide links to Web sites and access to content, products, and services from third parties. Oracle is not responsible for the availability of, or any content provided on, third-party Web sites. You bear all risks associated with the use of such content. If you choose to purchase any products or services from a third party, the relationship is directly between you and the third party. Oracle is not responsible for: (a) the quality of third-party products or services; or (b) fulfilling any of the terms of the agreement with the third party, including delivery of products or services and warranty obligations related to purchased products or services. Oracle is not responsible for any loss or damage of any sort that you may incur from dealing with any third party.

3 Contents Preface... xxi Audience... Documentation Accessibility... Related Documents... Conventions... xxi xxi xxii xxii What's New in Oracle Performance?... xxiii Part I Performance Tuning 1 Performance Tuning Overview Introduction to Performance Tuning Performance Planning Instance Tuning Performance Principles Baselines The Symptoms and the Problems When to Tune SQL Tuning Query Optimizer and Execution Plans Introduction to Performance Tuning Features and Tools Automatic Performance Tuning Features Additional Oracle Tools V$ Performance Views Part II Performance Planning 2 Designing and Developing for Performance Oracle Methodology Understanding Investment Options Understanding Scalability What is Scalability? System Scalability Factors Preventing Scalability System Architecture iii

4 Hardware and Software Components Hardware Components Software Components Configuring the Right System Architecture for Your Requirements Application Design Principles Simplicity In Application Design Data Modeling Table and Index Design Appending Columns to an Index or Using Index-Organized Tables Using a Different Index Type Finding the Cost of an Index Serializing within Indexes Ordering Columns in an Index Using Views SQL Execution Efficiency Implementing the Application Trends in Application Development Workload Testing, Modeling, and Implementation Sizing Data Estimating Workloads Extrapolating From a Similar System Benchmarking Application Modeling Testing, Debugging, and Validating a Design Deploying New Applications Rollout Strategies Performance Checklist Performance Improvement Methods The Oracle Performance Improvement Method Steps in The Oracle Performance Improvement Method A Sample Decision Process for Performance Conceptual Modeling Top Ten Mistakes Found in Oracle Systems Emergency Performance Methods Steps in the Emergency Performance Method Part III Optimizing Instance Performance 4 Configuring a Database for Performance Performance Considerations for Initial Instance Configuration Initialization Parameters Configuring Undo Space Sizing Redo Log Files Creating Subsequent Tablespaces Creating Permanent Tablespaces - Automatic Segment-Space Management Creating Temporary Tablespaces iv

5 Creating and Maintaining Tables for Optimal Performance Table Compression Estimating the Compression factor Tuning to Achieve a Better Compression Ratio Reclaiming Unused Space Indexing Data Specifying Memory for Sorting Data Performance Considerations for Shared Servers Identifying Contention Using the Dispatcher-Specific Views Reducing Contention for Dispatcher Processes Identifying Contention for Shared Servers Automatic Performance Statistics Overview of Data Gathering Database Statistics Wait Events Time Model Statistics Active Session History System and Session Statistics Operating System Statistics CPU Statistics Virtual Memory Statistics Disk I/O Statistics Network Statistics Operating System Data Gathering Tools Interpreting Statistics Overview of the Automatic Workload Repository Snapshots Baselines Fixed Baselines Moving Window Baseline Baseline Templates Adaptive Thresholds Space Consumption Managing the Automatic Workload Repository Managing Snapshots Creating Snapshots Dropping Snapshots Modifying Snapshot Settings Managing Baselines Creating a Baseline Dropping a Baseline Renaming a Baseline Displaying Baseline Metrics Modifying the Window Size of the Default Moving Window Baseline Managing Baseline Templates Creating a Single Baseline Template v

6 Creating a Repeating Baseline Template Dropping a Baseline Template Transporting Automatic Workload Repository Data Extracting AWR Data Loading AWR Data Using Automatic Workload Repository Views Generating Automatic Workload Repository Reports Generating an AWR Report for a Snapshot Range Generating an AWR Report for a Snapshot Range on a Specified Database Instance Generating an AWR Report for a SQL Statement Generating an AWR Report for a SQL Statement on a Specified Database Instance Generating Automatic Workload Repository Compare Periods Reports Generating an AWR Compare Periods Report Generating an AWR Compare Periods Report on a Specified Database Instance Generating Active Session History Reports Generating an ASH Report Generating an ASH Report on a Specified Database Instance Using Active Session History Reports Top Events Load Profile Top SQL Top PL/SQL Top Java Top Sessions Top Objects/Files/Latches Activity Over Time Automatic Performance Diagnostics Overview of the Automatic Database Diagnostic Monitor ADDM Analysis Using ADDM with Oracle Real Application Clusters ADDM Analysis Results Reviewing ADDM Analysis Results: Example Setting Up ADDM Diagnosing Database Performance Problems with ADDM Running ADDM in Database Mode Running ADDM in Instance Mode Running ADDM in Partial Mode Displaying an ADDM Report Views with ADDM Information Memory Configuration and Use Understanding Memory Allocation Issues Oracle Memory Caches Automatic Memory Management Automatic Shared Memory Management Dynamically Changing Cache Sizes vi

7 Viewing Information About Dynamic Resize Operations Application Considerations Operating System Memory Use Reduce paging Fit the SGA into main memory Allow adequate memory to individual users Iteration During Configuration Configuring and Using the Buffer Cache Using the Buffer Cache Effectively Sizing the Buffer Cache Buffer Cache Advisory Statistics Using V$DB_CACHE_ADVICE Calculating the Buffer Cache Hit Ratio Interpreting and Using the Buffer Cache Advisory Statistics Increasing Memory Allocated to the Buffer Cache Reducing Memory Allocated to the Buffer Cache Considering Multiple Buffer Pools Random Access to Large Segments Oracle Real Application Cluster Instances Using Multiple Buffer Pools Buffer Pool Data in V$DB_CACHE_ADVICE Buffer Pool Hit Ratios Determining Which Segments Have Many Buffers in the Pool KEEP Pool RECYCLE Pool Configuring and Using the Shared Pool and Large Pool Shared Pool Concepts Dictionary Cache Concepts Library Cache Concepts SQL Sharing Criteria Result Cache Concepts Using the Shared Pool Effectively Shared Cursors Single-User Logon and Qualified Table Reference Use of PL/SQL Avoid Performing DDL Cache Sequence Numbers Cursor Access and Management Use of Result Cache Sizing the Shared Pool Shared Pool: Library Cache Statistics V$LIBRARYCACHE Shared Pool Advisory Statistics Shared Pool: Dictionary Cache Statistics Shared Pool: Result Cache Statistics Interpreting Shared Pool Statistics Increasing Memory Allocation vii

8 Reducing Memory Allocation Using the Large Pool Tuning the Large Pool and Shared Pool for the Shared Server Architecture Using CURSOR_SPACE_FOR_TIME Caching Session Cursors Configuring the Reserved Pool Using SHARED_POOL_RESERVED_SIZE When SHARED_POOL_RESERVED_SIZE Is Too Small When SHARED_POOL_RESERVED_SIZE Is Too Large When SHARED_POOL_SIZE is Too Small Keeping Large Objects to Prevent Aging CURSOR_SHARING for Existing Applications Similar SQL Statements CURSOR_SHARING When to use CURSOR_SHARING Maintaining Connections Configuring and Using the Redo Log Buffer Sizing the Log Buffer Log Buffer Statistics PGA Memory Management Configuring Automatic PGA Memory Setting PGA_AGGREGATE_TARGET Initially Monitoring the Performance of the Automatic PGA Memory Management Tuning PGA_AGGREGATE_TARGET V$SYSSTAT and V$SESSTAT Configuring OLAP_PAGE_POOL_SIZE Using the Client Query Result Cache Using the Result Cache Mode Managing the Query Result Cache Accessing Information in the Query Result Cache I/O Configuration and Design About I/O I/O Calibration Prerequisites for I/O Calibration Running I/O Calibration I/O Configuration Lay Out the Files Using Operating System or Hardware Striping Requested I/O Size Concurrency of I/O Requests Alignment of Physical Stripe Boundaries with Block Size Boundaries Manageability of the Proposed System Manually Distributing I/O When to Separate Files Tables, Indexes, and TEMP Tablespaces Redo Log Files Archived Redo Logs viii

9 Three Sample Configurations Stripe Everything Across Every Disk Move Archive Logs to Different Disks Move Redo Logs to Separate Disks Oracle-Managed Files Choosing Data Block Size Reads Writes Block Size Advantages and Disadvantages Understanding Operating System Resources Understanding Operating System Performance Issues Using Operating System Caches Asynchronous I/O FILESYSTEMIO_OPTIONS Initialization Parameter Memory Usage Buffer Cache Limits Parameters Affecting Memory Usage Using Operating System Resource Managers Solving Operating System Problems Performance Hints on UNIX-Based Systems Performance Hints on Windows Systems Performance Hints on HP OpenVMS Systems Understanding CPU Finding System CPU Utilization Checking Memory Management Paging and Swapping Oversize Page Tables Checking I/O Management Checking Network Management Checking Process Management Scheduling and Switching Context Switching Starting New Operating System Processes Instance Tuning Using Performance Views Instance Tuning Steps Define the Problem Examine the Host System CPU Usage Identifying I/O Problems Identifying Network Issues Examine the Oracle Statistics Setting the Level of Statistics Collection Wait Events Dynamic Performance Views Containing Wait Event Statistics ix

10 x System Statistics Segment-Level Statistics Implement and Measure Change Interpreting Oracle Statistics Examine Load Changing Load High Rates of Activity Using Wait Event Statistics to Drill Down to Bottlenecks Table of Wait Events and Potential Causes Additional Statistics Redo Log Space Requests Statistic Read Consistency Table Fetch by Continued Row Parse-Related Statistics Wait Events Statistics buffer busy waits Causes Actions db file scattered read Actions Managing Excessive I/O Inadequate I/O Distribution Finding the SQL Statement executed by Sessions Waiting for I/O Finding the Object Requiring I/O db file sequential read Actions direct path read and direct path read temp Causes Actions direct path write and direct path write temp Causes Actions enqueue (enq:) waits Finding Locks and Lock Holders Actions events in wait class other free buffer waits Causes Actions Consider Multiple Database Writer (DBWR) Processes or I/O Slaves Idle Wait Events latch events Actions Example: Find Latches Currently Waited For Shared Pool and Library Cache Latch Contention log file parallel write library cache pin

11 library cache lock log buffer space log file switch Actions log file sync rdbms ipc reply SQL*Net Events SQL*Net message from client SQL*Net message from dblink SQL*Net more data to client Real-Time SQL Monitoring SQL Plan Monitoring Parallel Execution Monitoring Generating the SQL Monitor Report Enabling and Disabling SQL Monitoring Tuning Instance Recovery Performance: Fast-Start Fault Recovery About Instance Recovery Cache Recovery (Rolling Forward) Transaction Recovery (Rolling Back) Checkpoints and Cache Recovery Configuring the Duration of Cache Recovery: FAST_START_MTTR_TARGET Practical Values for FAST_START_MTTR_TARGET Reducing Checkpoint Frequency to Optimize Runtime Performance Monitoring Cache Recovery with V$INSTANCE_RECOVERY Tuning FAST_START_MTTR_TARGET and Using MTTR Advisor Calibrate the FAST_START_MTTR_TARGET Determine the Practical Range for FAST_START_MTTR_TARGET Evaluate Different Target Values with MTTR Advisor Determine Optimal Size for Redo Logs Part IV Optimizing SQL Statements 11 The Query Optimizer Optimizer Operations Choosing an Optimizer Goal OPTIMIZER_MODE Initialization Parameter Optimizer SQL Hints for Changing the Query Optimizer Goal Query Optimizer Statistics in the Data Dictionary Enabling and Controlling Query Optimizer Features Enabling Query Optimizer Features Controlling the Behavior of the Query Optimizer Understanding the Query Optimizer Components of the Query Optimizer Transforming Queries Peeking of User-Defined Bind Variables Estimating xi

12 xii Generating Plans Reading and Understanding Execution Plans Overview of EXPLAIN PLAN Steps in the Execution Plan Understanding Access Paths for the Query Optimizer Full Table Scans Why a Full Table Scan Is Faster for Accessing Large Amounts of Data When the Optimizer Uses Full Table Scans Full Table Scan Hints Parallel Query Execution Rowid Scans When the Optimizer Uses Rowids Index Scans Assessing I/O for Blocks, not Rows Index Unique Scans Index Range Scans Index Range Scans Descending Index Skip Scans Full Scans Fast Full Index Scans Index Joins Bitmap Indexes Cluster Access Hash Access Sample Table Scans How the Query Optimizer Chooses an Access Path Understanding Joins How the Query Optimizer Executes Join Statements How the Query Optimizer Chooses Execution Plans for Joins Nested Loop Joins Original and New Implementation for Nested Loop Joins When the Optimizer Uses Nested Loop Joins Nested Loop Join Hints Nesting Nested Loops Hash Joins When the Optimizer Uses Hash Joins Hash Join Hints Sort Merge Joins When the Optimizer Uses Sort Merge Joins Sort Merge Join Hints Cartesian Joins When the Optimizer Uses Cartesian Joins Cartesian Join Hints Outer Joins Nested Loop Outer Joins Hash Join Outer Joins Sort Merge Outer Joins

13 Full Outer Joins Using EXPLAIN PLAN Understanding EXPLAIN PLAN How Execution Plans Can Change Different Schemas Different Costs Minimizing Throw-Away Looking Beyond Execution Plans Using V$SQL_PLAN Views EXPLAIN PLAN Restrictions The PLAN_TABLE Output Table Running EXPLAIN PLAN Identifying Statements for EXPLAIN PLAN Specifying Different Tables for EXPLAIN PLAN Displaying PLAN_TABLE Output Customizing PLAN_TABLE Output Reading EXPLAIN PLAN Output Viewing Parallel Execution with EXPLAIN PLAN Viewing Parallel Queries with EXPLAIN PLAN Viewing Bitmap Indexes with EXPLAIN PLAN Viewing Result Cache with EXPLAIN PLAN Viewing Partitioned Objects with EXPLAIN PLAN Examples of Displaying Range and Hash Partitioning with EXPLAIN PLAN Plans for Hash Partitioning Examples of Pruning Information with Composite Partitioned Objects Examples of Partial Partition-wise Joins Examples of Full Partition-wise Joins Examples of INLIST ITERATOR and EXPLAIN PLAN When the IN-List Column is an Index Column When the IN-List Column is an Index and a Partition Column When the IN-List Column is a Partition Column Example of Domain Indexes and EXPLAIN PLAN PLAN_TABLE Columns Managing Optimizer Statistics Understanding Statistics Automatic Optimizer Statistics Collection Enabling Automatic Optimizer Statistics Collection Considerations When Gathering Statistics When to Use Manual Statistics Restoring Previous Versions of Statistics Locking Statistics Manual Statistics Gathering Gathering Statistics with DBMS_STATS Procedures Statistics Gathering Using Sampling xiii

14 Parallel Statistics Gathering Statistics on Partitioned Objects Column Statistics and Histograms Extended Statistics MultiColumn Statistics Expression Statistics Determining Stale Statistics User-Defined Statistics When to Gather Statistics Comparing Statistics with DBMS_STATS Functions System Statistics Workload Statistics Gathering Workload Statistics Multiblock Read Count Noworkload Statistics Gathering Noworkload Statistics Managing Statistics Pending Statistics Restoring Previous Versions of Statistics Exporting and Importing Statistics Restoring Statistics Versus Importing or Exporting Statistics Locking Statistics for a Table or Schema Setting Statistics Estimating Statistics with Dynamic Sampling How Dynamic Sampling Works When to Use Dynamic Sampling How to Use Dynamic Sampling to Improve Performance Dynamic Sampling Levels Handling Missing Statistics Viewing Statistics Statistics on Tables, Indexes and Columns Viewing Histograms Height-Balanced Histograms Frequency Histograms Using Indexes and Clusters Understanding Index Performance Tuning the Logical Structure Index Tuning using the SQLAccess Advisor Choosing Columns and Expressions to Index Choosing Composite Indexes Choosing Keys for Composite Indexes Ordering Keys for Composite Indexes Writing Statements That Use Indexes Writing Statements That Avoid Using Indexes Re-creating Indexes Compacting Indexes xiv

15 Using Nonunique Indexes to Enforce Uniqueness Using Enabled Novalidated Constraints Using Function-based Indexes for Performance Using Partitioned Indexes for Performance Using Index-Organized Tables for Performance Using Bitmap Indexes for Performance Using Bitmap Join Indexes for Performance Using Domain Indexes for Performance Using Clusters for Performance Using Hash Clusters for Performance Using SQL Plan Management Managing SQL Plan Baselines Capturing SQL Plan Baselines Automatic Plan Capture Manual Plan Loading Selecting SQL Plan Baselines Evolving SQL Plan Baselines Evolving Plans With Manual Plan Loading Evolving Plans With DBMS_SPM.EVOLVE_SQL_PLAN_BASELINE Using SQL Plan Baselines with the SQL Tuning Advisor Using Fixed SQL Plan Baselines Displaying SQL Plan Baselines SQL Management Base Disk Space Usage Purging Policy SQL Management Base Configuration Parameters Importing and Exporting SQL Plan Baselines SQL Tuning Overview Introduction to SQL Tuning Goals for Tuning Reduce the Workload Balance the Workload Parallelize the Workload Identifying High-Load SQL Identifying Resource-Intensive SQL Tuning a Specific Program Tuning an Application / Reducing Load Gathering Data on the SQL Identified Information to Gather During Tuning Automatic SQL Tuning Features ADDM SQL Tuning Advisor SQL Tuning Sets SQL Access Advisor xv

16 Developing Efficient SQL Statements Verifying Optimizer Statistics Reviewing the Execution Plan Restructuring the SQL Statements Compose Predicates Using AND and = Avoid Transformed Columns in the WHERE Clause Write Separate SQL Statements for Specific Tasks Controlling the Access Path and Join Order with Hints Use Caution When Managing Views Store Intermediate Results Restructuring the Indexes Modifying or Disabling Triggers and Constraints Restructuring the Data Maintaining Execution Plans Over Time Visiting Data as Few Times as Possible Combine Multiples Scans with CASE Statements Use DML with RETURNING Clause Modify All the Data Needed in One Statement Building SQL Test Cases Creating a Test Case Accessing SQL Test Case Builder from the Enterprise Manager Accessing SQL Test Case Builder Using DBMS_SQLDIAG Automatic SQL Tuning Automatic Tuning Optimizer Statistics Analysis SQL Profiling Access Path Analysis SQL Structure Analysis SQL Tuning Advisor Automatic SQL Tuning Advisor Enabling and Disabling Automatic SQL Tuning Configuring Automatic SQL Tuning Viewing Automatic SQL Tuning Reports Reactive Tuning Using the SQL Tuning Advisor Input Sources Tuning Options Advisor Output Running the SQL Tuning Advisor Creating a SQL Tuning Task Configuring a SQL Tuning Task Executing a SQL Tuning Task Checking the Status of a SQL Tuning Task Checking the Progress of the SQL Tuning Advisor Displaying the Results of a SQL Tuning Task Additional Operations on a SQL Tuning Task SQL Tuning Sets xvi

17 Creating a SQL Tuning Set Loading a SQL Tuning Set Displaying the Contents of a SQL Tuning Set Modifying a SQL Tuning Set Transporting a SQL Tuning Set Dropping a SQL Tuning Set Additional Operations on SQL Tuning Sets SQL Profiles Accepting a SQL Profile Altering a SQL Profile Dropping a SQL Profile SQL Tuning Information Views SQL Access Advisor Overview of the SQL Access Advisor Overview of Using the SQL Access Advisor SQL Access Advisor Repository Using the SQL Access Advisor Steps for Using the SQL Access Advisor Privileges Needed to Use the SQL Access Advisor Setting Up Tasks and Templates Creating Tasks Using Templates Creating Templates SQL Access Advisor Workloads SQL Tuning Set Workloads Using SQL Tuning Sets Linking Tasks and Workloads Working with Recommendations Recommendations and Actions Recommendation Options Evaluation Mode View Intermediate Results During Recommendation Analysis Generating Recommendations Viewing Recommendations Stopping the Recommendation Process Marking Recommendations Modifying Recommendations Generating SQL Scripts Special Considerations when Script Includes Partitioning Recommendations When Recommendations are no Longer Required Performing a Quick Tune Managing Tasks Updating Task Attributes Deleting Tasks Setting the DAYS_TO_EXPIRE Parameter Using SQL Access Advisor Constants xvii

18 Examples of Using the SQL Access Advisor Recommendations From a User-Defined Workload Generate Recommendations Using a Task Template Evaluate Current Usage of Indexes and Materialized Views Tuning Materialized Views for Fast Refresh and Query Rewrite DBMS_ADVISOR.TUNE_MVIEW Procedure TUNE_MVIEW Syntax and Operations Accessing TUNE_MVIEW Output Results Fast Refreshable with Optimized Sub-Materialized View Using Optimizer Hints Understanding Optimizer Hints Types of Hints Hints by Category Hints for Optimization Approaches and Goals Hints for Access Paths Hints for Query Transformations Hints for Join Orders Hints for Join Operations Hints for Parallel Execution Additional Hints Specifying Hints Specifying a Full Set of Hints Specifying a Query Block in a Hint Specifying Global Table Hints Specifying Complex Index Hints Using Hints with Views Hints and Complex Views Hints and Mergeable Views Hints and Nonmergeable Views Using Plan Stability Using Plan Stability to Preserve Execution Plans Using Hints with Plan Stability How Outlines Use Hints Storing Outlines Enabling Plan Stability Using Supplied Packages to Manage Stored Outlines Creating Outlines Using Category Names for Stored Outlines Using Stored Outlines Viewing Outline Data Moving Outline Tables Using Plan Stability with Query Optimizer Upgrades Moving from RBO to the Query Optimizer Moving to a New Oracle Release under the Query Optimizer Upgrading with a Test System xviii

19 21 Using Application Tracing Tools End to End Application Tracing Enabling and Disabling Statistic Gathering for End to End Tracing Statistic Gathering for Client Identifier Statistic Gathering for Service, Module, and Action Viewing Gathered Statistics for End to End Application Tracing Enabling and Disabling for End-to-End Tracing Tracing for Client Identifier Tracing for Service, Module, and Action Tracing for Session Tracing for Entire Instance or Database Viewing Enabled Traces for End to End Tracing Using the trcsess Utility Syntax for trcsess Sample Output of trcsess Understanding SQL Trace and TKPROF Understanding the SQL Trace Facility Understanding TKPROF Using the SQL Trace Facility and TKPROF Step 1: Setting Initialization Parameters for Trace File Management Step 2: Enabling the SQL Trace Facility Step 3: Formatting Trace Files with TKPROF Sample TKPROF Output Syntax of TKPROF Examples of TKPROF Statement Step 4: Interpreting TKPROF Output Tabular Statistics in TKPROF Row Source Operations Wait Event Information Interpreting the Resolution of Statistics Understanding Recursive Calls Library Cache Misses in TKPROF Statement Truncation in SQL Trace Identification of User Issuing the SQL Statement in TKPROF Execution Plan in TKPROF Deciding Which Statements to Tune Step 5: Storing SQL Trace Facility Statistics Generating the TKPROF Output SQL Script Editing the TKPROF Output SQL Script Querying the Output Table Avoiding Pitfalls in TKPROF Interpretation Avoiding the Argument Trap Avoiding the Read Consistency Trap Avoiding the Schema Trap Avoiding the Time Trap Avoiding the Trigger Trap Sample TKPROF Output xix

20 Glossary Index Sample TKPROF Header Sample TKPROF Body Sample TKPROF Summary xx

Oracle Database. Performance Tuning Guide 10g Release 2 (10.2) B14211-03

Oracle Database. Performance Tuning Guide 10g Release 2 (10.2) B14211-03 Oracle Database Performance Tuning Guide 10g Release 2 (10.2) B14211-03 March 2008 Oracle Database Performance Tuning Guide, 10g Release 2 (10.2) B14211-03 Copyright 2000, 2008, Oracle. All rights reserved.

More information

Oracle Database 11 g Performance Tuning. Recipes. Sam R. Alapati Darl Kuhn Bill Padfield. Apress*

Oracle Database 11 g Performance Tuning. Recipes. Sam R. Alapati Darl Kuhn Bill Padfield. Apress* Oracle Database 11 g Performance Tuning Recipes Sam R. Alapati Darl Kuhn Bill Padfield Apress* Contents About the Authors About the Technical Reviewer Acknowledgments xvi xvii xviii Chapter 1: Optimizing

More information

Oracle Database 11g: SQL Tuning Workshop Release 2

Oracle Database 11g: SQL Tuning Workshop Release 2 Oracle University Contact Us: 1 800 005 453 Oracle Database 11g: SQL Tuning Workshop Release 2 Duration: 3 Days What you will learn This course assists database developers, DBAs, and SQL developers to

More information

Oracle Database 11g: SQL Tuning Workshop

Oracle Database 11g: SQL Tuning Workshop Oracle University Contact Us: + 38516306373 Oracle Database 11g: SQL Tuning Workshop Duration: 3 Days What you will learn This Oracle Database 11g: SQL Tuning Workshop Release 2 training assists database

More information

Oracle Database 12c: Performance Management and Tuning NEW

Oracle Database 12c: Performance Management and Tuning NEW Oracle University Contact Us: 1.800.529.0165 Oracle Database 12c: Performance Management and Tuning NEW Duration: 5 Days What you will learn In the Oracle Database 12c: Performance Management and Tuning

More information

Oracle Enterprise Manager. Description. Versions Supported

Oracle Enterprise Manager. Description. Versions Supported Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft Active Directory 10g Release 2 (10.2.0.2) B28044-02 June 2006 This document provides a brief description about the Oracle

More information

Oracle Enterprise Manager. Description. Versions Supported. Prerequisites

Oracle Enterprise Manager. Description. Versions Supported. Prerequisites Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft SQL Server 10g Release 2 (10.2) B28049-01 January 2006 This document provides a brief description about the Oracle System

More information

1. This lesson introduces the Performance Tuning course objectives and agenda

1. This lesson introduces the Performance Tuning course objectives and agenda Oracle Database 11g: Performance Tuning The course starts with an unknown database that requires tuning. The lessons will proceed through the steps a DBA will perform to acquire the information needed

More information

Oracle Database 11g: Performance Tuning DBA Release 2

Oracle Database 11g: Performance Tuning DBA Release 2 Oracle University Contact Us: 1.800.529.0165 Oracle Database 11g: Performance Tuning DBA Release 2 Duration: 5 Days What you will learn This Oracle Database 11g Performance Tuning training starts with

More information

Oracle Enterprise Manager. 1 Introduction to SAP Monitoring with Oracle Enterprise Manager Grid Control. 1.1 Overview

Oracle Enterprise Manager. 1 Introduction to SAP Monitoring with Oracle Enterprise Manager Grid Control. 1.1 Overview Oracle Enterprise Manager SAP Monitoring Guide 10g Release 4 (10.2.0.4.0) E11037-02 February 2008 This document provides a brief introduction to SAP Monitoring using Oracle Enterprise Manager Grid Control.

More information

Oracle Database. How To Get Started. April 2006. 10g Release 2 (10.2) for or IBM z/os (OS/390) B28533-01

Oracle Database. How To Get Started. April 2006. 10g Release 2 (10.2) for or IBM z/os (OS/390) B28533-01 Oracle Database How To Get Started 10g Release 2 (10.2) for or IBM z/os (OS/390) B28533-01 April 2006 Oracle Database How To Get Started, 10g Release 2 (10.2) for or IBM z/os (OS/390) B28533-01 Copyright

More information

Oracle Database. 2 Day + Performance Tuning Guide 12c Release 1 (12.1) E17635-10

Oracle Database. 2 Day + Performance Tuning Guide 12c Release 1 (12.1) E17635-10 Oracle Database 2 Day + Performance Tuning Guide 12c Release 1 (12.1) E17635-10 March 2013 Oracle Database 2 Day + Performance Tuning Guide, 12c Release 1 (12.1) E17635-10 Copyright 2007, 2013, Oracle

More information

Oracle Enterprise Manager. Description. Platforms Supported. Versions Supported

Oracle Enterprise Manager. Description. Platforms Supported. Versions Supported Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Check Point Firewall 10g Release 2 (10.2) B28038-02 May 2007 This document provides a brief description about the Oracle System

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager Getting Started with Oracle Change Management Pack Release 9.2.0 March 2002 Part No. A96679-01 Oracle Enterprise Manager Getting Started with Oracle Change Management Pack, Release

More information

Oracle Database 12c: Performance Management and Tuning NEW

Oracle Database 12c: Performance Management and Tuning NEW Oracle University Contact Us: 1.800.529.0165 Oracle Database 12c: Performance Management and Tuning NEW Duration: 5 Days What you will learn In the Oracle Database 12c: Performance Management and Tuning

More information

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - Performance Tuning DBA Release 2. 5 Jours [35 Heures]

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - Performance Tuning DBA Release 2. 5 Jours [35 Heures] Plan de cours disponible à l adresse http://www.adhara.fr/.aspx Objectif Use the Oracle Database tuning methodology appropriate to the available tools Utilize database advisors to proactively tune an Oracle

More information

Oracle Database 10g: New Features for Administrators

Oracle Database 10g: New Features for Administrators Oracle Database 10g: New Features for Administrators Course ON10G 5 Day(s) 30:00 Hours Introduction This course introduces students to the new features in Oracle Database 10g Release 2 - the database for

More information

Installing a Plug-in

Installing a Plug-in Oracle Enterprise Manager Release Notes for System Monitoring Plug-ins 10g Release 2 (10.2.0.2) B28199-03 July 2006 These release notes list the System Monitoring Plug-ins that are documented, describe

More information

Deploying Oracle Business Intelligence Publisher in J2EE Application Servers Release 10.1.3.2.0

Deploying Oracle Business Intelligence Publisher in J2EE Application Servers Release 10.1.3.2.0 Oracle Business Intelligence Publisher Deploying Oracle Business Intelligence Publisher in J2EE Application Servers Release 10.1.3.2.0 Part No. B32481-01 December 2006 Introduction Oracle BI Publisher

More information

Basic Tuning Tools Monitoring tools overview Enterprise Manager V$ Views, Statistics and Metrics Wait Events

Basic Tuning Tools Monitoring tools overview Enterprise Manager V$ Views, Statistics and Metrics Wait Events Introducción Objetivos Objetivos del Curso Basic Tuning Tools Monitoring tools overview Enterprise Manager V$ Views, Statistics and Metrics Wait Events Using Automatic Workload Repository Managing the

More information

Oracle Enterprise Manager. Description. Versions Supported

Oracle Enterprise Manager. Description. Versions Supported Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft.NET Framework 10g Release 2 (10.2) E10749-01 January 2006 This document provides a brief description about the Oracle

More information

Oracle Enterprise Manager. Description. Versions Supported. Prerequisites

Oracle Enterprise Manager. Description. Versions Supported. Prerequisites Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Check Point Firewall 10g Release 2 (10.2) B28038-01 January 2006 This document provides a brief description about the Oracle System

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Installation Guide for Oracle Business Intelligence 11g Release 1 (11.1.1) E10539-04 April 2012 Explains how to install and deinstall Oracle Business Intelligence products (including

More information

Oracle. Brief Course Content This course can be done in modular form as per the detail below. ORA-1 Oracle Database 10g: SQL 4 Weeks 4000/-

Oracle. Brief Course Content This course can be done in modular form as per the detail below. ORA-1 Oracle Database 10g: SQL 4 Weeks 4000/- Oracle Objective: Oracle has many advantages and features that makes it popular and thereby makes it as the world's largest enterprise software company. Oracle is used for almost all large application

More information

Oracle Enterprise Single Sign-on Logon Manager How-To: Configuring ESSO-LM Event Logging with Microsoft SQL Server 2005 Release 11.1.1.2.

Oracle Enterprise Single Sign-on Logon Manager How-To: Configuring ESSO-LM Event Logging with Microsoft SQL Server 2005 Release 11.1.1.2. Oracle Enterprise Single Sign-on Logon Manager How-To: Configuring ESSO-LM Event Logging with Microsoft SQL Server 2005 Release 11.1.1.2.0 20413-01 December 2010 8B Oracle Enterprise Single Sign-on Logon

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager System Monitoring Plug-in for Oracle TimesTen In-Memory Database Installation Guide Release 11.2.1 E13081-02 June 2009 This document was first written and published in November

More information

Oracle 11g Database Administration

Oracle 11g Database Administration Oracle 11g Database Administration Part 1: Oracle 11g Administration Workshop I A. Exploring the Oracle Database Architecture 1. Oracle Database Architecture Overview 2. Interacting with an Oracle Database

More information

Programa de Actualización Profesional ACTI Oracle Database 11g: SQL Tuning Workshop

Programa de Actualización Profesional ACTI Oracle Database 11g: SQL Tuning Workshop Programa de Actualización Profesional ACTI Oracle Database 11g: SQL Tuning Workshop What you will learn This Oracle Database 11g SQL Tuning Workshop training is a DBA-centric course that teaches you how

More information

Oracle Agile Product Lifecycle Management for Process

Oracle Agile Product Lifecycle Management for Process Oracle Agile Product Lifecycle Management for Process Document Reference Library User Guide Release 6.1.0.1 E27854-01 March 2012 Oracle Agile Product Lifecycle Management for Process Document Reference

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Modeling and Implementation Guide for Oracle Business Process Management 11g Release 1 (11.1.1) E15176-02 July 2010 Describes how to design and implement business processes using

More information

Oracle DBA Course Contents

Oracle DBA Course Contents Oracle DBA Course Contents Overview of Oracle DBA tasks: Oracle as a flexible, complex & robust RDBMS The evolution of hardware and the relation to Oracle Different DBA job roles(vp of DBA, developer DBA,production

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Installation Guide for Oracle Business Intelligence 11g Release 1 (11.1.1) E10539-05 February 2013 Explains how to install and deinstall Oracle Business Intelligence products (including

More information

Oracle Applications Release Notes Release 12 for Apple Macintosh OS X version 10.4 (Doc ID 402138.1)

Oracle Applications Release Notes Release 12 for Apple Macintosh OS X version 10.4 (Doc ID 402138.1) Oracle Applications Release Notes Release 12 for Apple Macintosh OS X version 10.4 (Doc ID 402138.1) Skip to content Modified: 04-Feb-2013 Type: BULLETIN Status: PUBLISHED Priority: 3 Oracle Applications

More information

Oracle Database 10g. Page # The Self-Managing Database. Agenda. Benoit Dageville Oracle Corporation benoit.dageville@oracle.com

Oracle Database 10g. Page # The Self-Managing Database. Agenda. Benoit Dageville Oracle Corporation benoit.dageville@oracle.com Oracle Database 10g The Self-Managing Database Benoit Dageville Oracle Corporation benoit.dageville@oracle.com Agenda Oracle10g: Oracle s first generation of self-managing database Oracle s Approach to

More information

Oracle Application Server

Oracle Application Server Oracle Application Server Quick Installation Guide 10g Release 3 (10.1.3) for Microsoft Windows (64-Bit) on Intel Itanium B28114-01 February 2006 Oracle Application Server Quick Installation Guide 10g

More information

Oracle Virtual Desktop Client for ipad. User Guide for Version 1.0

Oracle Virtual Desktop Client for ipad. User Guide for Version 1.0 Oracle Virtual Desktop Client for ipad User Guide for Version 1.0 Oracle Virtual Desktop Client for ipad: User Guide for Version 1.0 Published June 2011 Abstract Part Number: E23350-01 This manual describes

More information

Oracle Utilities Meter Data Management Business Intelligence

Oracle Utilities Meter Data Management Business Intelligence Oracle Utilities Meter Data Management Business Intelligence Metric Reference Guide Release 2.3.2 E22567-01 May 2011 Oracle Utilities Meter Data Management Business Intelligence Metric Reference Guide

More information

System Administration of Windchill 10.2

System Administration of Windchill 10.2 System Administration of Windchill 10.2 Overview Course Code Course Length TRN-4340-T 3 Days In this course, you will gain an understanding of how to perform routine Windchill system administration tasks,

More information

Oracle Utilities Mobile Workforce Management Business Intelligence

Oracle Utilities Mobile Workforce Management Business Intelligence Oracle Utilities Mobile Workforce Management Business Intelligence Metric Reference Guide Release 2.4.0 E26818-01 December 2011 Oracle Utilities Mobile Workforce Management Business Intelligence Metric

More information

Oracle Database 11g: Administer a Data Warehouse

Oracle Database 11g: Administer a Data Warehouse Oracle Database 11g: Administer a Data Warehouse Volume I Student Guide D70064GC10 Edition 1.0 July 2008 D55424 Authors Lauran K. Serhal Mark Fuller Technical Contributors and Reviewers Hermann Baer Kenji

More information

1 Certification Information

1 Certification Information Database Release Notes 10g Release 2 (10.2) for AIX 5L Based Systems (64-Bit) B19074-03 November 2005 This document contains important information that was not included in the platform-specific or product-specific

More information

Oracle Procurement. Punchout and Transparent Punchout Guide for Oracle iprocurement and Oracle Exchange Release 11i. Part No.

Oracle Procurement. Punchout and Transparent Punchout Guide for Oracle iprocurement and Oracle Exchange Release 11i. Part No. Oracle Procurement Punchout and Transparent Punchout Guide for Oracle iprocurement and Oracle Exchange Release 11i Part No. A92190-03 April 2003 Oracle Procurement Punchout and Transparent Punchout Guide

More information

DBA Best Practices: A Primer on Managing Oracle Databases. Leng Leng Tan Vice President, Systems and Applications Management

DBA Best Practices: A Primer on Managing Oracle Databases. Leng Leng Tan Vice President, Systems and Applications Management DBA Best Practices: A Primer on Managing Oracle Databases Leng Leng Tan Vice President, Systems and Applications Management The following is intended to outline our general product direction. It is intended

More information

Introduction. Part I: Finding Bottlenecks when Something s Wrong. Chapter 1: Performance Tuning 3

Introduction. Part I: Finding Bottlenecks when Something s Wrong. Chapter 1: Performance Tuning 3 Wort ftoc.tex V3-12/17/2007 2:00pm Page ix Introduction xix Part I: Finding Bottlenecks when Something s Wrong Chapter 1: Performance Tuning 3 Art or Science? 3 The Science of Performance Tuning 4 The

More information

ORACLE DATABASE 11G: COMPLETE

ORACLE DATABASE 11G: COMPLETE ORACLE DATABASE 11G: COMPLETE 1. ORACLE DATABASE 11G: SQL FUNDAMENTALS I - SELF-STUDY COURSE a) Using SQL to Query Your Database Using SQL in Oracle Database 11g Retrieving, Restricting and Sorting Data

More information

About Oracle Universal Online Archive (Oracle UOA)

About Oracle Universal Online Archive (Oracle UOA) Oracle Universal Online Archive Release Notes 10g Release 3 (10.2.2.1.0) January 2009 Note: This document is accurate at the time of publication. Oracle will update the documentation periodically after

More information

1 Certification Information

1 Certification Information Oracle Database Release Notes 10g Release 2 (10.2) for Linux Itanium B15673-02 January 2006 This document contains important information that was not included in the platform-specific or product-specific

More information

Oracle Engineering. User s Guide Release 11i Part No. A75090-03

Oracle Engineering. User s Guide Release 11i Part No. A75090-03 Oracle Engineering User s Guide Release 11i Part No. A75090-03 December 2004 Oracle Engineering User s Guide, Release 11i Part No. A75090-03 Copyright 2001, 2004, Oracle. All rights reserved. Primary Author:

More information

Oracle Virtual Desktop Client. Release Notes for Version 3.0

Oracle Virtual Desktop Client. Release Notes for Version 3.0 Oracle Virtual Desktop Client Release s for Version 3.0 Oracle Virtual Desktop Client: Release s for Version 3.0 Published August 2011 Abstract Part Number: E23537-01 This manual provides information about

More information

Oracle Cloud. Creating a Business Intelligence Cloud Extract 11.1.1.10.1 E59934 01

Oracle Cloud. Creating a Business Intelligence Cloud Extract 11.1.1.10.1 E59934 01 Oracle Cloud Creating a Business Intelligence Cloud Extract 11.1.1.10.1 E59934 01 June 2015 Oracle Cloud Creating a Business Intelligence Cloud Extract, 11.1.1.10.1 E59934 01 Copyright 2014, 2015, Oracle

More information

Oracle Architecture, Concepts & Facilities

Oracle Architecture, Concepts & Facilities COURSE CODE: COURSE TITLE: CURRENCY: AUDIENCE: ORAACF Oracle Architecture, Concepts & Facilities 10g & 11g Database administrators, system administrators and developers PREREQUISITES: At least 1 year of

More information

Customer evaluation guide Toad for Oracle v12 Database administration

Customer evaluation guide Toad for Oracle v12 Database administration Thank you for choosing to download a Toad for Oracle trial. This guide will enable you to evaluate Toad s key technical features and business value. It can be used to evaluate the database administration

More information

NEW FEATURES ORACLE ESSBASE STUDIO

NEW FEATURES ORACLE ESSBASE STUDIO ORACLE ESSBASE STUDIO RELEASE 11.1.1 NEW FEATURES CONTENTS IN BRIEF Introducing Essbase Studio... 2 From Integration Services to Essbase Studio... 2 Essbase Studio Features... 4 Installation and Configuration...

More information

Oracle Database B28051-03

Oracle Database B28051-03 Oracle Database 2 Day + Performance Tuning Guide 10g Release 2 (10.2) B28051-03 April 2010 Easy, Automatic, and Step-By-Step Performance Tuning Using Oracle Diagnostics Pack, Oracle Database Tuning Pack,

More information

JD Edwards World. Database Audit Manager Release A9.3 E21957-02

JD Edwards World. Database Audit Manager Release A9.3 E21957-02 JD Edwards World Database Audit Manager Release A9.3 E21957-02 April 2013 JD Edwards World Database Audit Manager, Release A9.3 E21957-02 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

More information

Oracle Oracle DAM and Conversion Products. 1 What s New. Release Notes 10g Release 3 (10.1.3.3.2)

Oracle Oracle DAM and Conversion Products. 1 What s New. Release Notes 10g Release 3 (10.1.3.3.2) Oracle Oracle DAM and Conversion Products Release Notes 10g Release 3 (10.1.3.3.2) October 2007 These release notes outline new and enhanced features for this release of Oracle DAM and Conversion Products.

More information

Siebel Application Deployment Manager Guide. Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013

Siebel Application Deployment Manager Guide. Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013 Siebel Application Deployment Manager Guide Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013 Copyright 2005, 2013 Oracle and/or its affiliates. All rights reserved. This software and related

More information

Siebel Installation Guide for Microsoft Windows. Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014

Siebel Installation Guide for Microsoft Windows. Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014 Siebel Installation Guide for Microsoft Windows Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014 Copyright 2005, 2014 Oracle and/or its affiliates. All rights reserved. This software and

More information

Siebel Installation Guide for UNIX. Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014

Siebel Installation Guide for UNIX. Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014 Siebel Installation Guide for UNIX Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014 Copyright 2005, 2014 Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Oracle Utilities Mobile Workforce Management Business Intelligence

Oracle Utilities Mobile Workforce Management Business Intelligence Oracle Utilities Mobile Workforce Management Business Intelligence Metric Reference Guide Release 2.4.0.4 E35280-03 December 2012 Oracle Utilities Mobile Workforce Management Business Intelligence Metric

More information

ORACLE 11g RDBMS Features: Oracle Total Recall Oracle FLEXCUBE Enterprise Limits and Collateral Management Release 12.1 [December] [2014]

ORACLE 11g RDBMS Features: Oracle Total Recall Oracle FLEXCUBE Enterprise Limits and Collateral Management Release 12.1 [December] [2014] ORACLE 11g RDBMS Features: Oracle Total Recall Oracle FLEXCUBE Enterprise Limits and Collateral Management Release 12.1 [December] [2014] Table of Contents 1. INTRODUCTION... 2 2. REQUIREMENT /PROBLEM

More information

COURCE TITLE DURATION. Oracle Database 11g: Administration Workshop I

COURCE TITLE DURATION. Oracle Database 11g: Administration Workshop I COURCE TITLE DURATION DBA 11g Oracle Database 11g: Administration Workshop I 40 H. What you will learn: This course is designed to give students a firm foundation in basic administration of Oracle Database

More information

H Y P E R I O N F I N A N C I A L D A T A Q U A L I T Y M A N A G E M E N T R E L E A S E 9. 3. 1 R E P O R T S G U I D E

H Y P E R I O N F I N A N C I A L D A T A Q U A L I T Y M A N A G E M E N T R E L E A S E 9. 3. 1 R E P O R T S G U I D E H Y P E R I O N F I N A N C I A L D A T A Q U A L I T Y M A N A G E M E N T R E L E A S E 9. 3. 1 R E P O R T S G U I D E FDM Reports Guide, 9.3.1 Copyright 1989, 2007, Oracle and/or its affiliates. All

More information

JD Edwards EnterpriseOne Tools. 1 Understanding JD Edwards EnterpriseOne Business Intelligence Integration. 1.1 Oracle Business Intelligence

JD Edwards EnterpriseOne Tools. 1 Understanding JD Edwards EnterpriseOne Business Intelligence Integration. 1.1 Oracle Business Intelligence JD Edwards EnterpriseOne Tools Embedded Business Intelligence for JD Edwards EnterpriseOne Release 8.98 Update 4 E21426-02 March 2011 This document provides instructions for using Form Design Aid to create

More information

Oracle Enterprise Content Management

Oracle Enterprise Content Management Oracle Enterprise Content Licensing Information 10g Release 3 (10.1.3.3.0) E10302-15 March 2010 Oracle Enterprise Content Licensing Information, 10g Release 3 (10.1.3.3.0) E10302-15 Copyright 2009, 2010,

More information

Oracle Banking Current Accounts and Savings Accounts

Oracle Banking Current Accounts and Savings Accounts Oracle Banking Current Accounts and Savings Accounts Functional Overview Release 2.2.0.0.0 E51323-01 December 2013 Oracle Banking Current Accounts and Savings Accounts Functional Overview, Release 2.2.0.0.0

More information

Application Interface Services Server for Mobile Enterprise Applications Configuration Guide Tools Release 9.2

Application Interface Services Server for Mobile Enterprise Applications Configuration Guide Tools Release 9.2 [1]JD Edwards EnterpriseOne Application Interface Services Server for Mobile Enterprise Applications Configuration Guide Tools Release 9.2 E61545-01 October 2015 Describes the configuration of the Application

More information

Oracle WebCenter Content Service for Microsoft Exchange

Oracle WebCenter Content Service for Microsoft Exchange Oracle WebCenter Content Service for Microsoft Exchange Installation and Upgrade Guide 10g Release 3 (10.3) November 2008 Oracle WebCenter Content Service for Microsoft Exchange Installation and Upgrade

More information

Oracle Database: SQL and PL/SQL Fundamentals NEW

Oracle Database: SQL and PL/SQL Fundamentals NEW Oracle University Contact Us: 001-855-844-3881 & 001-800-514-06-97 Oracle Database: SQL and PL/SQL Fundamentals NEW Duration: 5 Days What you will learn This Oracle Database: SQL and PL/SQL Fundamentals

More information

Secure Configuration Guide

Secure Configuration Guide Secure Configuration Guide Oracle Health Sciences Empirica Healthcare 1.0 Part number: E49242-01 Copyright 2013, Oracle and/or its affiliates. All rights reserved. The Programs (which include both the

More information

Oracle Cloud E37404-05

Oracle Cloud E37404-05 Oracle Cloud Known Issues for Oracle Business Intelligence Cloud Service E37404-05 November 2015 Describes information about known software issues and their workarounds for this release of Oracle Business

More information

Oracle Cloud E66330-01

Oracle Cloud E66330-01 Oracle Cloud Known Issues for Oracle Data Visualization Cloud Service E66330-01 November 2015 Describes information about known software issues and their workarounds for this release of Oracle Data Visualization

More information

Oracle WebCenter Sites. Backup and Recovery Guide 11g Release 1 (11.1.1)

Oracle WebCenter Sites. Backup and Recovery Guide 11g Release 1 (11.1.1) Oracle WebCenter Sites Backup and Recovery Guide 11g Release 1 (11.1.1) April 2012 Oracle WebCenter Sites Backup and Recovery Guide, 11g Release 1 (11.1.1) Copyright 2012 Oracle and/or its affiliates.

More information

Changes for Release 3.0 from Release 2.1.1

Changes for Release 3.0 from Release 2.1.1 Oracle SQL Developer Oracle TimesTen In-Memory Database Support Release Notes Release 3.0 E18439-03 February 2011 This document provides late-breaking information as well as information that is not yet

More information

PeopleSoft Enterprise CRM 9.1 Marketing Applications PeopleBook

PeopleSoft Enterprise CRM 9.1 Marketing Applications PeopleBook PeopleSoft Enterprise CRM 9.1 Marketing Applications PeopleBook October 2009 PeopleSoft Enterprise CRM 9.1 Marketing Applications PeopleBook SKU crm91pbr0 Copyright 2001, 2009, Oracle and/or its affiliates.

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft Active Directory Release 12.1.0.1.0 E28548-04 February 2014 Microsoft Active Directory, which is included with Microsoft

More information

AV-004: Administering and Programming with ORACLE

AV-004: Administering and Programming with ORACLE AV-004: Administering and Programming with ORACLE Oracle 11g Duration: 140 hours Introduction: An Oracle database is a collection of data treated as a unit. The purpose of a database is to store and retrieve

More information

Oracle Enterprise Manager. Description. Versions Supported

Oracle Enterprise Manager. Description. Versions Supported Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft SQL Server Release 10 (4.0.3.1.0) E14811-03 June 2009 This document provides a brief description about the Oracle System

More information

1 Changes in this release

1 Changes in this release Oracle SQL Developer Oracle TimesTen In-Memory Database Support Release Notes Release 4.0 E39883-01 June 2013 This document provides late-breaking information as well as information that is not yet part

More information

Oracle Enterprise Single Sign-on Logon Manager Best Practices: Packaging ESSO-LM for Mass Deployment Release 11.1.1.2.0 E20406-01

Oracle Enterprise Single Sign-on Logon Manager Best Practices: Packaging ESSO-LM for Mass Deployment Release 11.1.1.2.0 E20406-01 Oracle Enterprise Single Sign-on Logon Manager Best Practices: Packaging ESSO-LM for Mass Deployment Release 11.1.1.2.0 E20406-01 December 2010 Oracle Enterprise Single Sign-on Logon Manager Best Practices:

More information

Start Oracle Insurance Policy Administration. Activity Processing. Version 9.2.0.0.0

Start Oracle Insurance Policy Administration. Activity Processing. Version 9.2.0.0.0 Start Oracle Insurance Policy Administration Activity Processing Version 9.2.0.0.0 Part Number: E16287_01 March 2010 Copyright 2009, Oracle and/or its affiliates. All rights reserved. This software and

More information

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6 PART NO. E17087-01

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6 PART NO. E17087-01 ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6 PART NO. E17087-01 FEBRUARY 2010 COPYRIGHT Copyright 1998, 2009, Oracle and/or its affiliates. All rights reserved. Part

More information

Oracle s SQL Performance Analyzer

Oracle s SQL Performance Analyzer Oracle s SQL Performance Analyzer Khaled Yagoub, Pete Belknap, Benoit Dageville, Karl Dias, Shantanu Joshi, and Hailing Yu Oracle USA {khaled.yagoub, pete.belknap, benoit.dageville, karl.dias, shantanu.joshi,

More information

Advanced Oracle SQL Tuning

Advanced Oracle SQL Tuning Advanced Oracle SQL Tuning Seminar content technical details 1) Understanding Execution Plans In this part you will learn how exactly Oracle executes SQL execution plans. Instead of describing on PowerPoint

More information

Oracle Audit Vault Oracle FLEXCUBE Universal Banking Release 12.0.3.0.0 [April] [2014]

Oracle Audit Vault Oracle FLEXCUBE Universal Banking Release 12.0.3.0.0 [April] [2014] Oracle Audit Vault Oracle FLEXCUBE Universal Banking Release 12.0.3.0.0 [April] [2014] Table of Contents 1. INTRODUCTION... 1-1 1.1 SCOPE... 1-1 1.2 INTRODUCTION OF ORACLE AUDIT VAULT... 1-1 1.2.1 Advantages...

More information

Oracle Database. Products Available on the Oracle Database Examples Media. Oracle Database Examples. Examples Installation Guide 11g Release 2 (11.

Oracle Database. Products Available on the Oracle Database Examples Media. Oracle Database Examples. Examples Installation Guide 11g Release 2 (11. Oracle Database Examples Installation Guide 11g Release 2 (11.2) E10846-01 August 2009 This document describes how to install and configure the products available on the Oracle Database Examples media.

More information

New Features in Primavera Contract Management 14.1

New Features in Primavera Contract Management 14.1 New Features in Primavera Contract Management 14.1 July 2014 COPYRIGHT & TRADEMARKS Copyright 2014 Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation

More information

Oracle Database. 2 Day + Performance Tuning Guide 11g Release 2 (11.2) E10822-04

Oracle Database. 2 Day + Performance Tuning Guide 11g Release 2 (11.2) E10822-04 Oracle Database 2 Day + Performance Tuning Guide 11g Release 2 (11.2) E10822-04 November 2011 Oracle Database 2 Day + Performance Tuning Guide, 11g Release 2 (11.2) E10822-04 Copyright 2007, 2011, Oracle

More information

IBM WebSphere Portal Reference Guide Release 9.2

IBM WebSphere Portal Reference Guide Release 9.2 [1]JD Edwards EnterpriseOne IBM WebSphere Portal Reference Guide Release 9.2 E53620-03 March 2016 Describes how to use this guide to supplement the use of the IBM WebSphere Portal with Oracle JD Edwards

More information

P R O V I S I O N I N G O R A C L E H Y P E R I O N F I N A N C I A L M A N A G E M E N T

P R O V I S I O N I N G O R A C L E H Y P E R I O N F I N A N C I A L M A N A G E M E N T O R A C L E H Y P E R I O N F I N A N C I A L M A N A G E M E N T, F U S I O N E D I T I O N R E L E A S E 1 1. 1. 1.x P R O V I S I O N I N G O R A C L E H Y P E R I O N F I N A N C I A L M A N A G E

More information

Siebel HelpDesk Guide. Version 8.0, Rev. C March 2010

Siebel HelpDesk Guide. Version 8.0, Rev. C March 2010 Siebel HelpDesk Guide Version 8.0, Rev. C March 2010 Copyright 2005, 2010 Oracle and/or its affiliates. All rights reserved. The Programs (which include both the software and documentation) contain proprietary

More information

Oracle Database 10g: Administration Workshop II Release 2

Oracle Database 10g: Administration Workshop II Release 2 ORACLE UNIVERSITY CONTACT US: 00 9714 390 9000 Oracle Database 10g: Administration Workshop II Release 2 Duration: 5 Days What you will learn This course advances your success as an Oracle professional

More information

Agile Product Lifecycle Management for Process

Agile Product Lifecycle Management for Process Document Reference Library User Guide Release 6.0.0.3.0 Part No. E18528-01 September 2010 Copyrights and Trademarks Agile Product Lifecycle Management for Process, Release 6.0.0.3.0 E18528-01 Copyright

More information

Delivery Method: Instructor-led, group-paced, classroom-delivery learning model with structured, hands-on activities.

Delivery Method: Instructor-led, group-paced, classroom-delivery learning model with structured, hands-on activities. Course Code: Title: Format: Duration: SSD024 Oracle 11g DBA I Instructor led 5 days Course Description Through hands-on experience administering an Oracle 11g database, you will gain an understanding of

More information

Oracle Endeca Server. Cluster Guide. Version 7.5.1.1 May 2013

Oracle Endeca Server. Cluster Guide. Version 7.5.1.1 May 2013 Oracle Endeca Server Cluster Guide Version 7.5.1.1 May 2013 Copyright and disclaimer Copyright 2003, 2013, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of

More information

Optimizing Your Database Performance the Easy Way

Optimizing Your Database Performance the Easy Way Optimizing Your Database Performance the Easy Way by Diane Beeler, Consulting Product Marketing Manager, BMC Software and Igy Rodriguez, Technical Product Manager, BMC Software Customers and managers of

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft Internet Information Services Release 12.1.0.2.0 E28547-05 February 2014 This document provides a brief description

More information

New Features in Primavera P6 Professional 15.1

New Features in Primavera P6 Professional 15.1 New Features in Primavera P6 Professional 15.1 COPYRIGHT & TRADEMARKS Copyright 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its

More information

About Contract Management

About Contract Management Contract Management System Architecture Data Sheet June 2015 About Contract Management Oracle Primavera Contract Management is a multi-user, multi-project Web-based application that manages all aspects

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for EMC Symmetrix DMX System Release 12.1.0.2.0 E27543-03 February 2014 This document provides installation and configuration instructions

More information