Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

10053 trc file showing hidden params with another value than that which is set at DB level

SebinoDec 17 2021

Hello,
I have a DB where x$ksppcv.ksppstvl shows TRUE for both "_optimizer_skip_scan_enabled" and "_gby_hash_aggregation_enabled", but in 10053 trace files I made I see the following:

  PARAMETERS WITH ALTERED VALUES
  ******************************
Compilation Environment Dump
...
_optimizer_skip_scan_enabled        = false
_gby_hash_aggregation_enabled       = false
...
  Outline Data:
  /*+
    BEGIN_OUTLINE_DATA
      IGNORE_OPTIM_EMBEDDED_HINTS
      OPTIMIZER_FEATURES_ENABLE('19.1.0')
      DB_VERSION('19.1.0')
      OPT_PARAM('_unnest_subquery' 'false')
      OPT_PARAM('_optimizer_skip_scan_enabled' 'false')
      OPT_PARAM('_gby_hash_aggregation_enabled' 'false')
...

??
(this is the database where making a histogram on a certain column has been causing very painful performance issues for a while...)
Thanks.
Regards,
Sebino

Comments
Post Details
Added on Dec 17 2021
12 comments
205 views