About 1,160,000 results
Open links in new tab
  1. ORACLE-BASE - Stored Outlines and Plan Stability

    A stored outline is a collection of hints associated with a specific SQL statement that allows a standard execution plan to be maintained, regardless of changes in the system environment or …

  2. Outline hint for query tuning | Bobby Durrett's DBA Blog

    Aug 31, 2013 · Today the query was pretty complex so I used an outline hint to force all aspects of the plan on the slow query to be the same as the fast one. I’ve put together a simplistic …

  3. Tuning Example With Outline Hints and SQL Profile

    Aug 24, 2021 · The scripts output by coe_xfr_sql_profile.sql save the text of the SQL statement and its plan when creating a new SQL Profile. You can get a little creative and connect …

  4. CREATE OUTLINE - Oracle Help Center

    Use the CREATE OUTLINE statement to create a stored outline, which is a set of attributes used by the optimizer to generate an execution plan.

  5. Kerry Osborne's Oracle Blog » Blog Archive » SQL Profiles

    Apr 4, 2009 · The main difference between an Outline and a SQL Profile is an Outline contains a full set of query execution plan directives where a SQL Profile (created by the Tuning Adviser) …

  6. How to get the outline hint in oracle and use for tuning

    May 18, 2023 · How to get the outline hint. We can get this using the below query. select * from table( DBMS_XPLAN.display_cursor('&sql_id', NULL,'ADVANCED ROWS ALLSTATS')); or …

  7. Stored Outline Creation script for review - Oracle Forums

    Jul 30, 2008 · I am new to stored Outlines and I've been asked to review a Stored Outline Creation script. This is the script -- Log in as SYS -- Grant necessary privileges to the User …

  8. Oracle Outlines – aka Plan Stability - Andy Colvin's Oracle Blog

    Dec 17, 2008 · create_outline.sql – This script uses the DBMS_OUTLINE.CREATE_OUTLINE procedure to create an outline for an existing cursor. It prompts for a sql_id, child_no, and …

  9. Demystifying OUTLINE DATA in an Execution Plan

    Mar 7, 2022 · As per the above outline data captured for the execution plan, the very first entry is USE_HASH (@”SEL$2BFA4EE4″ “E”@”SEL$1”) This represents the use of HASH join …

  10. DBA Scripts for Oracle (12c, 11g, 10g, 9i, 8i)

    ORACLE-BASE - DBA Scripts for Oracle 23ai, 21c, 19c, 18c, 12c, 11g, 10g, 9i and 8i ... 8i Oracle 9i Oracle 10g Oracle 11g Oracle 12c Oracle 13c Oracle 18c Oracle 19c Oracle 21c Oracle …

  11. Some results have been removed
Refresh