Saturday, May 24, 2014

Oracle Performance Related Features By Version

This post outlines What Performance Features are available by version.

Feature NameDescriptionVersion IntroducedLicense RequirementsApplies to?
Explain PlanShow Query Execution PlanOracle V6NoneTuning SQL
CBOCost-Based OptimizerOracle 7NoneTuning SQL
Analyze / DBMS_STATSStatistics collection for CBOOracle 7NoneTuning SQL
Event 10053Trace CBO decision makingOracle 7NoneTuning SQL
SQL_TRACE / Event 10046Trace SQL ExecutionOracle 7NoneTuning SQL
Parallel QueryAllows Parallel Execution of a single SQLOracle 7.1Enterprise Edition (used to require PQO license)Tuning SQL
Bitmap IndexesFaster Queries of large tables with few distinct valuesOracle 7.2Enterprise EditionTuning SQL
PartitioningAllows storage large objects in multiple segmentsOracle 8iEnterprise Edition + Partitioning OptionTuning SQL
Automatic PQ TuningOracle dynamically figures out how many Parallel Execution servers to useOracle 8iEnterprise EditionTuning SQL
Auto PGA Memory ManagementOracle dynamically allocates workarea memory needed for SQL execution based on a systemwide targetOracle 9iNoneTuning Memory
Dynamic SGA Memory ManagementAllows dynamic resizing of the buffer cache and shared pool, including a buffer cache size advice mechanism that predicts the performance of running with different sizes for the buffer cache.Oracle 9iR1NoneTuning Memory
Stored OutlinesAllows freezing of CBO execution plansOracle 9iEnterprise Edition + Standard Edition (9iR2 onwards)Tuning SQL
Oracle OLAPMore SQL options for Data Warehousing / Data MiningOracle 9iEnterprise Edition + OLAP OptionTuning SQL
User Defined StatsProvides facility for users to define their own statistics - mostly for user defined types / objectsOracle 9iEnterprise EditionTuning SQL
Materialized View Query RewriteAllows reuse of pre-calculated group by / rollup type stuffOracle 9iEnterprise EditionTuning SQL
PGA Memory AdvisorHelps to calculate an optimal pga_aggregate_targetOracle 9iR2NoneTuning Memory
Enhanced Statistics GatheringThis includes enhanced Query Execution Stats, DBMS_STATS Improvements and
System Statistics
Oracle 9iR2NoneTuning SQL
Dynamic Sampling of Optimizer StatisticsDynamically gathers statistics if the existing statistics are incomplete or known to be inaccurateOracle 9iR2NoneTuning SQL
Auto DBMS_STATS CollectionFinds objects with stale stats and gathers new statistics for themOracle 10gNoneTuning SQL
Automatic Workload Repository (AWR)Automatic Workload Repository (AWR) is an infrastructure that collects, processes, and maintains performance statisticsOracle 10gDiagnostics Pack (Enterprise Edition Only)Tuning Database
Active Session History (ASH)Continual sampling history of top sessions and the SQL they are executingOracle 10gDiagnostics Pack (Enterprise Edition Only)Tuning Database
ADDMAnalyzes Workload Repository and makes tuning suggestions even pointing out Top SQLOracle 10gDiagnostics Pack (Enterprise Edition Only)Tuning Database
Automatic Shared Memory TuningAutomates the configuration of System Global Area (SGA) memory-related parameters (buffer cache, shared pool) through self-tuning algorithms.Oracle 10gR1NoneTuning Memory
Segment AdvisorFinds objects that are fragmented with free space and can be shrunkOracle 10gNoneTuning SQL
trcsess UtilityThe trcsess utility consolidates trace output from selected trace filesOracle 10gNoneTuning Storage
SQL Tuning Advisor (STA)/ SQL ProfilesFinds SQL where the optimizer makes bad decisions due to inaccurate usage of statistics and provides recommendationsOracle 10gTuning Pack (Enterprise Edition Only)Tuning SQL
SQL Tuning SetsUsed by Tuning Advisor (and later SQL Perf Analyzer)Oracle 10gTuning Pack or  Real Application Testing (Enterprise Edition Only)Tuning SQL
SQL Access AdvisorMakes recommendations about indexes, materialized views, and partitions to create, drop, or retainOracle 10gTuning Pack (Enterprise Edition Only)Tuning SQL
DBMS_STATS enhancementsLock stats, restore historical statsOracle 10gR1NoneTuning SQL
DBMS_SQLDIAGProvides an interface to the SQL Diagnosability functionality.Oracle 10gR2NoneUniversal
ASH ReportingSummarises Active Session History information making it more useableOracle 10gR2Diagnostics Pack (Enterprise Edition Only)Tuning Database
SQL Execution HistoryBetter reporting of how execution plans may have changed over timeOracle 10gR2Diagnostics Pack (Enterprise Edition Only)Tuning SQL
Virtual ColumnsAllows 'virtual' columns to be added to a tableOracle 11gR1NoneTuning SQL
SQL Test Case BuilderGeneric package to record standard information for issue diagnosis. Builds package with SQL, associated table / index / view definitions etc.Oracle 11gR1NoneUniversal
Real Application Testing (RAT)Real Application Testing functionality allows potential issues with system changes to be identified before they are deployed in a production environmentOracle 11gR1Real Application Testing option (Enterprise Edition Only)Universal
SQL Performance Analyzer(SPA)Tests and reports how SQL Performance can be affected by configuration / version changesOracle 11gR1Real Application Testing option (Enterprise Edition Only)Tuning SQL
Auto SQL TuningIdentifies Top SQL and applies SQL Profiles if neededOracle 11gR1Tuning Pack (Enterprise Edition Only)Tuning SQL
SQL Plan Management (SPM)Gives DBAs more control as to when execution plans can changeOracle 11gR1Enterprise EditionTuning SQL
Manual Plan EvolutionAllows DBAs to explicitly evolve plansOracle 11gR1Enterprise EditionTuning SQL
Automatic Plan EvolutionAllow Auto SQL Tuning to evolve new plans without user interventionOracle 11gR1Tuning Pack (Enterprise Edition Only)Tuning SQL
Enhanced Stats ManagementTest how SQL Execution Plans may be affected by newly gathered statistics before publishing themOracle 11gR1NoneTuning SQL
MultiColumn StatsCollect stats across columns that have some data dependencyOracle 11gR1NoneTuning SQL
Adaptive Cursor Sharing (ACS)When bind variables or cursor_sharing is used, allows shared SQL cursors to still have multiple shared plans where data distribution is skewedOracle 11gR1NoneTuning SQL
Query Result CacheThe query result cache enables explicit caching of results in database memory. Subsequent queries using the cached results will experience significant performance improvements.Oracle 11gR1 Enterprise Edition Universal
Stored Outlines to Plan Management MigrationAllows 9i stored outlines to be turned into SQL Plans (since outlines are deprecated)Oracle 11gR2Enterprise EditionTuning SQL
Real-Time Database Operations MonitoringAllows database administrators to easily monitor and troubleshoot performance problems in long running jobs by composite database operation monitoringOracle 12cR1NoneTuning Database
Real-Time ADDM AnalysisReal-Time ADDM runs through a set of predefined criteria to analyze the current performance of the database.Oracle 12cR1Diagnostics Pack (Enterprise Edition Only)Tuning Database
Adaptive Query OptimizationAdaptive query optimization is a set of capabilities that enable the optimizer to make run-time adjustments to execution plans and discover additional information that can lead to better statistics.Oracle 12cR1NoneTuning SQL
Enhanced Column Histogram StatisticsTwo additional types of histograms have been introduced for columns which have more than 254 distinct values to improve the cardinality estimates generated using histograms.Oracle 12cR1NoneTuning SQL
Online Statistics Gathering for Bulk LoadsThis features automatically generates statistics for data that is added as part of a bulk load operation such as a CREATE TABLE AS SELECT operation or an INSERT INTO ... SELECT operation on an empty table.Oracle 12cR1NoneTuning SQL
Session-Private Statistics for Global Temporary TablesThis feature allows global temporary tables to have a different set of statistics for each session.Oracle 12cR1NoneTuning SQL
SQL Plan DirectivesSQL plan directives allow the optimizer to automatically use prior execution information to determine that extended statistics may be required for a similar queries executed later.Oracle 12cR1NoneTuning SQL
Adaptive SQL Plan ManagementAdaptive SQL Plan Management allows the database to automatically verify, evolve and accept non-accepted plans that perform better than the existing accepted planOracle 12cR1NoneTuning SQL
Automatic Column Group DetectionDetects potential column groups based upon workloadOracle 12cR1NoneTuning SQL

--Asifkhan