Disabling and forcing direct path reads
MOS Note 2426051.1 lists two ways to disable direct path reads:
The note also lists two ways to force direct path reads:
- Using the
/*+ parallel */
hint.
- Setting a table's number of block statistics to a higher value than the parameter
_small_table_threshold
But also consider the _direct_read_decision_statistics_driven
parameter: if its value is true
(the default), the decision is based on optimizer statistics, if false
, then it is based on the actual block count value in the segment header.