Get in Touch

Course Outline

Application Tuning Methodology

Database and Instance Architecture

  • Server processes
  • Memory structures (SGA, PGA)
  • Parsing and shared cursors
  • Data files, log files, and parameter files

Execution Plan Analysis

  • Hypothetical plans (EXPLAIN PLAN, SQL*Plus Autotrace)
  • Actual execution plans (V$SQL_PLAN, XPlan, AWR)

Monitoring Performance and Identifying Process Bottlenecks

  • Monitoring the current instance status via system dictionary views
  • Monitoring historical data dictionaries
  • Application tracking (SQL Trace, TkProf, TraceSess)

The Optimization Process

  • Characteristics of cost-based optimization and regulations
  • Determining optimisation strategies

Controlling the Cost-Based Optimizer

  • Session and instance parameters
  • Hints
  • Query plan patterns

Statistics and Histograms

  • Impact of statistics and histograms on performance
  • Methods for collecting statistics and histograms
  • Strategies for calculating and estimating statistics
  • Statistics management: blocking, copying, editing, automation of collection, monitoring changes
  • Dynamic data sampling (temporary tables, complex predicates)
  • Multi-column statistics based on expressions
  • System statistics

Logical and Physical Database Structure

  • Tablespaces
  • Segments
  • Extents
  • Blocks

Data Storage Methods

  • Physical aspects of tables
  • Temporary tables
  • Index-organized tables
  • External tables
  • Partitioned tables (range, list, hash, composite)
  • Physical reorganization of tables

Materialized Views and Query Rewrite Mechanism

Data Indexing Methods

  • Building B-TREE indexes
  • Index characteristics
  • Index types: unique, multi-column, function-based, inverted
  • Index compression
  • Index reconstruction and merging
  • Virtual indexes
  • Private and public indexes
  • Bitmap indexes and joins

Case Study - Full Data Scans

  • Impact of placement at the table level and block performance readings
  • Loading data via conventional and direct paths
  • Order of predicates

Case Study - Data Access via Index

  • Index read methods (UNIQUE SCAN, RANGE SCAN, FULL SCAN, FAST FULL SCAN, MIN/MAX SCAN)
  • Using functional indexes
  • Index selectivity (Clustering Factor)
  • Multi-column indexes and SKIP SCAN
  • NULL values and indexes
  • Index-organized tables (IOT)
  • Impact of indexes on DML operations

Case Study - Sorting

  • Sort memory
  • Index sorting
  • Linguistic sorting
  • Effect of entropy on sorting (Clustering Factor)

Case Study - Joins and Subqueries

  • Join methods: MERGE, HASH, NESTED LOOP
  • Joins in OLTP and OLAP systems
  • Order of joins
  • Outer Joins
  • Anti-join
  • Semi-joins
  • Simple subqueries
  • Correlated subqueries
  • Views and the WITH clause

Other Cost-Based Optimizer Operations

  • Buffer Sort
  • INLIST
  • VIEW
  • FILTER
  • Count Stop Key
  • Result Cache

Distributed Queries

  • Reading query plans for use with DBLinks
  • Choosing the driving site

Parallel Processing

Requirements

  • Basic proficiency in SQL and knowledge of the Oracle database environment (preferably completion of the 'Native SQL for Programmers - Workshops' training for Oracle 11g)
  • Practical experience working with Oracle
 28 Hours

Testimonials (2)

Upcoming Courses

Related Categories