Automatic的SQL Profile来稳定执行计划(5)

PLAN_TABLE_OUTPUT
 --------------------------------------------------------------------------------
 ---------------------------------------------------------------------------

Query Block Name / Object Alias (identified by operation id):
 -------------------------------------------------------------

1 - SEL$1 / T1@SEL$1

Outline Data
 -------------

/*+

PLAN_TABLE_OUTPUT
 --------------------------------------------------------------------------------
      BEGIN_OUTLINE_DATA
      IGNORE_OPTIM_EMBEDDED_HINTS
      OPTIMIZER_FEATURES_ENABLE('11.2.0.4')
      DB_VERSION('11.2.0.4')
      ALL_ROWS
      OUTLINE_LEAF(@"SEL$1")
      INDEX(@"SEL$1" "T1"@"SEL$1" ("T1"."N"))
      END_OUTLINE_DATA
  */

Predicate Information (identified by operation id):


 PLAN_TABLE_OUTPUT
 --------------------------------------------------------------------------------
 ---------------------------------------------------

1 - access("N"=3)

Column Projection Information (identified by operation id):
 -----------------------------------------------------------

1 - "N"[NUMBER,22]

Note
 -----

PLAN_TABLE_OUTPUT
 --------------------------------------------------------------------------------
    - SQL profile SYS_SQLPROF_015410470fa40001 used for this statement

46 rows selected.


结论是仍旧有效。

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/d019fa4537c14db97900e0992889f815.html